Uses of Class
org.custommonkey.xmlunit.QualifiedName
Packages that use QualifiedName
-
Uses of QualifiedName in org.custommonkey.xmlunit
Methods in org.custommonkey.xmlunit that return QualifiedNameModifier and TypeMethodDescriptionprivate static QualifiedName
QualifiedName.parsePrefixFormat
(String value, int colon, NamespaceContext ctx) private static QualifiedName
QualifiedName.parseQNameToString
(String value, int closingBrace) static QualifiedName
Parses strings of the form "{NS-URI}LOCAL-NAME" or "prefix:localName" as QualifiedNames.static QualifiedName
QualifiedName.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 QualifiedNameModifier and TypeMethodDescriptionstatic void
XMLAssert.assertXpathEvaluatesTo
(QualifiedName expectedValue, String xpathExpression, String inXMLString) Assert the value of an Xpath expression in an XML Stringstatic void
XMLAssert.assertXpathEvaluatesTo
(QualifiedName expectedValue, String xpathExpression, Document inDocument) Assert the value of an Xpath expression in an DOM Documentstatic void
XMLAssert.assertXpathEvaluatesTo
(QualifiedName expectedValue, String xpathExpression, InputSource control) Assert the value of an Xpath expression in an XML document.