Package com.liferay.portal.xml
Class AttributeImpl
Object
com.liferay.portal.xml.NodeImpl
com.liferay.portal.xml.AttributeImpl
- All Implemented Interfaces:
com.liferay.portal.kernel.xml.Attribute
,com.liferay.portal.kernel.xml.Node
,Serializable
- Author:
- Brian Wing Shun Chan
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T,
V extends com.liferay.portal.kernel.xml.Visitor<T>>
Taccept
(V visitor) boolean
getData()
com.liferay.portal.kernel.xml.Namespace
com.liferay.portal.kernel.xml.QName
getQName()
getValue()
org.dom4j.Attribute
int
hashCode()
void
void
setNamespace
(com.liferay.portal.kernel.xml.Namespace namespace) void
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 Details
-
AttributeImpl
public AttributeImpl(org.dom4j.Attribute attribute)
-
-
Method Details
-
accept
public <T,V extends com.liferay.portal.kernel.xml.Visitor<T>> T accept(V visitor) -
equals
-
getData
- Specified by:
getData
in interfacecom.liferay.portal.kernel.xml.Attribute
-
getNamespace
public com.liferay.portal.kernel.xml.Namespace getNamespace()- Specified by:
getNamespace
in interfacecom.liferay.portal.kernel.xml.Attribute
-
getNamespacePrefix
- Specified by:
getNamespacePrefix
in interfacecom.liferay.portal.kernel.xml.Attribute
-
getNamespaceURI
- Specified by:
getNamespaceURI
in interfacecom.liferay.portal.kernel.xml.Attribute
-
getQName
public com.liferay.portal.kernel.xml.QName getQName()- Specified by:
getQName
in interfacecom.liferay.portal.kernel.xml.Attribute
-
getQualifiedName
- Specified by:
getQualifiedName
in interfacecom.liferay.portal.kernel.xml.Attribute
-
getValue
- Specified by:
getValue
in interfacecom.liferay.portal.kernel.xml.Attribute
-
getWrappedAttribute
public org.dom4j.Attribute getWrappedAttribute() -
hashCode
public int hashCode() -
setData
- Specified by:
setData
in interfacecom.liferay.portal.kernel.xml.Attribute
-
setNamespace
public void setNamespace(com.liferay.portal.kernel.xml.Namespace namespace) - Specified by:
setNamespace
in interfacecom.liferay.portal.kernel.xml.Attribute
-
setValue
- Specified by:
setValue
in interfacecom.liferay.portal.kernel.xml.Attribute
-
toString
-