com.liferay.portal.xml
Class AttributeImpl
java.lang.Object
com.liferay.portal.xml.NodeImpl
com.liferay.portal.xml.AttributeImpl
- All Implemented Interfaces:
- Attribute, Node, Serializable
public class AttributeImpl
- extends NodeImpl
- implements Attribute
- See Also:
- Serialized Form
| 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 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 |
AttributeImpl
public AttributeImpl(org.dom4j.Attribute attribute)
accept
public <T,V extends Visitor<T>> T accept(V visitor)
- Specified by:
accept in interface Node- Overrides:
accept in class NodeImpl
equals
public boolean equals(Object obj)
- Overrides:
equals in class NodeImpl
getData
public Object getData()
- Specified by:
getData in interface Attribute
getNamespace
public Namespace getNamespace()
- Specified by:
getNamespace in interface Attribute
getNamespacePrefix
public String getNamespacePrefix()
- Specified by:
getNamespacePrefix in interface Attribute
getNamespaceURI
public String getNamespaceURI()
- Specified by:
getNamespaceURI in interface Attribute
getQName
public QName getQName()
- Specified by:
getQName in interface Attribute
getQualifiedName
public String getQualifiedName()
- Specified by:
getQualifiedName in interface Attribute
getValue
public String getValue()
- Specified by:
getValue in interface Attribute
getWrappedAttribute
public org.dom4j.Attribute getWrappedAttribute()
hashCode
public int hashCode()
- Overrides:
hashCode in class NodeImpl
setData
public void setData(Object data)
- Specified by:
setData in interface Attribute
setNamespace
public void setNamespace(Namespace namespace)
- Specified by:
setNamespace in interface Attribute
setValue
public void setValue(String value)
- Specified by:
setValue in interface Attribute
toString
public String toString()
- Overrides:
toString in class NodeImpl