Package org.opengis.cite.geomatics.gml
Class GmlUtils.NodeNamespaceContext
java.lang.Object
org.opengis.cite.geomatics.gml.GmlUtils.NodeNamespaceContext
- All Implemented Interfaces:
NamespaceContext
- Enclosing class:
- GmlUtils
A NamespaceContext that provides the in-scope namespace bindings for a given DOM
Node.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetNamespaceURI
(String prefix) getPrefixes
(String namespaceURI)
-
Constructor Details
-
NodeNamespaceContext
-
-
Method Details
-
getNamespaceURI
- Specified by:
getNamespaceURI
in interfaceNamespaceContext
-
getPrefix
- Specified by:
getPrefix
in interfaceNamespaceContext
-
getPrefixes
- Specified by:
getPrefixes
in interfaceNamespaceContext
-