org.xml.sax.helpers
Class NamespaceSupport

java.lang.Object
  |
  +--org.xml.sax.helpers.NamespaceSupport

public synchronized class NamespaceSupport
extends Object


Field Summary
static String XMLNS
           
 
Constructor Summary
NamespaceSupport()
           
 
Method Summary
 boolean declarePrefix(String, String)
           
 Enumeration getDeclaredPrefixes()
           
 String getPrefix(String)
           
 Enumeration getPrefixes()
           
 Enumeration getPrefixes(String)
           
 String getURI(String)
           
 void popContext()
           
 String[] processName(String, String[], boolean)
           
 void pushContext()
           
 void reset()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

XMLNS

public static final String XMLNS
See Also:
Constant Field Values
Constructor Detail

NamespaceSupport

public NamespaceSupport()
Method Detail

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()