| Constructor and Description |
|---|
XNamespaceAttribute(String prefix,
String value) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(org.dom4j.Visitor vstr) |
String |
asXML() |
org.dom4j.Node |
asXPathResult(org.dom4j.Element elmnt) |
Object |
clone() |
org.dom4j.XPath |
createXPath(String string) |
org.dom4j.Node |
detach() |
Object |
getData() |
org.dom4j.Document |
getDocument() |
String |
getName() |
org.dom4j.Namespace |
getNamespace() |
String |
getNamespacePrefix() |
String |
getNamespaceURI() |
short |
getNodeType() |
String |
getNodeTypeName() |
org.dom4j.Element |
getParent() |
String |
getPath() |
String |
getPath(org.dom4j.Element elmnt) |
org.dom4j.QName |
getQName() |
String |
getQualifiedName() |
String |
getStringValue() |
String |
getText() |
String |
getUniquePath() |
String |
getUniquePath(org.dom4j.Element elmnt) |
String |
getValue() |
boolean |
hasContent() |
boolean |
isReadOnly() |
boolean |
matches(String string) |
Number |
numberValueOf(String string) |
List |
selectNodes(String string) |
List |
selectNodes(String string,
String string1) |
List |
selectNodes(String string,
String string1,
boolean bln) |
Object |
selectObject(String string) |
org.dom4j.Node |
selectSingleNode(String string) |
void |
setData(Object o) |
void |
setDocument(org.dom4j.Document dcmnt) |
void |
setName(String string) |
void |
setNamespace(org.dom4j.Namespace nmspc) |
void |
setParent(org.dom4j.Element elmnt) |
void |
setText(String string) |
void |
setValue(String string) |
boolean |
supportsParent() |
String |
valueOf(String string) |
void |
write(Writer writer) |
public Object clone()
public org.dom4j.QName getQName()
getQName in interface org.dom4j.Attributepublic org.dom4j.Namespace getNamespace()
getNamespace in interface org.dom4j.Attributepublic void setNamespace(org.dom4j.Namespace nmspc)
setNamespace in interface org.dom4j.Attributepublic String getNamespacePrefix()
getNamespacePrefix in interface org.dom4j.Attributepublic String getNamespaceURI()
getNamespaceURI in interface org.dom4j.Attributepublic String getQualifiedName()
getQualifiedName in interface org.dom4j.Attributepublic String getValue()
getValue in interface org.dom4j.Attributepublic void setValue(String string)
setValue in interface org.dom4j.Attributepublic Object getData()
getData in interface org.dom4j.Attributepublic void setData(Object o)
setData in interface org.dom4j.Attributepublic boolean supportsParent()
supportsParent in interface org.dom4j.Nodepublic org.dom4j.Element getParent()
getParent in interface org.dom4j.Nodepublic void setParent(org.dom4j.Element elmnt)
setParent in interface org.dom4j.Nodepublic org.dom4j.Document getDocument()
getDocument in interface org.dom4j.Nodepublic void setDocument(org.dom4j.Document dcmnt)
setDocument in interface org.dom4j.Nodepublic boolean isReadOnly()
isReadOnly in interface org.dom4j.Nodepublic boolean hasContent()
hasContent in interface org.dom4j.Nodepublic String getName()
getName in interface org.dom4j.Nodepublic void setName(String string)
setName in interface org.dom4j.Nodepublic String getText()
getText in interface org.dom4j.Nodepublic void setText(String string)
setText in interface org.dom4j.Nodepublic String getStringValue()
getStringValue in interface org.dom4j.Nodepublic String getPath()
getPath in interface org.dom4j.Nodepublic String getPath(org.dom4j.Element elmnt)
getPath in interface org.dom4j.Nodepublic String getUniquePath()
getUniquePath in interface org.dom4j.Nodepublic String getUniquePath(org.dom4j.Element elmnt)
getUniquePath in interface org.dom4j.Nodepublic String asXML()
asXML in interface org.dom4j.Nodepublic void write(Writer writer) throws IOException
write in interface org.dom4j.NodeIOExceptionpublic short getNodeType()
getNodeType in interface org.dom4j.Nodepublic String getNodeTypeName()
getNodeTypeName in interface org.dom4j.Nodepublic org.dom4j.Node detach()
detach in interface org.dom4j.Nodepublic List selectNodes(String string)
selectNodes in interface org.dom4j.Nodepublic Object selectObject(String string)
selectObject in interface org.dom4j.Nodepublic List selectNodes(String string, String string1)
selectNodes in interface org.dom4j.Nodepublic List selectNodes(String string, String string1, boolean bln)
selectNodes in interface org.dom4j.Nodepublic org.dom4j.Node selectSingleNode(String string)
selectSingleNode in interface org.dom4j.Nodepublic Number numberValueOf(String string)
numberValueOf in interface org.dom4j.Nodepublic boolean matches(String string)
matches in interface org.dom4j.Nodepublic org.dom4j.XPath createXPath(String string) throws org.dom4j.InvalidXPathException
createXPath in interface org.dom4j.Nodeorg.dom4j.InvalidXPathExceptionpublic org.dom4j.Node asXPathResult(org.dom4j.Element elmnt)
asXPathResult in interface org.dom4j.Nodepublic void accept(org.dom4j.Visitor vstr)
accept in interface org.dom4j.NodeCopyright © 2015. All rights reserved.