Package org.opengis.cite.geomatics.gml
Class GmlUtils.GmlNamespaceContext
java.lang.Object
org.opengis.cite.geomatics.gml.GmlUtils.GmlNamespaceContext
- All Implemented Interfaces:
NamespaceContext
- Enclosing class:
- GmlUtils
A NamespaceContext that only recognizes the conventional "gml" namespace prefix.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetNamespaceURI
(String prefix) getPrefixes
(String namespaceURI)
-
Constructor Details
-
GmlNamespaceContext
public GmlNamespaceContext()
-
-
Method Details
-
getNamespaceURI
- Specified by:
getNamespaceURI
in interfaceNamespaceContext
-
getPrefix
- Specified by:
getPrefix
in interfaceNamespaceContext
-
getPrefixes
- Specified by:
getPrefixes
in interfaceNamespaceContext
-