Constructor and Description |
---|
XNode() |
Modifier and Type | Method and Description |
---|---|
String |
getAttributeName() |
String |
getAttributeValue() |
XNode |
getFailurePoint() |
Map<String,String> |
getNSMap() |
XNode |
getParentNode() |
String |
getPlainText() |
String |
getPrefix() |
QName |
getQName() |
String |
getText() |
String |
getXPath() |
boolean |
isDefaultAttributeValue() |
boolean |
matches(Document doc) |
void |
setAttributeName(String newAttributeName) |
void |
setAttributeValue(String newAttributeValue) |
void |
setDefaultAttributeValue(boolean b) |
void |
setFailurePoint(XNode point) |
void |
setParentNode(XNode newParentNode) |
void |
setPrefix(String newPrefix) |
void |
setQName(QName newName) |
String |
toString() |
public void setFailurePoint(XNode point)
public XNode getFailurePoint()
public String getPrefix()
public void setPrefix(String newPrefix)
public QName getQName()
public void setQName(QName newName)
public String getAttributeName()
public void setAttributeName(String newAttributeName)
public String getAttributeValue()
public void setAttributeValue(String newAttributeValue)
public void setDefaultAttributeValue(boolean b)
public boolean isDefaultAttributeValue()
public XNode getParentNode()
public void setParentNode(XNode newParentNode)
public String getText()
public String getPlainText()
public String getXPath()
public boolean matches(Document doc)
Apache CXF