public class GMLParser extends java.lang.Object implements ModuleParser
Constructor and Description |
---|
GMLParser() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getNamespaceUri()
Returns the namespace URI this parser handles.
|
Module |
parse(org.jdom2.Element element,
java.util.Locale locale)
Parses the XML node (JDOM element) extracting module information.
|
(package private) static Module |
parseGML(org.jdom2.Element element) |
private static PositionList |
parsePosList(org.jdom2.Element element) |
public java.lang.String getNamespaceUri()
ModuleParser
getNamespaceUri
in interface ModuleParser
public Module parse(org.jdom2.Element element, java.util.Locale locale)
ModuleParser
parse
in interface ModuleParser
element
- the XML node (JDOM element) to extract module information from.private static PositionList parsePosList(org.jdom2.Element element)
static Module parseGML(org.jdom2.Element element)