Package org.geotools.xsd
Class ParserNamespaceSupport
- Object
-
- NamespaceSupport
-
- ParserNamespaceSupport
-
public class ParserNamespaceSupport extends NamespaceSupport
NamespaceSupport implementation that allows additional NamespaceSupport objects to be part of the look up process.
-
-
Field Summary
-
Fields inherited from class NamespaceSupport
NSDECL, XMLNS
-
-
Constructor Summary
Constructors Constructor Description ParserNamespaceSupport()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(NamespaceSupport nsSupport)EnumerationgetDeclaredPrefixes()StringgetPrefix(String uri)EnumerationgetPrefixes()EnumerationgetPrefixes(String uri)StringgetURI(String prefix)-
Methods inherited from class NamespaceSupport
declarePrefix, isNamespaceDeclUris, popContext, processName, pushContext, reset, setNamespaceDeclUris
-
-
-
-
Method Detail
-
getURI
public String getURI(String prefix)
- Overrides:
getURIin classNamespaceSupport
-
getPrefix
public String getPrefix(String uri)
- Overrides:
getPrefixin classNamespaceSupport
-
getPrefixes
public Enumeration getPrefixes()
- Overrides:
getPrefixesin classNamespaceSupport
-
getPrefixes
public Enumeration getPrefixes(String uri)
- Overrides:
getPrefixesin classNamespaceSupport
-
getDeclaredPrefixes
public Enumeration getDeclaredPrefixes()
- Overrides:
getDeclaredPrefixesin classNamespaceSupport
-
add
public void add(NamespaceSupport nsSupport)
-
-