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 void
add(NamespaceSupport nsSupport)
Enumeration
getDeclaredPrefixes()
String
getPrefix(String uri)
Enumeration
getPrefixes()
Enumeration
getPrefixes(String uri)
String
getURI(String prefix)
-
Methods inherited from class NamespaceSupport
declarePrefix, isNamespaceDeclUris, popContext, processName, pushContext, reset, setNamespaceDeclUris
-
-
-
-
Method Detail
-
getURI
public String getURI(String prefix)
- Overrides:
getURI
in classNamespaceSupport
-
getPrefix
public String getPrefix(String uri)
- Overrides:
getPrefix
in classNamespaceSupport
-
getPrefixes
public Enumeration getPrefixes()
- Overrides:
getPrefixes
in classNamespaceSupport
-
getPrefixes
public Enumeration getPrefixes(String uri)
- Overrides:
getPrefixes
in classNamespaceSupport
-
getDeclaredPrefixes
public Enumeration getDeclaredPrefixes()
- Overrides:
getDeclaredPrefixes
in classNamespaceSupport
-
add
public void add(NamespaceSupport nsSupport)
-
-