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) booleangetData()com.liferay.portal.kernel.xml.Namespacecom.liferay.portal.kernel.xml.QNamegetQName()getValue()org.dom4j.AttributeinthashCode()voidvoidsetNamespace(com.liferay.portal.kernel.xml.Namespace namespace) voidtoString()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, writeMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods 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:
getDatain interfacecom.liferay.portal.kernel.xml.Attribute
-
getNamespace
public com.liferay.portal.kernel.xml.Namespace getNamespace()- Specified by:
getNamespacein interfacecom.liferay.portal.kernel.xml.Attribute
-
getNamespacePrefix
- Specified by:
getNamespacePrefixin interfacecom.liferay.portal.kernel.xml.Attribute
-
getNamespaceURI
- Specified by:
getNamespaceURIin interfacecom.liferay.portal.kernel.xml.Attribute
-
getQName
public com.liferay.portal.kernel.xml.QName getQName()- Specified by:
getQNamein interfacecom.liferay.portal.kernel.xml.Attribute
-
getQualifiedName
- Specified by:
getQualifiedNamein interfacecom.liferay.portal.kernel.xml.Attribute
-
getValue
- Specified by:
getValuein interfacecom.liferay.portal.kernel.xml.Attribute
-
getWrappedAttribute
public org.dom4j.Attribute getWrappedAttribute() -
hashCode
public int hashCode() -
setData
- Specified by:
setDatain interfacecom.liferay.portal.kernel.xml.Attribute
-
setNamespace
public void setNamespace(com.liferay.portal.kernel.xml.Namespace namespace) - Specified by:
setNamespacein interfacecom.liferay.portal.kernel.xml.Attribute
-
setValue
- Specified by:
setValuein interfacecom.liferay.portal.kernel.xml.Attribute
-
toString
-