public class AttributeImpl extends NodeImpl implements com.liferay.portal.kernel.xml.Attribute
| Constructor and Description |
|---|
AttributeImpl(org.dom4j.Attribute attribute) |
| Modifier and Type | Method and Description |
|---|---|
<T,V extends com.liferay.portal.kernel.xml.Visitor<T>> |
accept(V visitor) |
boolean |
equals(Object object) |
Object |
getData() |
com.liferay.portal.kernel.xml.Namespace |
getNamespace() |
String |
getNamespacePrefix() |
String |
getNamespaceURI() |
com.liferay.portal.kernel.xml.QName |
getQName() |
String |
getQualifiedName() |
String |
getValue() |
org.dom4j.Attribute |
getWrappedAttribute() |
int |
hashCode() |
void |
setData(Object data) |
void |
setNamespace(com.liferay.portal.kernel.xml.Namespace namespace) |
void |
setValue(String value) |
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 Object getData()
getData in interface com.liferay.portal.kernel.xml.Attributepublic com.liferay.portal.kernel.xml.Namespace getNamespace()
getNamespace in interface com.liferay.portal.kernel.xml.Attributepublic String getNamespacePrefix()
getNamespacePrefix in interface com.liferay.portal.kernel.xml.Attributepublic String getNamespaceURI()
getNamespaceURI in interface com.liferay.portal.kernel.xml.Attributepublic com.liferay.portal.kernel.xml.QName getQName()
getQName in interface com.liferay.portal.kernel.xml.Attributepublic String getQualifiedName()
getQualifiedName in interface com.liferay.portal.kernel.xml.Attributepublic String getValue()
getValue in interface com.liferay.portal.kernel.xml.Attributepublic org.dom4j.Attribute getWrappedAttribute()
public void setData(Object data)
setData in interface com.liferay.portal.kernel.xml.Attributepublic void setNamespace(com.liferay.portal.kernel.xml.Namespace namespace)
setNamespace in interface com.liferay.portal.kernel.xml.Attributepublic void setValue(String value)
setValue in interface com.liferay.portal.kernel.xml.Attribute