Inheritance diagram for org::jdom::output::NamespaceStack:

Public Member Functions | |
| void | push (Namespace ns) |
| String | pop () |
| int | size () |
| String | getURI (String prefix) |
| String | toString () |
Package Functions | |
| NamespaceStack () | |
XMLOutputter and SAXOutputter to manage namespaces in a JDOM Document during output.
Fred Trimble
Brett McLaughlin
|
|
This creates the needed storage. |
|
|
Given a prefix, this will return the namespace URI most rencently (topmost) associated with that prefix.
|
|
|
This will remove the topmost (most recently added)
|
|
|
This will add a new
|
|
|
This returns the number of available namespaces.
|
|
|
This will print out the size and current stack, from the most recently added |
1.3.9.1