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, write
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
public <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.Attribute
public com.liferay.portal.kernel.xml.Namespace getNamespace()
getNamespace
in interface com.liferay.portal.kernel.xml.Attribute
public String getNamespacePrefix()
getNamespacePrefix
in interface com.liferay.portal.kernel.xml.Attribute
public String getNamespaceURI()
getNamespaceURI
in interface com.liferay.portal.kernel.xml.Attribute
public com.liferay.portal.kernel.xml.QName getQName()
getQName
in interface com.liferay.portal.kernel.xml.Attribute
public String getQualifiedName()
getQualifiedName
in interface com.liferay.portal.kernel.xml.Attribute
public String getValue()
getValue
in interface com.liferay.portal.kernel.xml.Attribute
public org.dom4j.Attribute getWrappedAttribute()
public void setData(Object data)
setData
in interface com.liferay.portal.kernel.xml.Attribute
public void setNamespace(com.liferay.portal.kernel.xml.Namespace namespace)
setNamespace
in interface com.liferay.portal.kernel.xml.Attribute
public void setValue(String value)
setValue
in interface com.liferay.portal.kernel.xml.Attribute