private static void |
XMLAssert.assertXpathEquality(java.lang.String controlXpath,
org.w3c.dom.Document controlDocument,
java.lang.String testXpath,
org.w3c.dom.Document testDocument,
boolean equal) |
Assert that the node lists of two Xpaths in two documents are
equal or not.
|
static void |
XMLAssert.assertXpathEvaluatesTo(java.lang.String expectedValue,
java.lang.String xpathExpression,
java.lang.String inXMLString) |
Assert the value of an Xpath expression in an XML String
|
static void |
XMLAssert.assertXpathEvaluatesTo(java.lang.String expectedValue,
java.lang.String xpathExpression,
org.w3c.dom.Document inDocument) |
Assert the value of an Xpath expression in an DOM Document
|
static void |
XMLAssert.assertXpathEvaluatesTo(java.lang.String expectedValue,
java.lang.String xpathExpression,
org.xml.sax.InputSource control) |
Assert the value of an Xpath expression in an XML document.
|
static void |
XMLAssert.assertXpathEvaluatesTo(QualifiedName expectedValue,
java.lang.String xpathExpression,
java.lang.String inXMLString) |
Assert the value of an Xpath expression in an XML String
|
static void |
XMLAssert.assertXpathEvaluatesTo(QualifiedName expectedValue,
java.lang.String xpathExpression,
org.w3c.dom.Document inDocument) |
Assert the value of an Xpath expression in an DOM Document
|
static void |
XMLAssert.assertXpathEvaluatesTo(QualifiedName expectedValue,
java.lang.String xpathExpression,
org.xml.sax.InputSource control) |
Assert the value of an Xpath expression in an XML document.
|
void |
XMLTestCase.assertXpathEvaluatesTo(java.lang.String expectedValue,
java.lang.String xpathExpression,
java.lang.String inXMLString) |
Assert the value of an Xpath expression in an XML String
|
void |
XMLTestCase.assertXpathEvaluatesTo(java.lang.String expectedValue,
java.lang.String xpathExpression,
org.w3c.dom.Document inDocument) |
Assert the value of an Xpath expression in an DOM Document
|
void |
XMLTestCase.assertXpathEvaluatesTo(java.lang.String expectedValue,
java.lang.String xpathExpression,
org.xml.sax.InputSource control) |
Assert the value of an Xpath expression in an XML String
|
static void |
XMLAssert.assertXpathExists(java.lang.String xPathExpression,
java.lang.String inXMLString) |
Assert that a specific XPath exists in some given XML
|
static void |
XMLAssert.assertXpathExists(java.lang.String xPathExpression,
org.w3c.dom.Document inDocument) |
Assert that a specific XPath exists in some given XML
|
static void |
XMLAssert.assertXpathExists(java.lang.String xPathExpression,
org.xml.sax.InputSource control) |
Assert that a specific XPath exists in some given XML
|
void |
XMLTestCase.assertXpathExists(java.lang.String xPathExpression,
java.lang.String inXMLString) |
Assert that a specific XPath exists in some given XML
|
void |
XMLTestCase.assertXpathExists(java.lang.String xPathExpression,
org.w3c.dom.Document inDocument) |
Assert that a specific XPath exists in some given XML
|
void |
XMLTestCase.assertXpathExists(java.lang.String xPathExpression,
org.xml.sax.InputSource xml) |
Assert that a specific XPath exists in some given XML
|
static void |
XMLAssert.assertXpathNotExists(java.lang.String xPathExpression,
java.lang.String inXMLString) |
Assert that a specific XPath does NOT exist in some given XML
|
static void |
XMLAssert.assertXpathNotExists(java.lang.String xPathExpression,
org.w3c.dom.Document inDocument) |
Assert that a specific XPath does NOT exist in some given XML
|
static void |
XMLAssert.assertXpathNotExists(java.lang.String xPathExpression,
org.xml.sax.InputSource control) |
Assert that a specific XPath does NOT exist in some given XML
|
void |
XMLTestCase.assertXpathNotExists(java.lang.String xPathExpression,
java.lang.String inXMLString) |
Assert that a specific XPath does NOT exist in some given XML
|
void |
XMLTestCase.assertXpathNotExists(java.lang.String xPathExpression,
org.w3c.dom.Document inDocument) |
Assert that a specific XPath does NOT exist in some given XML
|
void |
XMLTestCase.assertXpathNotExists(java.lang.String xPathExpression,
org.xml.sax.InputSource xml) |
Assert that a specific XPath does NOT exist in some given XML
|
static void |
XMLAssert.assertXpathsEqual(java.lang.String controlXpath,
java.lang.String testXpath,
java.lang.String inXMLString) |
Assert that the node lists of two Xpaths in the same XML string are
equal
|
static void |
XMLAssert.assertXpathsEqual(java.lang.String controlXpath,
java.lang.String inControlXMLString,
java.lang.String testXpath,
java.lang.String inTestXMLString) |
Assert that the node lists of two Xpaths in two XML strings are equal
|
static void |
XMLAssert.assertXpathsEqual(java.lang.String controlXpath,
java.lang.String testXpath,
org.w3c.dom.Document document) |
Assert that the node lists of two Xpaths in the same document are equal
|
static void |
XMLAssert.assertXpathsEqual(java.lang.String controlXpath,
java.lang.String testXpath,
org.xml.sax.InputSource document) |
Assert that the node lists of two Xpaths in the same document are equal
|
static void |
XMLAssert.assertXpathsEqual(java.lang.String controlXpath,
org.w3c.dom.Document controlDocument,
java.lang.String testXpath,
org.w3c.dom.Document testDocument) |
Assert that the node lists of two Xpaths in two documents are equal
|
static void |
XMLAssert.assertXpathsEqual(java.lang.String controlXpath,
org.xml.sax.InputSource controlDocument,
java.lang.String testXpath,
org.xml.sax.InputSource testDocument) |
Assert that the node lists of two Xpaths in two documents are equal
|
void |
XMLTestCase.assertXpathsEqual(java.lang.String controlXpath,
java.lang.String testXpath,
java.lang.String inXMLString) |
Assert that the node lists of two Xpaths in the same XML string are
equal
|
void |
XMLTestCase.assertXpathsEqual(java.lang.String controlXpath,
java.lang.String inControlXMLString,
java.lang.String testXpath,
java.lang.String inTestXMLString) |
Assert that the node lists of two Xpaths in two XML strings are equal
|
void |
XMLTestCase.assertXpathsEqual(java.lang.String controlXpath,
java.lang.String testXpath,
org.w3c.dom.Document document) |
Assert that the node lists of two Xpaths in the same document are equal
|
void |
XMLTestCase.assertXpathsEqual(java.lang.String controlXpath,
java.lang.String testXpath,
org.xml.sax.InputSource document) |
Assert that the node lists of two Xpaths in the same document are equal
|
void |
XMLTestCase.assertXpathsEqual(java.lang.String controlXpath,
org.w3c.dom.Document controlDocument,
java.lang.String testXpath,
org.w3c.dom.Document testDocument) |
Assert that the node lists of two Xpaths in two documents are equal
|
void |
XMLTestCase.assertXpathsEqual(java.lang.String controlXpath,
org.xml.sax.InputSource control,
java.lang.String testXpath,
org.xml.sax.InputSource test) |
Assert that the node lists of two Xpaths in two XML pieces are equal
|
static void |
XMLAssert.assertXpathsNotEqual(java.lang.String controlXpath,
java.lang.String testXpath,
java.lang.String inXMLString) |
Assert that the node lists of two Xpaths in the same XML string are NOT
equal
|
static void |
XMLAssert.assertXpathsNotEqual(java.lang.String controlXpath,
java.lang.String inControlXMLString,
java.lang.String testXpath,
java.lang.String inTestXMLString) |
Assert that the node lists of two Xpaths in two XML strings are NOT equal
|
static void |
XMLAssert.assertXpathsNotEqual(java.lang.String controlXpath,
java.lang.String testXpath,
org.w3c.dom.Document document) |
Assert that the node lists of two Xpaths in the same document are NOT equal
|
static void |
XMLAssert.assertXpathsNotEqual(java.lang.String controlXpath,
java.lang.String testXpath,
org.xml.sax.InputSource document) |
Assert that the node lists of two Xpaths in the same document are NOT equal
|
static void |
XMLAssert.assertXpathsNotEqual(java.lang.String controlXpath,
org.w3c.dom.Document controlDocument,
java.lang.String testXpath,
org.w3c.dom.Document testDocument) |
Assert that the node lists of two Xpaths in two documents are NOT equal
|
static void |
XMLAssert.assertXpathsNotEqual(java.lang.String controlXpath,
org.xml.sax.InputSource controlDocument,
java.lang.String testXpath,
org.xml.sax.InputSource testDocument) |
Assert that the node lists of two Xpaths in two XML strings are
NOT equal
|
void |
XMLTestCase.assertXpathsNotEqual(java.lang.String controlXpath,
java.lang.String testXpath,
java.lang.String inXMLString) |
Assert that the node lists of two Xpaths in the same XML string are NOT
equal
|
void |
XMLTestCase.assertXpathsNotEqual(java.lang.String controlXpath,
java.lang.String inControlXMLString,
java.lang.String testXpath,
java.lang.String inTestXMLString) |
Assert that the node lists of two Xpaths in two XML strings are NOT equal
|
void |
XMLTestCase.assertXpathsNotEqual(java.lang.String controlXpath,
java.lang.String testXpath,
org.w3c.dom.Document document) |
Assert that the node lists of two Xpaths in the same document are NOT equal
|
void |
XMLTestCase.assertXpathsNotEqual(java.lang.String controlXpath,
java.lang.String testXpath,
org.xml.sax.InputSource control) |
Assert that the node lists of two Xpaths in the same XML are NOT
equal
|
void |
XMLTestCase.assertXpathsNotEqual(java.lang.String controlXpath,
org.w3c.dom.Document controlDocument,
java.lang.String testXpath,
org.w3c.dom.Document testDocument) |
Assert that the node lists of two Xpaths in two documents are NOT equal
|
void |
XMLTestCase.assertXpathsNotEqual(java.lang.String controlXpath,
org.xml.sax.InputSource control,
java.lang.String testXpath,
org.xml.sax.InputSource test) |
Assert that the node lists of two Xpaths in two pieces of XML
are NOT equal
|
static void |
XMLAssert.assertXpathValuesEqual(java.lang.String controlXpath,
java.lang.String testXpath,
java.lang.String inXMLString) |
Assert that the evaluation of two Xpaths in the same XML string are
equal
|
static void |
XMLAssert.assertXpathValuesEqual(java.lang.String controlXpath,
java.lang.String inControlXMLString,
java.lang.String testXpath,
java.lang.String inTestXMLString) |
Assert that the evaluation of two Xpaths in two XML strings are equal
|
static void |
XMLAssert.assertXpathValuesEqual(java.lang.String controlXpath,
java.lang.String testXpath,
org.w3c.dom.Document document) |
Assert that the evaluation of two Xpaths in the same document are equal
|
static void |
XMLAssert.assertXpathValuesEqual(java.lang.String controlXpath,
java.lang.String testXpath,
org.xml.sax.InputSource document) |
Assert that the evaluation of two Xpaths in the same XML string are
equal
|
static void |
XMLAssert.assertXpathValuesEqual(java.lang.String controlXpath,
org.w3c.dom.Document controlDocument,
java.lang.String testXpath,
org.w3c.dom.Document testDocument) |
Assert that the evaluation of two Xpaths in two documents are equal
|
static void |
XMLAssert.assertXpathValuesEqual(java.lang.String controlXpath,
org.xml.sax.InputSource control,
java.lang.String testXpath,
org.xml.sax.InputSource test) |
Assert that the evaluation of two Xpaths in two XML strings are equal
|
void |
XMLTestCase.assertXpathValuesEqual(java.lang.String controlXpath,
java.lang.String testXpath,
java.lang.String inXMLString) |
Assert that the evaluation of two Xpaths in the same XML string are
equal
|
void |
XMLTestCase.assertXpathValuesEqual(java.lang.String controlXpath,
java.lang.String inControlXMLString,
java.lang.String testXpath,
java.lang.String inTestXMLString) |
Assert that the evaluation of two Xpaths in two XML strings are equal
|
void |
XMLTestCase.assertXpathValuesEqual(java.lang.String controlXpath,
java.lang.String testXpath,
org.w3c.dom.Document document) |
Assert that the evaluation of two Xpaths in the same document are equal
|
void |
XMLTestCase.assertXpathValuesEqual(java.lang.String controlXpath,
java.lang.String testXpath,
org.xml.sax.InputSource control) |
Assert that the evaluation of two Xpaths in the same XML are
equal
|
void |
XMLTestCase.assertXpathValuesEqual(java.lang.String controlXpath,
org.w3c.dom.Document controlDocument,
java.lang.String testXpath,
org.w3c.dom.Document testDocument) |
Assert that the evaluation of two Xpaths in two documents are equal
|
void |
XMLTestCase.assertXpathValuesEqual(java.lang.String controlXpath,
org.xml.sax.InputSource control,
java.lang.String testXpath,
org.xml.sax.InputSource test) |
Assert that the evaluation of two Xpaths in two XML strings are equal
|
static void |
XMLAssert.assertXpathValuesNotEqual(java.lang.String controlXpath,
java.lang.String testXpath,
java.lang.String inXMLString) |
Assert that the evaluation of two Xpaths in the same XML string are
NOT equal
|
static void |
XMLAssert.assertXpathValuesNotEqual(java.lang.String controlXpath,
java.lang.String inControlXMLString,
java.lang.String testXpath,
java.lang.String inTestXMLString) |
Assert that the evaluation of two Xpaths in two XML strings are
NOT equal
|
static void |
XMLAssert.assertXpathValuesNotEqual(java.lang.String controlXpath,
java.lang.String testXpath,
org.w3c.dom.Document document) |
Assert that the evaluation of two Xpaths in the same document are
NOT equal
|
static void |
XMLAssert.assertXpathValuesNotEqual(java.lang.String controlXpath,
java.lang.String testXpath,
org.xml.sax.InputSource control) |
Assert that the evaluation of two Xpaths in the same XML string are
NOT equal
|
static void |
XMLAssert.assertXpathValuesNotEqual(java.lang.String controlXpath,
org.w3c.dom.Document controlDocument,
java.lang.String testXpath,
org.w3c.dom.Document testDocument) |
Assert that the evaluation of two Xpaths in two documents are
NOT equal
|
static void |
XMLAssert.assertXpathValuesNotEqual(java.lang.String controlXpath,
org.xml.sax.InputSource control,
java.lang.String testXpath,
org.xml.sax.InputSource test) |
Assert that the evaluation of two Xpaths in two XML strings are
NOT equal
|
void |
XMLTestCase.assertXpathValuesNotEqual(java.lang.String controlXpath,
java.lang.String testXpath,
java.lang.String inXMLString) |
Assert that the evaluation of two Xpaths in the same XML string are
NOT equal
|
void |
XMLTestCase.assertXpathValuesNotEqual(java.lang.String controlXpath,
java.lang.String inControlXMLString,
java.lang.String testXpath,
java.lang.String inTestXMLString) |
Assert that the evaluation of two Xpaths in two XML strings are
NOT equal
|
void |
XMLTestCase.assertXpathValuesNotEqual(java.lang.String controlXpath,
java.lang.String testXpath,
org.w3c.dom.Document document) |
Assert that the evaluation of two Xpaths in the same document are
NOT equal
|
void |
XMLTestCase.assertXpathValuesNotEqual(java.lang.String controlXpath,
java.lang.String testXpath,
org.xml.sax.InputSource control) |
Assert that the evaluation of two Xpaths in the same XML string are
NOT equal
|
void |
XMLTestCase.assertXpathValuesNotEqual(java.lang.String controlXpath,
org.w3c.dom.Document controlDocument,
java.lang.String testXpath,
org.w3c.dom.Document testDocument) |
Assert that the evaluation of two Xpaths in two documents are
NOT equal
|
void |
XMLTestCase.assertXpathValuesNotEqual(java.lang.String controlXpath,
org.xml.sax.InputSource control,
java.lang.String testXpath,
org.xml.sax.InputSource test) |
Assert that the evaluation of two Xpaths in two XML strings are
NOT equal
|
java.lang.String |
SimpleXpathEngine.evaluate(java.lang.String select,
org.w3c.dom.Document document) |
Evaluate the result of executing the specified xpath syntax
select expression on the specified document
|
java.lang.String |
XpathEngine.evaluate(java.lang.String select,
org.w3c.dom.Document document) |
Evaluate the result of executing the specified xpath syntax
select expression on the specified document
|
org.w3c.dom.NodeList |
SimpleXpathEngine.getMatchingNodes(java.lang.String select,
org.w3c.dom.Document document) |
Execute the specified xpath syntax select expression
on the specified document and return the list of nodes (could have
length zero) that match
|
org.w3c.dom.NodeList |
XpathEngine.getMatchingNodes(java.lang.String select,
org.w3c.dom.Document document) |
Execute the specified xpath syntax select expression
on the specified document and return the list of nodes (could have
length zero) that match
|
protected org.w3c.dom.Document |
SimpleXpathEngine.getXPathResultAsDocument(java.lang.String select,
org.w3c.dom.Document document) |
Execute the copy-of transform and return the resulting Document.
|
protected org.w3c.dom.Node |
SimpleXpathEngine.getXPathResultNode(java.lang.String select,
org.w3c.dom.Document document) |
Testable method to execute the copy-of transform and return the root
node of the resulting Document.
|
private void |
SimpleXpathEngine.performTransform(java.lang.String xslt,
org.w3c.dom.Document document,
javax.xml.transform.Result result) |
Perform the actual transformation work required
|