org.apache.axiom.om.xpath
Class DocumentNavigator.OMNamespaceEx

java.lang.Object
  extended by org.apache.axiom.om.xpath.DocumentNavigator.OMNamespaceEx
All Implemented Interfaces:
OMNamespace
Enclosing class:
DocumentNavigator

 class DocumentNavigator.OMNamespaceEx
extends java.lang.Object
implements OMNamespace


Field Summary
(package private)  OMNamespace originalNsp
           
(package private)  OMContainer parent
           
 
Constructor Summary
DocumentNavigator.OMNamespaceEx(OMNamespace nsp, OMContainer parent)
           
 
Method Summary
 boolean equals(java.lang.String uri, java.lang.String prefix)
          Method equals.
 java.lang.String getName()
          Method getName.
 java.lang.String getNamespaceURI()
          Provides the namespace URI of this namespace.
 OMContainer getParent()
           
 java.lang.String getPrefix()
          Method getPrefix.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

originalNsp

OMNamespace originalNsp

parent

OMContainer parent
Constructor Detail

DocumentNavigator.OMNamespaceEx

DocumentNavigator.OMNamespaceEx(OMNamespace nsp,
                                OMContainer parent)
Method Detail

equals

public boolean equals(java.lang.String uri,
                      java.lang.String prefix)
Description copied from interface: OMNamespace
Method equals.

Specified by:
equals in interface OMNamespace
Returns:
Returns boolean.

getPrefix

public java.lang.String getPrefix()
Description copied from interface: OMNamespace
Method getPrefix.

Specified by:
getPrefix in interface OMNamespace
Returns:
Returns String.

getName

public java.lang.String getName()
Description copied from interface: OMNamespace
Method getName.

Specified by:
getName in interface OMNamespace
Returns:
Returns String.

getNamespaceURI

public java.lang.String getNamespaceURI()
Description copied from interface: OMNamespace
Provides the namespace URI of this namespace.

Specified by:
getNamespaceURI in interface OMNamespace
Returns:
- the namespace URI of the namespace.

getParent

public OMContainer getParent()