| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.xml.utils.NameSpace
public class NameSpace
A representation of a namespace. One of these will be pushed on the namespace stack for each element.
| Field Summary | |
|---|---|
|  NameSpace | m_nextNext NameSpace element on the stack. | 
|  java.lang.String | m_prefixPrefix of this NameSpace element. | 
|  java.lang.String | m_uriNamespace URI of this NameSpace element. | 
| (package private) static long | serialVersionUID | 
| Constructor Summary | |
|---|---|
| NameSpace(java.lang.String prefix,
                   java.lang.String uri)Construct a namespace for placement on the result tree namespace stack. | |
| Method Summary | 
|---|
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
static final long serialVersionUID
public NameSpace m_next
public java.lang.String m_prefix
public java.lang.String m_uri
| Constructor Detail | 
|---|
public NameSpace(java.lang.String prefix,
                 java.lang.String uri)
prefix - Prefix of this elementuri - URI of  this element| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||