Uses of Class
org.custommonkey.xmlunit.exceptions.XpathException
Packages that use XpathException
Package
Description
Root of the XMLUnit 1.x compatibility layer.
-
Uses of XpathException in org.custommonkey.xmlunit
Methods in org.custommonkey.xmlunit that throw XpathExceptionModifier and TypeMethodDescriptionstatic voidXMLAssert.assertXpathEvaluatesTo(String expectedValue, String xpathExpression, String inXMLString) Assert the value of an Xpath expression in an XML Stringstatic voidXMLAssert.assertXpathEvaluatesTo(String expectedValue, String xpathExpression, Document inDocument) Assert the value of an Xpath expression in an DOM Documentstatic voidXMLAssert.assertXpathEvaluatesTo(String expectedValue, String xpathExpression, InputSource control) Assert the value of an Xpath expression in an XML document.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.voidXMLTestCase.assertXpathEvaluatesTo(String expectedValue, String xpathExpression, String inXMLString) Assert the value of an Xpath expression in an XML StringvoidXMLTestCase.assertXpathEvaluatesTo(String expectedValue, String xpathExpression, Document inDocument) Assert the value of an Xpath expression in an DOM DocumentvoidXMLTestCase.assertXpathEvaluatesTo(String expectedValue, String xpathExpression, InputSource control) Assert the value of an Xpath expression in an XML Stringstatic voidXMLAssert.assertXpathExists(String xPathExpression, String inXMLString) Assert that a specific XPath exists in some given XMLstatic voidXMLAssert.assertXpathExists(String xPathExpression, Document inDocument) Assert that a specific XPath exists in some given XMLstatic voidXMLAssert.assertXpathExists(String xPathExpression, InputSource control) Assert that a specific XPath exists in some given XMLvoidXMLTestCase.assertXpathExists(String xPathExpression, String inXMLString) Assert that a specific XPath exists in some given XMLvoidXMLTestCase.assertXpathExists(String xPathExpression, Document inDocument) Assert that a specific XPath exists in some given XMLvoidXMLTestCase.assertXpathExists(String xPathExpression, InputSource xml) Assert that a specific XPath exists in some given XMLstatic voidXMLAssert.assertXpathNotExists(String xPathExpression, String inXMLString) Assert that a specific XPath does NOT exist in some given XMLstatic voidXMLAssert.assertXpathNotExists(String xPathExpression, Document inDocument) Assert that a specific XPath does NOT exist in some given XMLstatic voidXMLAssert.assertXpathNotExists(String xPathExpression, InputSource control) Assert that a specific XPath does NOT exist in some given XMLvoidXMLTestCase.assertXpathNotExists(String xPathExpression, String inXMLString) Assert that a specific XPath does NOT exist in some given XMLvoidXMLTestCase.assertXpathNotExists(String xPathExpression, Document inDocument) Assert that a specific XPath does NOT exist in some given XMLvoidXMLTestCase.assertXpathNotExists(String xPathExpression, InputSource xml) Assert that a specific XPath does NOT exist in some given XMLstatic voidXMLAssert.assertXpathsEqual(String controlXpath, String testXpath, String inXMLString) Assert that the node lists of two Xpaths in the same XML string are equalstatic voidXMLAssert.assertXpathsEqual(String controlXpath, String inControlXMLString, String testXpath, String inTestXMLString) Assert that the node lists of two Xpaths in two XML strings are equalstatic voidXMLAssert.assertXpathsEqual(String controlXpath, String testXpath, Document document) Assert that the node lists of two Xpaths in the same document are equalstatic voidXMLAssert.assertXpathsEqual(String controlXpath, String testXpath, InputSource document) Assert that the node lists of two Xpaths in the same document are equalstatic voidXMLAssert.assertXpathsEqual(String controlXpath, Document controlDocument, String testXpath, Document testDocument) Assert that the node lists of two Xpaths in two documents are equalstatic voidXMLAssert.assertXpathsEqual(String controlXpath, InputSource controlDocument, String testXpath, InputSource testDocument) Assert that the node lists of two Xpaths in two documents are equalvoidXMLTestCase.assertXpathsEqual(String controlXpath, String testXpath, String inXMLString) Assert that the node lists of two Xpaths in the same XML string are equalvoidXMLTestCase.assertXpathsEqual(String controlXpath, String inControlXMLString, String testXpath, String inTestXMLString) Assert that the node lists of two Xpaths in two XML strings are equalvoidXMLTestCase.assertXpathsEqual(String controlXpath, String testXpath, Document document) Assert that the node lists of two Xpaths in the same document are equalvoidXMLTestCase.assertXpathsEqual(String controlXpath, String testXpath, InputSource document) Assert that the node lists of two Xpaths in the same document are equalvoidXMLTestCase.assertXpathsEqual(String controlXpath, Document controlDocument, String testXpath, Document testDocument) Assert that the node lists of two Xpaths in two documents are equalvoidXMLTestCase.assertXpathsEqual(String controlXpath, InputSource control, String testXpath, InputSource test) Assert that the node lists of two Xpaths in two XML pieces are equalstatic voidXMLAssert.assertXpathsNotEqual(String controlXpath, String testXpath, String inXMLString) Assert that the node lists of two Xpaths in the same XML string are NOT equalstatic voidXMLAssert.assertXpathsNotEqual(String controlXpath, String inControlXMLString, String testXpath, String inTestXMLString) Assert that the node lists of two Xpaths in two XML strings are NOT equalstatic voidXMLAssert.assertXpathsNotEqual(String controlXpath, String testXpath, Document document) Assert that the node lists of two Xpaths in the same document are NOT equalstatic voidXMLAssert.assertXpathsNotEqual(String controlXpath, String testXpath, InputSource document) Assert that the node lists of two Xpaths in the same document are NOT equalstatic voidXMLAssert.assertXpathsNotEqual(String controlXpath, Document controlDocument, String testXpath, Document testDocument) Assert that the node lists of two Xpaths in two documents are NOT equalstatic voidXMLAssert.assertXpathsNotEqual(String controlXpath, InputSource controlDocument, String testXpath, InputSource testDocument) Assert that the node lists of two Xpaths in two XML strings are NOT equalvoidXMLTestCase.assertXpathsNotEqual(String controlXpath, String testXpath, String inXMLString) Assert that the node lists of two Xpaths in the same XML string are NOT equalvoidXMLTestCase.assertXpathsNotEqual(String controlXpath, String inControlXMLString, String testXpath, String inTestXMLString) Assert that the node lists of two Xpaths in two XML strings are NOT equalvoidXMLTestCase.assertXpathsNotEqual(String controlXpath, String testXpath, Document document) Assert that the node lists of two Xpaths in the same document are NOT equalvoidXMLTestCase.assertXpathsNotEqual(String controlXpath, String testXpath, InputSource control) Assert that the node lists of two Xpaths in the same XML are NOT equalvoidXMLTestCase.assertXpathsNotEqual(String controlXpath, Document controlDocument, String testXpath, Document testDocument) Assert that the node lists of two Xpaths in two documents are NOT equalvoidXMLTestCase.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 voidXMLAssert.assertXpathValuesEqual(String controlXpath, String testXpath, String inXMLString) Assert that the evaluation of two Xpaths in the same XML string are equalstatic voidXMLAssert.assertXpathValuesEqual(String controlXpath, String inControlXMLString, String testXpath, String inTestXMLString) Assert that the evaluation of two Xpaths in two XML strings are equalstatic voidXMLAssert.assertXpathValuesEqual(String controlXpath, String testXpath, Document document) Assert that the evaluation of two Xpaths in the same document are equalstatic voidXMLAssert.assertXpathValuesEqual(String controlXpath, String testXpath, InputSource document) Assert that the evaluation of two Xpaths in the same XML string are equalstatic voidXMLAssert.assertXpathValuesEqual(String controlXpath, Document controlDocument, String testXpath, Document testDocument) Assert that the evaluation of two Xpaths in two documents are equalstatic voidXMLAssert.assertXpathValuesEqual(String controlXpath, InputSource control, String testXpath, InputSource test) Assert that the evaluation of two Xpaths in two XML strings are equalvoidXMLTestCase.assertXpathValuesEqual(String controlXpath, String testXpath, String inXMLString) Assert that the evaluation of two Xpaths in the same XML string are equalvoidXMLTestCase.assertXpathValuesEqual(String controlXpath, String inControlXMLString, String testXpath, String inTestXMLString) Assert that the evaluation of two Xpaths in two XML strings are equalvoidXMLTestCase.assertXpathValuesEqual(String controlXpath, String testXpath, Document document) Assert that the evaluation of two Xpaths in the same document are equalvoidXMLTestCase.assertXpathValuesEqual(String controlXpath, String testXpath, InputSource control) Assert that the evaluation of two Xpaths in the same XML are equalvoidXMLTestCase.assertXpathValuesEqual(String controlXpath, Document controlDocument, String testXpath, Document testDocument) Assert that the evaluation of two Xpaths in two documents are equalvoidXMLTestCase.assertXpathValuesEqual(String controlXpath, InputSource control, String testXpath, InputSource test) Assert that the evaluation of two Xpaths in two XML strings are equalstatic voidXMLAssert.assertXpathValuesNotEqual(String controlXpath, String testXpath, String inXMLString) Assert that the evaluation of two Xpaths in the same XML string are NOT equalstatic voidXMLAssert.assertXpathValuesNotEqual(String controlXpath, String inControlXMLString, String testXpath, String inTestXMLString) Assert that the evaluation of two Xpaths in two XML strings are NOT equalstatic voidXMLAssert.assertXpathValuesNotEqual(String controlXpath, String testXpath, Document document) Assert that the evaluation of two Xpaths in the same document are NOT equalstatic voidXMLAssert.assertXpathValuesNotEqual(String controlXpath, String testXpath, InputSource control) Assert that the evaluation of two Xpaths in the same XML string are NOT equalstatic voidXMLAssert.assertXpathValuesNotEqual(String controlXpath, Document controlDocument, String testXpath, Document testDocument) Assert that the evaluation of two Xpaths in two documents are NOT equalstatic voidXMLAssert.assertXpathValuesNotEqual(String controlXpath, InputSource control, String testXpath, InputSource test) Assert that the evaluation of two Xpaths in two XML strings are NOT equalvoidXMLTestCase.assertXpathValuesNotEqual(String controlXpath, String testXpath, String inXMLString) Assert that the evaluation of two Xpaths in the same XML string are NOT equalvoidXMLTestCase.assertXpathValuesNotEqual(String controlXpath, String inControlXMLString, String testXpath, String inTestXMLString) Assert that the evaluation of two Xpaths in two XML strings are NOT equalvoidXMLTestCase.assertXpathValuesNotEqual(String controlXpath, String testXpath, Document document) Assert that the evaluation of two Xpaths in the same document are NOT equalvoidXMLTestCase.assertXpathValuesNotEqual(String controlXpath, String testXpath, InputSource control) Assert that the evaluation of two Xpaths in the same XML string are NOT equalvoidXMLTestCase.assertXpathValuesNotEqual(String controlXpath, Document controlDocument, String testXpath, Document testDocument) Assert that the evaluation of two Xpaths in two documents are NOT equalvoidXMLTestCase.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 syntaxselectexpression on the specified documentEvaluate the result of executing the specified xpath syntaxselectexpression on the specified documentSimpleXpathEngine.getMatchingNodes(String select, Document document) Execute the specified xpath syntaxselectexpression 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 syntaxselectexpression on the specified document and return the list of nodes (could have length zero) that matchprotected DocumentSimpleXpathEngine.getXPathResultAsDocument(String select, Document document) Execute the copy-of transform and return the resulting Document.protected NodeSimpleXpathEngine.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
Methods in org.custommonkey.xmlunit.examples that throw XpathExceptionModifier and TypeMethodDescriptionstatic voidXPathRegexAssert.assertXPathMatches(String regex, String xpath, Reader reader) Asserts result of applying an XPath expression to a document matches a regular expression.static voidXPathRegexAssert.assertXPathMatches(String regex, String xpath, String xml) Asserts result of applying an XPath expression to a document matches a regular expression.static voidXPathRegexAssert.assertXPathMatches(String message, String regex, String xpath, Reader reader) Asserts result of applying an XPath expression to a document matches a regular expression.static voidXPathRegexAssert.assertXPathMatches(String message, String regex, String xpath, String xml) Asserts result of applying an XPath expression to a document matches a regular expression.static voidXPathRegexAssert.assertXPathMatches(String message, String regex, String xpath, Document doc) Asserts result of applying an XPath expression to a document matches a regular expression.static voidXPathRegexAssert.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
Methods in org.custommonkey.xmlunit.jaxp13 that throw XpathExceptionModifier and TypeMethodDescriptionEvaluate the result of executing the specified xpath syntaxselectexpression on the specified documentJaxp13XpathEngine.getMatchingNodes(String select, Document document) Execute the specified xpath syntaxselectexpression on the specified document and return the list of nodes (could have length zero) that match