| org.geotools.validation.attributes.GazetteerNameValidationOnlineTest
GazetteerNameValidationOnlineTest | public class GazetteerNameValidationOnlineTest extends TestCase (Code) | | GazetteerNameValidationTest purpose.
Description of GazetteerNameValidationTest ...
author: dzwiers, Refractions Research, Inc. author: $Author: sploreg $ (last modification) version: $Id: GazetteerNameValidationOnlineTest.java 27002 2007-09-17 03:01:53Z jdeolive $ |
GazetteerNameValidationOnlineTest | public GazetteerNameValidationOnlineTest()(Code) | | |
GazetteerNameValidationOnlineTest | public GazetteerNameValidationOnlineTest(String s)(Code) | | |
XtestValidate | public void XtestValidate()(Code) | | |
getChildElement | public static Element getChildElement(Element root, String name)(Code) | | getChildElement purpose.
Used to help with XML manipulations. Returns the first child element of
the specified name.
Parameters: root - The root element to look for children in. Parameters: name - The name of the child element to look for. The child element found, null if not found. See Also: getChildElement(Element,String,boolean) |
getChildText | public static String getChildText(Element root, String childName)(Code) | | getChildText purpose.
Used to help with XML manipulations. Returns the first child text value
of the specified element name.
Parameters: root - The root element to look for children in. Parameters: childName - The name of the attribute to look for. The value if the child was found, the null otherwise. |
testURLConnection | public void testURLConnection()(Code) | | |
|
|