com.liferay.portal.xml
Class NamespaceImpl

java.lang.Object
  extended by com.liferay.portal.xml.NodeImpl
      extended by com.liferay.portal.xml.NamespaceImpl
All Implemented Interfaces:
com.liferay.portal.kernel.xml.Namespace, com.liferay.portal.kernel.xml.Node

public class NamespaceImpl
extends NodeImpl
implements com.liferay.portal.kernel.xml.Namespace

View Source

Author:
Brian Wing Shun Chan

Constructor Summary
NamespaceImpl(org.dom4j.Namespace namespace)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 short getNodeType()
           
 java.lang.String getPrefix()
           
 java.lang.String getURI()
           
 org.dom4j.Namespace getWrappedNamespace()
           
 java.lang.String getXPathNameStep()
           
 int hashCode()
           
 
Methods inherited from class com.liferay.portal.xml.NodeImpl
asXML, asXPathResult, detach, getDocument, getName, getParent, getPath, getPath, getStringValue, getText, getUniquePath, getUniquePath, getWrappedNode, hasContent, isReadOnly, matches, numberValueOf, selectNodes, selectNodes, selectNodes, selectObject, selectSingleNode, setName, setText, supportsParent, valueOf, write
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.liferay.portal.kernel.xml.Node
asXML, asXPathResult, detach, getDocument, getName, getParent, getPath, getPath, getStringValue, getText, getUniquePath, getUniquePath, hasContent, isReadOnly, matches, numberValueOf, selectNodes, selectNodes, selectNodes, selectObject, selectSingleNode, setName, setText, supportsParent, valueOf, write
 

Constructor Detail

NamespaceImpl

public NamespaceImpl(org.dom4j.Namespace namespace)
Method Detail

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class NodeImpl

getNodeType

public short getNodeType()
Specified by:
getNodeType in interface com.liferay.portal.kernel.xml.Namespace

getPrefix

public java.lang.String getPrefix()
Specified by:
getPrefix in interface com.liferay.portal.kernel.xml.Namespace

getURI

public java.lang.String getURI()
Specified by:
getURI in interface com.liferay.portal.kernel.xml.Namespace

getWrappedNamespace

public org.dom4j.Namespace getWrappedNamespace()

getXPathNameStep

public java.lang.String getXPathNameStep()
Specified by:
getXPathNameStep in interface com.liferay.portal.kernel.xml.Namespace

hashCode

public int hashCode()
Overrides:
hashCode in class NodeImpl