| java.lang.Object org.apache.xml.utils.NameSpace
NameSpace | public class NameSpace implements Serializable(Code) | | A representation of a namespace. One of these will
be pushed on the namespace stack for each
element.
|
Constructor Summary | |
public | NameSpace(String prefix, String uri) Construct a namespace for placement on the
result tree namespace stack. |
m_prefix | public String m_prefix(Code) | | Prefix of this NameSpace element.
|
m_uri | public String m_uri(Code) | | Namespace URI of this NameSpace element.
|
serialVersionUID | final static long serialVersionUID(Code) | | |
NameSpace | public NameSpace(String prefix, String uri)(Code) | | Construct a namespace for placement on the
result tree namespace stack.
Parameters: prefix - Prefix of this element Parameters: uri - URI of this element |
|
|