Uses of Class
org.custommonkey.xmlunit.exceptions.XpathException
Package
Description
Root of the XMLUnit 1.x compatibility layer.
-
Uses of XpathException in org.custommonkey.xmlunit
Modifier and TypeMethodDescriptionstatic void
XMLAssert.assertXpathEvaluatesTo
(String expectedValue, String xpathExpression, String inXMLString) Assert the value of an Xpath expression in an XML Stringstatic void
XMLAssert.assertXpathEvaluatesTo
(String expectedValue, String xpathExpression, Document inDocument) Assert the value of an Xpath expression in an DOM Documentstatic void
XMLAssert.assertXpathEvaluatesTo
(String expectedValue, String xpathExpression, InputSource control) Assert the value of an Xpath expression in an XML document.static 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.void
XMLTestCase.assertXpathEvaluatesTo
(String expectedValue, String xpathExpression, String inXMLString) Assert the value of an Xpath expression in an XML Stringvoid
XMLTestCase.assertXpathEvaluatesTo
(String expectedValue, String xpathExpression, Document inDocument) Assert the value of an Xpath expression in an DOM Documentvoid
XMLTestCase.assertXpathEvaluatesTo
(String expectedValue, String xpathExpression, InputSource control) Assert the value of an Xpath expression in an XML Stringstatic void
XMLAssert.assertXpathExists
(String xPathExpression, String inXMLString) Assert that a specific XPath exists in some given XMLstatic void
XMLAssert.assertXpathExists
(String xPathExpression, Document inDocument) Assert that a specific XPath exists in some given XMLstatic void
XMLAssert.assertXpathExists
(String xPathExpression, InputSource control) Assert that a specific XPath exists in some given XMLvoid
XMLTestCase.assertXpathExists
(String xPathExpression, String inXMLString) Assert that a specific XPath exists in some given XMLvoid
XMLTestCase.assertXpathExists
(String xPathExpression, Document inDocument) Assert that a specific XPath exists in some given XMLvoid
XMLTestCase.assertXpathExists
(String xPathExpression, InputSource xml) Assert that a specific XPath exists in some given XMLstatic void
XMLAssert.assertXpathNotExists
(String xPathExpression, String inXMLString) Assert that a specific XPath does NOT exist in some given XMLstatic void
XMLAssert.assertXpathNotExists
(String xPathExpression, Document inDocument) Assert that a specific XPath does NOT exist in some given XMLstatic void
XMLAssert.assertXpathNotExists
(String xPathExpression, InputSource control) Assert that a specific XPath does NOT exist in some given XMLvoid
XMLTestCase.assertXpathNotExists
(String xPathExpression, String inXMLString) Assert that a specific XPath does NOT exist in some given XMLvoid
XMLTestCase.assertXpathNotExists
(String xPathExpression, Document inDocument) Assert that a specific XPath does NOT exist in some given XMLvoid
XMLTestCase.assertXpathNotExists
(String xPathExpression, InputSource xml) Assert that a specific XPath does NOT exist in some given XMLstatic void
XMLAssert.assertXpathsEqual
(String controlXpath, String testXpath, String inXMLString) Assert that the node lists of two Xpaths in the same XML string are equalstatic void
XMLAssert.assertXpathsEqual
(String controlXpath, String inControlXMLString, String testXpath, String inTestXMLString) Assert that the node lists of two Xpaths in two XML strings are equalstatic void
XMLAssert.assertXpathsEqual
(String controlXpath, String testXpath, Document document) Assert that the node lists of two Xpaths in the same document are equalstatic void
XMLAssert.assertXpathsEqual
(String controlXpath, String testXpath, InputSource document) Assert that the node lists of two Xpaths in the same document are equalstatic void
XMLAssert.assertXpathsEqual
(String controlXpath, Document controlDocument, String testXpath, Document testDocument) Assert that the node lists of two Xpaths in two documents are equalstatic void
XMLAssert.assertXpathsEqual
(String controlXpath, InputSource controlDocument, String testXpath, InputSource testDocument) Assert that the node lists of two Xpaths in two documents are equalvoid
XMLTestCase.assertXpathsEqual
(String controlXpath, String testXpath, String inXMLString) Assert that the node lists of two Xpaths in the same XML string are equalvoid
XMLTestCase.assertXpathsEqual
(String controlXpath, String inControlXMLString, String testXpath, String inTestXMLString) Assert that the node lists of two Xpaths in two XML strings are equalvoid
XMLTestCase.assertXpathsEqual
(String controlXpath, String testXpath, Document document) Assert that the node lists of two Xpaths in the same document are equalvoid
XMLTestCase.assertXpathsEqual
(String controlXpath, String testXpath, InputSource document) Assert that the node lists of two Xpaths in the same document are equalvoid
XMLTestCase.assertXpathsEqual
(String controlXpath, Document controlDocument, String testXpath, Document testDocument) Assert that the node lists of two Xpaths in two documents are equalvoid
XMLTestCase.assertXpathsEqual
(String controlXpath, InputSource control, String testXpath, InputSource test) Assert that the node lists of two Xpaths in two XML pieces are equalstatic void
XMLAssert.assertXpathsNotEqual
(String controlXpath, String testXpath, String inXMLString) Assert that the node lists of two Xpaths in the same XML string are NOT equalstatic void
XMLAssert.assertXpathsNotEqual
(String controlXpath, String inControlXMLString, String testXpath, String inTestXMLString) Assert that the node lists of two Xpaths in two XML strings are NOT equalstatic void
XMLAssert.assertXpathsNotEqual
(String controlXpath, String testXpath, Document document) Assert that the node lists of two Xpaths in the same document are NOT equalstatic void
XMLAssert.assertXpathsNotEqual
(String controlXpath, String testXpath, InputSource document) Assert that the node lists of two Xpaths in the same document are NOT equalstatic void
XMLAssert.assertXpathsNotEqual
(String controlXpath, Document controlDocument, String testXpath, Document testDocument) Assert that the node lists of two Xpaths in two documents are NOT equalstatic void
XMLAssert.assertXpathsNotEqual
(String controlXpath, InputSource controlDocument, String testXpath, InputSource testDocument) Assert that the node lists of two Xpaths in two XML strings are NOT equalvoid
XMLTestCase.assertXpathsNotEqual
(String controlXpath, String testXpath, String inXMLString) Assert that the node lists of two Xpaths in the same XML string are NOT equalvoid
XMLTestCase.assertXpathsNotEqual
(String controlXpath, String inControlXMLString, String testXpath, String inTestXMLString) Assert that the node lists of two Xpaths in two XML strings are NOT equalvoid
XMLTestCase.assertXpathsNotEqual
(String controlXpath, String testXpath, Document document) Assert that the node lists of two Xpaths in the same document are NOT equalvoid
XMLTestCase.assertXpathsNotEqual
(String controlXpath, String testXpath, InputSource control) Assert that the node lists of two Xpaths in the same XML are NOT equalvoid
XMLTestCase.assertXpathsNotEqual
(String controlXpath, Document controlDocument, String testXpath, Document testDocument) Assert that the node lists of two Xpaths in two documents are NOT equalvoid
XMLTestCase.assertXpathsNotEqual
(String controlXpath, InputSource control, String testXpath, InputSource test) Assert that the node lists of two Xpaths in two pieces of XML are NOT equalstatic void
XMLAssert.assertXpathValuesEqual
(String controlXpath, String testXpath, String inXMLString) Assert that the evaluation of two Xpaths in the same XML string are equalstatic void
XMLAssert.assertXpathValuesEqual
(String controlXpath, String inControlXMLString, String testXpath, String inTestXMLString) Assert that the evaluation of two Xpaths in two XML strings are equalstatic void
XMLAssert.assertXpathValuesEqual
(String controlXpath, String testXpath, Document document) Assert that the evaluation of two Xpaths in the same document are equalstatic void
XMLAssert.assertXpathValuesEqual
(String controlXpath, String testXpath, InputSource document) Assert that the evaluation of two Xpaths in the same XML string are equalstatic void
XMLAssert.assertXpathValuesEqual
(String controlXpath, Document controlDocument, String testXpath, Document testDocument) Assert that the evaluation of two Xpaths in two documents are equalstatic void
XMLAssert.assertXpathValuesEqual
(String controlXpath, InputSource control, String testXpath, InputSource test) Assert that the evaluation of two Xpaths in two XML strings are equalvoid
XMLTestCase.assertXpathValuesEqual
(String controlXpath, String testXpath, String inXMLString) Assert that the evaluation of two Xpaths in the same XML string are equalvoid
XMLTestCase.assertXpathValuesEqual
(String controlXpath, String inControlXMLString, String testXpath, String inTestXMLString) Assert that the evaluation of two Xpaths in two XML strings are equalvoid
XMLTestCase.assertXpathValuesEqual
(String controlXpath, String testXpath, Document document) Assert that the evaluation of two Xpaths in the same document are equalvoid
XMLTestCase.assertXpathValuesEqual
(String controlXpath, String testXpath, InputSource control) Assert that the evaluation of two Xpaths in the same XML are equalvoid
XMLTestCase.assertXpathValuesEqual
(String controlXpath, Document controlDocument, String testXpath, Document testDocument) Assert that the evaluation of two Xpaths in two documents are equalvoid
XMLTestCase.assertXpathValuesEqual
(String controlXpath, InputSource control, String testXpath, InputSource test) Assert that the evaluation of two Xpaths in two XML strings are equalstatic void
XMLAssert.assertXpathValuesNotEqual
(String controlXpath, String testXpath, String inXMLString) Assert that the evaluation of two Xpaths in the same XML string are NOT equalstatic void
XMLAssert.assertXpathValuesNotEqual
(String controlXpath, String inControlXMLString, String testXpath, String inTestXMLString) Assert that the evaluation of two Xpaths in two XML strings are NOT equalstatic void
XMLAssert.assertXpathValuesNotEqual
(String controlXpath, String testXpath, Document document) Assert that the evaluation of two Xpaths in the same document are NOT equalstatic void
XMLAssert.assertXpathValuesNotEqual
(String controlXpath, String testXpath, InputSource control) Assert that the evaluation of two Xpaths in the same XML string are NOT equalstatic void
XMLAssert.assertXpathValuesNotEqual
(String controlXpath, Document controlDocument, String testXpath, Document testDocument) Assert that the evaluation of two Xpaths in two documents are NOT equalstatic void
XMLAssert.assertXpathValuesNotEqual
(String controlXpath, InputSource control, String testXpath, InputSource test) Assert that the evaluation of two Xpaths in two XML strings are NOT equalvoid
XMLTestCase.assertXpathValuesNotEqual
(String controlXpath, String testXpath, String inXMLString) Assert that the evaluation of two Xpaths in the same XML string are NOT equalvoid
XMLTestCase.assertXpathValuesNotEqual
(String controlXpath, String inControlXMLString, String testXpath, String inTestXMLString) Assert that the evaluation of two Xpaths in two XML strings are NOT equalvoid
XMLTestCase.assertXpathValuesNotEqual
(String controlXpath, String testXpath, Document document) Assert that the evaluation of two Xpaths in the same document are NOT equalvoid
XMLTestCase.assertXpathValuesNotEqual
(String controlXpath, String testXpath, InputSource control) Assert that the evaluation of two Xpaths in the same XML string are NOT equalvoid
XMLTestCase.assertXpathValuesNotEqual
(String controlXpath, Document controlDocument, String testXpath, Document testDocument) Assert that the evaluation of two Xpaths in two documents are NOT equalvoid
XMLTestCase.assertXpathValuesNotEqual
(String controlXpath, InputSource control, String testXpath, InputSource test) Assert that the evaluation of two Xpaths in two XML strings are NOT equalEvaluate the result of executing the specified xpath syntaxselect
expression on the specified documentEvaluate the result of executing the specified xpath syntaxselect
expression on the specified documentSimpleXpathEngine.getMatchingNodes
(String select, Document document) Execute the specified xpath syntaxselect
expression on the specified document and return the list of nodes (could have length zero) that matchXpathEngine.getMatchingNodes
(String select, Document document) Execute the specified xpath syntaxselect
expression on the specified document and return the list of nodes (could have length zero) that matchprotected Document
SimpleXpathEngine.getXPathResultAsDocument
(String select, Document document) Execute the copy-of transform and return the resulting Document.protected Node
SimpleXpathEngine.getXPathResultNode
(String select, Document document) Testable method to execute the copy-of transform and return the root node of the resulting Document. -
Uses of XpathException in org.custommonkey.xmlunit.examples
Modifier and TypeMethodDescriptionstatic void
XPathRegexAssert.assertXPathMatches
(String regex, String xpath, Reader reader) Asserts result of applying an XPath expression to a document matches a regular expression.static void
XPathRegexAssert.assertXPathMatches
(String regex, String xpath, String xml) Asserts result of applying an XPath expression to a document matches a regular expression.static void
XPathRegexAssert.assertXPathMatches
(String message, String regex, String xpath, Reader reader) Asserts result of applying an XPath expression to a document matches a regular expression.static void
XPathRegexAssert.assertXPathMatches
(String message, String regex, String xpath, String xml) Asserts result of applying an XPath expression to a document matches a regular expression.static void
XPathRegexAssert.assertXPathMatches
(String message, String regex, String xpath, Document doc) Asserts result of applying an XPath expression to a document matches a regular expression.static void
XPathRegexAssert.assertXPathMatches
(String regex, String xpath, Document doc) Asserts result of applying an XPath expression to a document matches a regular expression. -
Uses of XpathException in org.custommonkey.xmlunit.jaxp13
Modifier and TypeMethodDescriptionEvaluate the result of executing the specified xpath syntaxselect
expression on the specified documentJaxp13XpathEngine.getMatchingNodes
(String select, Document document) Execute the specified xpath syntaxselect
expression on the specified document and return the list of nodes (could have length zero) that match