Method Summary |
|
public synchronized void | add(String prefix, String uri) Add a new declaration to the current scope. |
public synchronized String | add(String uri) Add a new declaration to the current scope using a unique prefix
and return the prefix. |
public String | getPrefix(String uri) Return the prefix associated with the given namespace name by
looking thru all the namespace declarations that are in scope. |
public String | getURI(String prefix) Return the namespace name associated with the given prefix by
looking thru all the namespace declarations that are in scope. |
public synchronized void | pop() Leave a scope: this removes any NS declarations that were added
in the last scope. |
public synchronized void | push() |