org.apache.xml.utils
public class NameSpace extends Object implements Serializable
UNKNOWN: advanced
Field Summary | |
---|---|
NameSpace | m_next Next NameSpace element on the stack. |
String | m_prefix Prefix of this NameSpace element. |
String | m_uri Namespace URI of this NameSpace element. |
Constructor Summary | |
---|---|
NameSpace(String prefix, String uri)
Construct a namespace for placement on the
result tree namespace stack.
|
Serial:
Serial:
Serial:
Parameters: prefix Prefix of this element uri URI of this element