public class ParserNamespaceSupport extends NamespaceSupport
NSDECL, XMLNS
Constructor and Description |
---|
ParserNamespaceSupport() |
Modifier and Type | Method and Description |
---|---|
void |
add(NamespaceSupport nsSupport) |
Enumeration |
getDeclaredPrefixes() |
String |
getPrefix(String uri) |
Enumeration |
getPrefixes() |
Enumeration |
getPrefixes(String uri) |
String |
getURI(String prefix) |
declarePrefix, isNamespaceDeclUris, popContext, processName, pushContext, reset, setNamespaceDeclUris
public String getURI(String prefix)
getURI
in class NamespaceSupport
public String getPrefix(String uri)
getPrefix
in class NamespaceSupport
public Enumeration getPrefixes()
getPrefixes
in class NamespaceSupport
public Enumeration getPrefixes(String uri)
getPrefixes
in class NamespaceSupport
public Enumeration getDeclaredPrefixes()
getDeclaredPrefixes
in class NamespaceSupport
public void add(NamespaceSupport nsSupport)
Copyright © 1996–2019 Geotools. All rights reserved.