Liferay 6.1.2-ce-ga3

com.liferay.portal.xml
Class AttributeImpl

java.lang.Object
  extended by com.liferay.portal.xml.NodeImpl
      extended by com.liferay.portal.xml.AttributeImpl
All Implemented Interfaces:
Attribute, Node, Serializable

public class AttributeImpl
extends NodeImpl
implements Attribute

See Also:
Serialized Form

Constructor Summary
AttributeImpl(org.dom4j.Attribute attribute)
           
 
Method Summary
<T,V extends Visitor<T>>
T
accept(V visitor)
           
 boolean equals(Object obj)
           
 Object getData()
           
 Namespace getNamespace()
           
 String getNamespacePrefix()
           
 String getNamespaceURI()
           
 QName getQName()
           
 String getQualifiedName()
           
 String getValue()
           
 org.dom4j.Attribute getWrappedAttribute()
           
 int hashCode()
           
 void setData(Object data)
           
 void setNamespace(Namespace namespace)
           
 void setValue(String value)
           
 String 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 Detail

AttributeImpl

public AttributeImpl(org.dom4j.Attribute attribute)
Method Detail

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

Liferay 6.1.2-ce-ga3