Package org.apache.xml.utils
Class NameSpace
java.lang.Object
org.apache.xml.utils.NameSpace
- All Implemented Interfaces:
Serializable
A representation of a namespace. One of these will
be pushed on the namespace stack for each
element.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
m_next
Next NameSpace element on the stack. -
m_prefix
Prefix of this NameSpace element. -
m_uri
Namespace URI of this NameSpace element.
-
-
Constructor Details
-
NameSpace
Construct a namespace for placement on the result tree namespace stack.- Parameters:
prefix
- Prefix of this elementuri
- URI of this element
-