Uses of Class
org.custommonkey.xmlunit.QualifiedName
-
Packages that use QualifiedName Package Description org.custommonkey.xmlunit Root of the XMLUnit 1.x compatibility layer. -
-
Uses of QualifiedName in org.custommonkey.xmlunit
Methods in org.custommonkey.xmlunit that return QualifiedName Modifier and Type Method Description static QualifiedNameQualifiedName. valueOf(String value)Parses strings of the form "{NS-URI}LOCAL-NAME" or "prefix:localName" as QualifiedNames.static QualifiedNameQualifiedName. valueOf(String value, NamespaceContext ctx)Parses strings of the form "{NS-URI}LOCAL-NAME" or "prefix:localName" as QualifiedNames.Methods in org.custommonkey.xmlunit with parameters of type QualifiedName Modifier and Type Method Description static voidXMLAssert. assertXpathEvaluatesTo(QualifiedName expectedValue, String xpathExpression, String inXMLString)Assert the value of an Xpath expression in an XML Stringstatic voidXMLAssert. assertXpathEvaluatesTo(QualifiedName expectedValue, String xpathExpression, Document inDocument)Assert the value of an Xpath expression in an DOM Documentstatic voidXMLAssert. assertXpathEvaluatesTo(QualifiedName expectedValue, String xpathExpression, InputSource control)Assert the value of an Xpath expression in an XML document.
-