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