Liferay 6.1.2-ce-ga3

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:
Namespace, Node, Serializable

public class NamespaceImpl
extends NodeImpl
implements Namespace

See Also:
Serialized Form

Constructor Summary
NamespaceImpl(org.dom4j.Namespace namespace)
           
 
Method Summary
<T,V extends Visitor<T>>
T
accept(V visitor)
           
 boolean equals(Object obj)
           
 short getNodeType()
           
 String getPrefix()
           
 String getURI()
           
 org.dom4j.Namespace getWrappedNamespace()
           
 String getXPathNameStep()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class com.liferay.portal.xml.NodeImpl
asXML, asXPathResult, compactString, detach, formattedString, formattedString, formattedString, formattedString, 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, wait, wait, wait
 
Methods inherited from interface com.liferay.portal.kernel.xml.Node
asXML, asXPathResult, compactString, detach, formattedString, formattedString, formattedString, formattedString, 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

accept

public <T,V extends Visitor<T>> T accept(V visitor)
Specified by:
accept in interface Node
Overrides:
accept in class NodeImpl

equals

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

getNodeType

public short getNodeType()
Specified by:
getNodeType in interface Namespace

getPrefix

public String getPrefix()
Specified by:
getPrefix in interface Namespace

getURI

public String getURI()
Specified by:
getURI in interface Namespace

getWrappedNamespace

public org.dom4j.Namespace getWrappedNamespace()

getXPathNameStep

public String getXPathNameStep()
Specified by:
getXPathNameStep in interface Namespace

hashCode

public int hashCode()
Overrides:
hashCode in class NodeImpl

toString

public String toString()
Overrides:
toString in class NodeImpl

Liferay 6.1.2-ce-ga3