|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
NodeTest for a single node type
and assert that it passes
- assertNodeTestPasses(String, NodeTester, short) -
Static method in class org.custommonkey.xmlunit.XMLAssert
- Execute a
NodeTest for a single node type
and assert that it passes
- assertNodeTestPasses(NodeTest, NodeTester, short[], boolean) -
Static method in class org.custommonkey.xmlunit.XMLAssert
- Execute a
NodeTest for multiple node types and make an
assertion about it whether it is expected to pass
- assertNodeTestPasses(InputSource, NodeTester, short) -
Method in class org.custommonkey.xmlunit.XMLTestCase
- Execute a
NodeTest for a single node type
and assert that it passes
- assertNodeTestPasses(String, NodeTester, short) -
Method in class org.custommonkey.xmlunit.XMLTestCase
- Execute a
NodeTest for a single node type
and assert that it passes
- assertNodeTestPasses(NodeTest, NodeTester, short[], boolean) -
Method in class org.custommonkey.xmlunit.XMLTestCase
- Execute a
NodeTest for multiple node types and make an
assertion about it whether it is expected to pass
- assertXMLEqual(Diff, boolean) -
Static method in class org.custommonkey.xmlunit.XMLAssert
- Assert that the result of an XML comparison is or is not similar.
- assertXMLEqual(String, Diff, boolean) -
Static method in class org.custommonkey.xmlunit.XMLAssert
- Assert that the result of an XML comparison is or is not similar.
- assertXMLEqual(InputSource, InputSource) -
Static method in class org.custommonkey.xmlunit.XMLAssert
- Assert that two XML documents are similar
- assertXMLEqual(String, String) -
Static method in class org.custommonkey.xmlunit.XMLAssert
- Assert that two XML documents are similar
- assertXMLEqual(Document, Document) -
Static method in class org.custommonkey.xmlunit.XMLAssert
- Assert that two XML documents are similar
- assertXMLEqual(Reader, Reader) -
Static method in class org.custommonkey.xmlunit.XMLAssert
- Assert that two XML documents are similar
- assertXMLEqual(String, InputSource, InputSource) -
Static method in class org.custommonkey.xmlunit.XMLAssert
- Assert that two XML documents are similar
- assertXMLEqual(String, String, String) -
Static method in class org.custommonkey.xmlunit.XMLAssert
- Assert that two XML documents are similar
- assertXMLEqual(String, Document, Document) -
Static method in class org.custommonkey.xmlunit.XMLAssert
- Assert that two XML documents are similar
- assertXMLEqual(String, Reader, Reader) -
Static method in class org.custommonkey.xmlunit.XMLAssert
- Assert that two XML documents are similar
- assertXMLEqual(Diff, boolean) -
Method in class org.custommonkey.xmlunit.XMLTestCase
- Assert that the result of an XML comparison is or is not similar.
- assertXMLEqual(String, Diff, boolean) -
Method in class org.custommonkey.xmlunit.XMLTestCase
- Assert that the result of an XML comparison is or is not similar.
- assertXMLEqual(InputSource, InputSource) -
Method in class org.custommonkey.xmlunit.XMLTestCase
- Assert that two XML documents are similar
- assertXMLEqual(String, String) -
Method in class org.custommonkey.xmlunit.XMLTestCase
- Assert that two XML documents are similar
- assertXMLEqual(Document, Document) -
Method in class org.custommonkey.xmlunit.XMLTestCase
- Assert that two XML documents are similar
- assertXMLEqual(Reader, Reader) -
Method in class org.custommonkey.xmlunit.XMLTestCase
- Assert that two XML documents are similar
- assertXMLEqual(String, String, String) -
Method in class org.custommonkey.xmlunit.XMLTestCase
- Assert that two XML documents are similar
- assertXMLEqual(String, InputSource, InputSource) -
Method in class org.custommonkey.xmlunit.XMLTestCase
- Assert that two XML documents are similar
- assertXMLEqual(String, Document, Document) -
Method in class org.custommonkey.xmlunit.XMLTestCase
- Assert that two XML documents are similar
- assertXMLEqual(String, Reader, Reader) -
Method in class org.custommonkey.xmlunit.XMLTestCase
- Assert that two XML documents are similar
- assertXMLIdentical(Diff, boolean) -
Static method in class org.custommonkey.xmlunit.XMLAssert
- Assert that the result of an XML comparison is or is not identical
- assertXMLIdentical(String, Diff, boolean) -
Static method in class org.custommonkey.xmlunit.XMLAssert
- Assert that the result of an XML comparison is or is not identical
- assertXMLIdentical(Diff, boolean) -
Method in class org.custommonkey.xmlunit.XMLTestCase
- Assert that the result of an XML comparison is or is not identical
- assertXMLIdentical(String, Diff, boolean) -
Method in class org.custommonkey.xmlunit.XMLTestCase
- Assert that the result of an XML comparison is or is not identical
- assertXMLNotEqual(InputSource, InputSource) -
Static method in class org.custommonkey.xmlunit.XMLAssert
- Assert that two XML documents are NOT similar
- assertXMLNotEqual(String, String) -
Static method in class org.custommonkey.xmlunit.XMLAssert
- Assert that two XML documents are NOT similar
- assertXMLNotEqual(Document, Document) -
Static method in class org.custommonkey.xmlunit.XMLAssert
- Assert that two XML documents are NOT similar
- assertXMLNotEqual(Reader, Reader) -
Static method in class org.custommonkey.xmlunit.XMLAssert
- Assert that two XML documents are NOT similar
- assertXMLNotEqual(String, InputSource, InputSource) -
Static method in class org.custommonkey.xmlunit.XMLAssert
- Assert that two XML documents are NOT similar
- assertXMLNotEqual(String, String, String) -
Static method in class org.custommonkey.xmlunit.XMLAssert
- Assert that two XML documents are NOT similar
- assertXMLNotEqual(String, Document, Document) -
Static method in class org.custommonkey.xmlunit.XMLAssert
- Assert that two XML documents are NOT similar
- assertXMLNotEqual(String, Reader, Reader) -
Static method in class org.custommonkey.xmlunit.XMLAssert
- Assert that two XML documents are NOT similar
- assertXMLNotEqual(InputSource, InputSource) -
Method in class org.custommonkey.xmlunit.XMLTestCase
- Assert that two XML documents are NOT similar
- assertXMLNotEqual(String, String) -
Method in class org.custommonkey.xmlunit.XMLTestCase
- Assert that two XML documents are NOT similar
- assertXMLNotEqual(Document, Document) -
Method in class org.custommonkey.xmlunit.XMLTestCase
- Assert that two XML documents are NOT similar
- assertXMLNotEqual(Reader, Reader) -
Method in class org.custommonkey.xmlunit.XMLTestCase
- Assert that two XML documents are NOT similar
- assertXMLNotEqual(String, InputSource, InputSource) -
Method in class org.custommonkey.xmlunit.XMLTestCase
- Assert that two XML documents are NOT similar
- assertXMLNotEqual(String, String, String) -
Method in class org.custommonkey.xmlunit.XMLTestCase
- Assert that two XML documents are NOT similar
- assertXMLNotEqual(String, Document, Document) -
Method in class org.custommonkey.xmlunit.XMLTestCase
- Assert that two XML documents are NOT similar
- assertXMLNotEqual(String, Reader, Reader) -
Method in class org.custommonkey.xmlunit.XMLTestCase
- Assert that two XML documents are NOT similar
- assertXMLValid(InputSource) -
Static method in class org.custommonkey.xmlunit.XMLAssert
- Assert that an InputSource containing XML contains valid XML:
the document must contain a DOCTYPE declaration to be validated
- assertXMLValid(String) -
Static method in class org.custommonkey.xmlunit.XMLAssert
- Assert that a String containing XML contains valid XML: the String must
contain a DOCTYPE declaration to be validated
- assertXMLValid(InputSource, String) -
Static method in class org.custommonkey.xmlunit.XMLAssert
- Assert that an InputSource containing XML contains valid XML:
the document must contain a DOCTYPE to be validated, but the
validation will use the systemId to obtain the DTD
- assertXMLValid(String, String) -
Static method in class org.custommonkey.xmlunit.XMLAssert
- Assert that a String containing XML contains valid XML: the String must
contain a DOCTYPE to be validated, but the validation will use the
systemId to obtain the DTD
- assertXMLValid(InputSource, String, String) -
Static method in class org.custommonkey.xmlunit.XMLAssert
- Assert that a piece of XML contains valid XML: the document
will be given a DOCTYPE to be validated with the name and
systemId specified regardless of whether it already contains a
doctype declaration.
- assertXMLValid(String, String, String) -
Static method in class org.custommonkey.xmlunit.XMLAssert
- Assert that a String containing XML contains valid XML: the String will
be given a DOCTYPE to be validated with the name and systemId specified
regardless of whether it already contains a doctype declaration.
- assertXMLValid(Validator) -
Static method in class org.custommonkey.xmlunit.XMLAssert
- Assert that a Validator instance returns
isValid() == true
- assertXMLValid(InputSource) -
Method in class org.custommonkey.xmlunit.XMLTestCase
- Assert that a piece of XML contains valid XML: the input must
contain a DOCTYPE declaration to be validated
- assertXMLValid(String) -
Method in class org.custommonkey.xmlunit.XMLTestCase
- Assert that a String containing XML contains valid XML: the String must
contain a DOCTYPE declaration to be validated
- assertXMLValid(InputSource, String) -
Method in class org.custommonkey.xmlunit.XMLTestCase
- Assert that a piece of XML contains valid XML: the document must
contain a DOCTYPE to be validated, but the validation will use the
systemId to obtain the DTD
- assertXMLValid(String, String) -
Method in class org.custommonkey.xmlunit.XMLTestCase
- Assert that a String containing XML contains valid XML: the String must
contain a DOCTYPE to be validated, but the validation will use the
systemId to obtain the DTD
- assertXMLValid(InputSource, String, String) -
Method in class org.custommonkey.xmlunit.XMLTestCase
- Assert that a piece of XML contains valid XML: the document
will be given a DOCTYPE to be validated with the name and
systemId specified regardless of whether it already contains a
doctype declaration.
- assertXMLValid(String, String, String) -
Method in class org.custommonkey.xmlunit.XMLTestCase
- Assert that a String containing XML contains valid XML: the String will
be given a DOCTYPE to be validated with the name and systemId specified
regardless of whether it already contains a doctype declaration.
- assertXMLValid(Validator) -
Method in class org.custommonkey.xmlunit.XMLTestCase
- Assert that a Validator instance returns
isValid() == true
- assertXPathMatches(String, String, String, Document) -
Static method in class org.custommonkey.xmlunit.examples.XPathRegexAssert
-
- assertXPathMatches(String, String, String, String) -
Static method in class org.custommonkey.xmlunit.examples.XPathRegexAssert
-
- assertXPathMatches(String, String, String, Reader) -
Static method in class org.custommonkey.xmlunit.examples.XPathRegexAssert
-
- assertXPathMatches(String, String, Document) -
Static method in class org.custommonkey.xmlunit.examples.XPathRegexAssert
-
- assertXPathMatches(String, String, String) -
Static method in class org.custommonkey.xmlunit.examples.XPathRegexAssert
-
- assertXPathMatches(String, String, Reader) -
Static method in class org.custommonkey.xmlunit.examples.XPathRegexAssert
-
- assertXpathEvaluatesTo(String, String, InputSource) -
Static method in class org.custommonkey.xmlunit.XMLAssert
- Assert the value of an Xpath expression in an XML document.
- assertXpathEvaluatesTo(String, String, String) -
Static method in class org.custommonkey.xmlunit.XMLAssert
- Assert the value of an Xpath expression in an XML String
- assertXpathEvaluatesTo(String, String, Document) -
Static method in class org.custommonkey.xmlunit.XMLAssert
- Assert the value of an Xpath expression in an DOM Document
- assertXpathEvaluatesTo(String, String, InputSource) -
Method in class org.custommonkey.xmlunit.XMLTestCase
- Assert the value of an Xpath expression in an XML String
- assertXpathEvaluatesTo(String, String, String) -
Method in class org.custommonkey.xmlunit.XMLTestCase
- Assert the value of an Xpath expression in an XML String
- assertXpathEvaluatesTo(String, String, Document) -
Method in class org.custommonkey.xmlunit.XMLTestCase
- Assert the value of an Xpath expression in an DOM Document
- assertXpathExists(String, InputSource) -
Static method in class org.custommonkey.xmlunit.XMLAssert
- Assert that a specific XPath exists in some given XML
- assertXpathExists(String, String) -
Static method in class org.custommonkey.xmlunit.XMLAssert
- Assert that a specific XPath exists in some given XML
- assertXpathExists(String, Document) -
Static method in class org.custommonkey.xmlunit.XMLAssert
- Assert that a specific XPath exists in some given XML
- assertXpathExists(String, InputSource) -
Method in class org.custommonkey.xmlunit.XMLTestCase
- Assert that a specific XPath exists in some given XML
- assertXpathExists(String, String) -
Method in class org.custommonkey.xmlunit.XMLTestCase
- Assert that a specific XPath exists in some given XML
- assertXpathExists(String, Document) -
Method in class org.custommonkey.xmlunit.XMLTestCase
- Assert that a specific XPath exists in some given XML
- assertXpathNotExists(String, InputSource) -
Static method in class org.custommonkey.xmlunit.XMLAssert
- Assert that a specific XPath does NOT exist in some given XML
- assertXpathNotExists(String, String) -
Static method in class org.custommonkey.xmlunit.XMLAssert
- Assert that a specific XPath does NOT exist in some given XML
- assertXpathNotExists(String, Document) -
Static method in class org.custommonkey.xmlunit.XMLAssert
- Assert that a specific XPath does NOT exist in some given XML
- assertXpathNotExists(String, InputSource) -
Method in class org.custommonkey.xmlunit.XMLTestCase
- Assert that a specific XPath does NOT exist in some given XML
- assertXpathNotExists(String, String) -
Method in class org.custommonkey.xmlunit.XMLTestCase
- Assert that a specific XPath does NOT exist in some given XML
- assertXpathNotExists(String, Document) -
Method in class org.custommonkey.xmlunit.XMLTestCase
- Assert that a specific XPath does NOT exist in some given XML
- assertXpathValuesEqual(String, String, Document) -
Static method in class org.custommonkey.xmlunit.XMLAssert
- Assert that the evaluation of two Xpaths in the same document are equal
- assertXpathValuesEqual(String, String, InputSource) -
Static method in class org.custommonkey.xmlunit.XMLAssert
- Assert that the evaluation of two Xpaths in the same XML string are
equal
- assertXpathValuesEqual(String, String, String) -
Static method in class org.custommonkey.xmlunit.XMLAssert
- Assert that the evaluation of two Xpaths in the same XML string are
equal
- assertXpathValuesEqual(String, InputSource, String, InputSource) -
Static method in class org.custommonkey.xmlunit.XMLAssert
- Assert that the evaluation of two Xpaths in two XML strings are equal
- assertXpathValuesEqual(String, String, String, String) -
Static method in class org.custommonkey.xmlunit.XMLAssert
- Assert that the evaluation of two Xpaths in two XML strings are equal
- assertXpathValuesEqual(String, Document, String, Document) -
Static method in class org.custommonkey.xmlunit.XMLAssert
- Assert that the evaluation of two Xpaths in two documents are equal
- assertXpathValuesEqual(String, String, Document) -
Method in class org.custommonkey.xmlunit.XMLTestCase
- Assert that the evaluation of two Xpaths in the same document are equal
- assertXpathValuesEqual(String, String, InputSource) -
Method in class org.custommonkey.xmlunit.XMLTestCase
- Assert that the evaluation of two Xpaths in the same XML are
equal
- assertXpathValuesEqual(String, String, String) -
Method in class org.custommonkey.xmlunit.XMLTestCase
- Assert that the evaluation of two Xpaths in the same XML string are
equal
- assertXpathValuesEqual(String, InputSource, String, InputSource) -
Method in class org.custommonkey.xmlunit.XMLTestCase
- Assert that the evaluation of two Xpaths in two XML strings are equal
- assertXpathValuesEqual(String, String, String, String) -
Method in class org.custommonkey.xmlunit.XMLTestCase
- Assert that the evaluation of two Xpaths in two XML strings are equal
- assertXpathValuesEqual(String, Document, String, Document) -
Method in class org.custommonkey.xmlunit.XMLTestCase
- Assert that the evaluation of two Xpaths in two documents are equal
- assertXpathValuesNotEqual(String, String, InputSource) -
Static method in class org.custommonkey.xmlunit.XMLAssert
- Assert that the evaluation of two Xpaths in the same XML string are
NOT equal
- assertXpathValuesNotEqual(String, String, String) -
Static method in class org.custommonkey.xmlunit.XMLAssert
- Assert that the evaluation of two Xpaths in the same XML string are
NOT equal
- assertXpathValuesNotEqual(String, String, Document) -
Static method in class org.custommonkey.xmlunit.XMLAssert
- Assert that the evaluation of two Xpaths in the same document are
NOT equal
- assertXpathValuesNotEqual(String, InputSource, String, InputSource) -
Static method in class org.custommonkey.xmlunit.XMLAssert
- Assert that the evaluation of two Xpaths in two XML strings are
NOT equal
- assertXpathValuesNotEqual(String, String, String, String) -
Static method in class org.custommonkey.xmlunit.XMLAssert
- Assert that the evaluation of two Xpaths in two XML strings are
NOT equal
- assertXpathValuesNotEqual(String, Document, String, Document) -
Static method in class org.custommonkey.xmlunit.XMLAssert
- Assert that the evaluation of two Xpaths in two documents are
NOT equal
- assertXpathValuesNotEqual(String, String, InputSource) -
Method in class org.custommonkey.xmlunit.XMLTestCase
- Assert that the evaluation of two Xpaths in the same XML string are
NOT equal
- assertXpathValuesNotEqual(String, String, String) -
Method in class org.custommonkey.xmlunit.XMLTestCase
- Assert that the evaluation of two Xpaths in the same XML string are
NOT equal
- assertXpathValuesNotEqual(String, String, Document) -
Method in class org.custommonkey.xmlunit.XMLTestCase
- Assert that the evaluation of two Xpaths in the same document are
NOT equal
- assertXpathValuesNotEqual(String, InputSource, String, InputSource) -
Method in class org.custommonkey.xmlunit.XMLTestCase
- Assert that the evaluation of two Xpaths in two XML strings are
NOT equal
- assertXpathValuesNotEqual(String, String, String, String) -
Method in class org.custommonkey.xmlunit.XMLTestCase
- Assert that the evaluation of two Xpaths in two XML strings are
NOT equal
- assertXpathValuesNotEqual(String, Document, String, Document) -
Method in class org.custommonkey.xmlunit.XMLTestCase
- Assert that the evaluation of two Xpaths in two documents are
NOT equal
- assertXpathsEqual(String, String, Document) -
Static method in class org.custommonkey.xmlunit.XMLAssert
- Assert that the node lists of two Xpaths in the same document are equal
- assertXpathsEqual(String, String, InputSource) -
Static method in class org.custommonkey.xmlunit.XMLAssert
- Assert that the node lists of two Xpaths in the same document are equal
- assertXpathsEqual(String, String, String) -
Static method in class org.custommonkey.xmlunit.XMLAssert
- Assert that the node lists of two Xpaths in the same XML string are
equal
- assertXpathsEqual(String, InputSource, String, InputSource) -
Static method in class org.custommonkey.xmlunit.XMLAssert
- Assert that the node lists of two Xpaths in two documents are equal
- assertXpathsEqual(String, String, String, String) -
Static method in class org.custommonkey.xmlunit.XMLAssert
- Assert that the node lists of two Xpaths in two XML strings are equal
- assertXpathsEqual(String, Document, String, Document) -
Static method in class org.custommonkey.xmlunit.XMLAssert
- Assert that the node lists of two Xpaths in two documents are equal
- assertXpathsEqual(String, String, InputSource) -
Method in class org.custommonkey.xmlunit.XMLTestCase
- Assert that the node lists of two Xpaths in the same document are equal
- assertXpathsEqual(String, String, Document) -
Method in class org.custommonkey.xmlunit.XMLTestCase
- Assert that the node lists of two Xpaths in the same document are equal
- assertXpathsEqual(String, String, String) -
Method in class org.custommonkey.xmlunit.XMLTestCase
- Assert that the node lists of two Xpaths in the same XML string are
equal
- assertXpathsEqual(String, InputSource, String, InputSource) -
Method in class org.custommonkey.xmlunit.XMLTestCase
- Assert that the node lists of two Xpaths in two XML pieces are equal
- assertXpathsEqual(String, String, String, String) -
Method in class org.custommonkey.xmlunit.XMLTestCase
- Assert that the node lists of two Xpaths in two XML strings are equal
- assertXpathsEqual(String, Document, String, Document) -
Method in class org.custommonkey.xmlunit.XMLTestCase
- Assert that the node lists of two Xpaths in two documents are equal
- assertXpathsNotEqual(String, String, Document) -
Static method in class org.custommonkey.xmlunit.XMLAssert
- Assert that the node lists of two Xpaths in the same document are NOT equal
- assertXpathsNotEqual(String, String, InputSource) -
Static method in class org.custommonkey.xmlunit.XMLAssert
- Assert that the node lists of two Xpaths in the same document are NOT equal
- assertXpathsNotEqual(String, String, String) -
Static method in class org.custommonkey.xmlunit.XMLAssert
- Assert that the node lists of two Xpaths in the same XML string are NOT
equal
- assertXpathsNotEqual(String, String, String, String) -
Static method in class org.custommonkey.xmlunit.XMLAssert
- Assert that the node lists of two Xpaths in two XML strings are NOT equal
- assertXpathsNotEqual(String, InputSource, String, InputSource) -
Static method in class org.custommonkey.xmlunit.XMLAssert
- Assert that the node lists of two Xpaths in two XML strings are
NOT equal
- assertXpathsNotEqual(String, Document, String, Document) -
Static method in class org.custommonkey.xmlunit.XMLAssert
- Assert that the node lists of two Xpaths in two documents are NOT equal
- assertXpathsNotEqual(String, String, Document) -
Method in class org.custommonkey.xmlunit.XMLTestCase
- Assert that the node lists of two Xpaths in the same document are NOT equal
- assertXpathsNotEqual(String, String, InputSource) -
Method in class org.custommonkey.xmlunit.XMLTestCase
- Assert that the node lists of two Xpaths in the same XML are NOT
equal
- assertXpathsNotEqual(String, String, String) -
Method in class org.custommonkey.xmlunit.XMLTestCase
- Assert that the node lists of two Xpaths in the same XML string are NOT
equal
- assertXpathsNotEqual(String, InputSource, String, InputSource) -
Method in class org.custommonkey.xmlunit.XMLTestCase
- Assert that the node lists of two Xpaths in two pieces of XML
are NOT equal
- assertXpathsNotEqual(String, String, String, String) -
Method in class org.custommonkey.xmlunit.XMLTestCase
- Assert that the node lists of two Xpaths in two XML strings are NOT equal
- assertXpathsNotEqual(String, Document, String, Document) -
Method in class org.custommonkey.xmlunit.XMLTestCase
- Assert that the node lists of two Xpaths in two documents are NOT equal
- available() -
Method in class org.custommonkey.xmlunit.NodeInputStream
- InputStream method
CountingNodeTester instead.DifferenceEngine comparison.
select expression on the specified document
select expression on the specified document
select expression on the specified document
DocumentBuilderFactory instance used to instantiate
parsers for the control XML in an XMLTestCase.
select expression
on the specified document and return the list of nodes (could have
length zero) that match
select expression
on the specified document and return the list of nodes (could have
length zero) that match
select expression
on the specified document and return the list of nodes (could have
length zero) that match
DocumentBuilderFactory instance used to instantiate
parsers for the test XML in an XMLTestCase.
comment method.
endElement
startElement plus
endElement
startElement
characters
XMLReader#setProperty(String, Object).levels
child elements deeper into the element to compare elements.
Node within
a Difference instanceNodeFilter to pass the DOM Nodes
to a NodeTester instance that performs the acual Node validation.
DocumentBuilder instance used to parse the control
XML in an XMLTestCase.
DocumentBuilder instance used to parse the test XML
in an XMLTestCase.
isValid
method were all the Nodes expected.
testNode
method were all the Nodes expected.
DifferenceListener used to determine how
to handle differences that are found.
ElementQualifier used to determine which
control and test nodes are comparable for this difference comparison.
differenceFound method.
differenceFound method.
differenceFound method.
NodeTest
DocumentBuilderFactory used to instantiate
parsers for the control XML in an XMLTestCase.
DocumentBuilderFactory used to instantiate
parsers for the test XML in an XMLTestCase.
ContentHandler and
LexicalHandler interfaces to build a DOM document in a tolerant
fashion -- it can cope with start tags without end tags, and end tags without
start tags for example.
XMLUnit's NamespaceContext to
JAXP 1.3's
NamespaceContext.XpathEngine is allowed to throw.
|
XMLUnit is hosted by sourceforge.net |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||