Enhydra 3.1 API

org.apache.xalan.xpath.xml
Class NameSpace

java.lang.Object
  |
  +--org.apache.xalan.xpath.xml.NameSpace

public class NameSpace
extends java.lang.Object
implements java.io.Serializable

A representation of a namespace. One of these will be pushed on the namespace stack for each element.

See Also:
Serialized Form

Field Summary
 NameSpace m_next
           
 java.lang.String m_prefix
           
 java.lang.String m_uri
           
 
Constructor Summary
NameSpace(java.lang.String prefix, java.lang.String uri)
          Construct a namespace for placement on the result tree namespace stack.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_next

public NameSpace m_next

m_prefix

public java.lang.String m_prefix

m_uri

public java.lang.String m_uri
Constructor Detail

NameSpace

public NameSpace(java.lang.String prefix,
                 java.lang.String uri)
Construct a namespace for placement on the result tree namespace stack.

Enhydra 3.1 API