public class NamespaceImpl extends NodeImpl implements com.liferay.portal.kernel.xml.Namespace
| Constructor and Description |
|---|
NamespaceImpl(org.dom4j.Namespace namespace) |
| Modifier and Type | Method and Description |
|---|---|
<T,V extends com.liferay.portal.kernel.xml.Visitor<T>> |
accept(V visitor) |
boolean |
equals(Object object) |
short |
getNodeType() |
String |
getPrefix() |
String |
getURI() |
org.dom4j.Namespace |
getWrappedNamespace() |
String |
getXPathNameStep() |
int |
hashCode() |
String |
toString() |
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, writeasXML, 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, writepublic <T,V extends com.liferay.portal.kernel.xml.Visitor<T>> T accept(V visitor)
public short getNodeType()
getNodeType in interface com.liferay.portal.kernel.xml.Namespacepublic String getPrefix()
getPrefix in interface com.liferay.portal.kernel.xml.Namespacepublic String getURI()
getURI in interface com.liferay.portal.kernel.xml.Namespacepublic org.dom4j.Namespace getWrappedNamespace()
public String getXPathNameStep()
getXPathNameStep in interface com.liferay.portal.kernel.xml.Namespace