Package org.apache.xml.utils
Class NameSpace
java.lang.Object
org.apache.xml.utils.NameSpace
- All Implemented Interfaces:
Serializable
public class NameSpace extends Object implements Serializable
A representation of a namespace. One of these will
be pushed on the namespace stack for each
element.
- See Also:
- Serialized Form
-
Field Details
-
Constructor Details
-
NameSpace
Construct a namespace for placement on the result tree namespace stack.- Parameters:
prefix- Prefix of this elementuri- URI of this element
-