Class XNode
- java.lang.Object
-
- org.apache.cxf.tools.validator.internal.model.XNode
-
-
Constructor Summary
Constructors Constructor Description XNode()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAttributeName()StringgetAttributeValue()XNodegetFailurePoint()Map<String,String>getNSMap()XNodegetParentNode()StringgetPlainText()StringgetPrefix()QNamegetQName()StringgetText()StringgetXPath()booleanisDefaultAttributeValue()booleanmatches(Document doc)voidsetAttributeName(String newAttributeName)voidsetAttributeValue(String newAttributeValue)voidsetDefaultAttributeValue(boolean b)voidsetFailurePoint(XNode point)voidsetParentNode(XNode newParentNode)voidsetPrefix(String newPrefix)voidsetQName(QName newName)StringtoString()
-
-
-
Method Detail
-
setFailurePoint
public void setFailurePoint(XNode point)
-
getFailurePoint
public XNode getFailurePoint()
-
getPrefix
public String getPrefix()
-
setPrefix
public void setPrefix(String newPrefix)
-
getQName
public QName getQName()
-
setQName
public void setQName(QName newName)
-
getAttributeName
public String getAttributeName()
-
setAttributeName
public void setAttributeName(String newAttributeName)
-
getAttributeValue
public String getAttributeValue()
-
setAttributeValue
public void setAttributeValue(String newAttributeValue)
-
setDefaultAttributeValue
public void setDefaultAttributeValue(boolean b)
-
isDefaultAttributeValue
public boolean isDefaultAttributeValue()
-
getParentNode
public XNode getParentNode()
-
setParentNode
public void setParentNode(XNode newParentNode)
-
getText
public String getText()
-
getPlainText
public String getPlainText()
-
getXPath
public String getXPath()
-
matches
public boolean matches(Document doc)
-
-