org.xml.sax.helpers
Class NamespaceSupport
java.lang.Object
|
+--org.xml.sax.helpers.NamespaceSupport
- public synchronized class NamespaceSupport
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XMLNS
public static final String XMLNS
- See Also:
- Constant Field Values
NamespaceSupport
public NamespaceSupport()
reset
public void reset()
pushContext
public void pushContext()
popContext
public void popContext()
declarePrefix
public boolean declarePrefix(String,
String)
processName
public String[] processName(String,
String[],
boolean)
getURI
public String getURI(String)
getPrefixes
public Enumeration getPrefixes()
getPrefix
public String getPrefix(String)
getPrefixes
public Enumeration getPrefixes(String)
getDeclaredPrefixes
public Enumeration getDeclaredPrefixes()