org.custommonkey.xmlunit

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Testing » XMLUnit » org.custommonkey.xmlunit 
org.custommonkey.xmlunit
XMLUnit package documentation Contains XMLUnit classes and interfaces.
Java Source File NameTypeComment
AbstractDoctypeTests.javaClass
AbstractNodeTester.javaClass Helper class.
AbstractXpathEngineTests.javaClass
ComparisonController.javaInterface
CountingNodeTester.javaClass Counts the number of nodes in a document to allow assertions to be made using a NodeTest.
DetailedDiff.javaClass Compares and describes all the differences between two XML documents.
Diff.javaClass Compares and describes any difference between XML documents. Two documents are either:
  • identical: the content and sequence of the nodes in the documents are exactly the same
  • similar: the content of the nodes in the documents are the same, but minor differences exist e.g.
Difference.javaClass Value object that describes a difference between DOM Nodes using one of the DifferenceConstants ID values and a NodeDetail instance.
DifferenceConstants.javaInterface Constants for describing differences between DOM Nodes.
DifferenceEngine.javaClass Class that has responsibility for comparing Nodes and notifying a DifferenceListener of any differences or dissimilarities that are found.
DifferenceListener.javaInterface Listener for callbacks from a DifferenceEngine.compare DifferenceEngine comparison .
DoctypeInputStream.javaClass Adapts the marked-up content in a source InputStream to specify that it conforms to a different DTD.
DoctypeReader.javaClass Adapts the marked-up content in a source Reader to specify that it conforms to a different DTD.
DoctypeSupport.javaClass Contains some common code for DoctypeReader and DoctypeInputStream.
ElementNameAndAttributeQualifier.javaClass More complex interface implementation that tests two elements for tag name and attribute name comparability.
ElementNameAndTextQualifier.javaClass More complex interface implementation that tests two elements for tag name and text content comparability.
ElementNameQualifier.javaClass Simple interface implementation that tests two elements for name comparability.
ElementQualifier.javaInterface Interface used by the DifferenceEngine class to determine which elements can be compared within a NodeList of child nodes.
HTMLDocumentBuilder.javaClass Build a DOM document from HTML content converting from 'plain' HTML into 'XHTML' along the way with the help of a TolerantSaxDocumentBuilder and the Swing html parser classes.
IgnoreTextAndAttributeValuesDifferenceListener.javaClass Class to use when performing a Diff that only compares the structure of 2 pieces of XML, i.e.
JAXPConstants.javaClass Utility constant class for JAXP-defined constants.
NamespaceContext.javaInterface Interface used by XpathEngine in order to map prefixes to namespace URIs.
NodeDescriptor.javaClass
NodeDetail.javaClass
NodeInputStream.javaClass Adapter class to present the content of a DOM Node (e.g.
NodeTest.javaClass Encapsulation of the Node-by-Node testing of a DOM Document Uses a nodetype-specific NodeFilter to pass the DOM Nodes to a NodeTester instance that performs the acual Node validation.
NodeTester.javaInterface Perform Node-by-Node validation of a DOM Document.
NodeTestException.javaClass Thrown by a NodeTest that fails.
Replacement.javaClass Performs replacement of one String by another String within one or more Strings.
SimpleNamespaceContext.javaClass Implementation of NamespaceContext that's backed by a map.
SimpleSerializer.javaClass Simple serialization class that uses a NodeInputStream (and hence a DOM-to-Stream identity transformation) to perform the work.
SimpleXpathEngine.javaClass Simple class for accessing the Nodes matched by an Xpath expression, or evaluating the String value of an Xpath expression. Uses a copy-of or value-of XSL template (as appropriate) to execute the Xpath. This is not an efficient method for accessing XPaths but it is portable across underlying transform implementations.
test_AbstractNodeTester.javaClass
test_BugFixes.javaClass
test_Constants.javaClass
test_DetailedDiff.javaClass Test a DetailedDiff.
test_Diff.javaClass
test_Difference.javaClass
test_DifferenceEngine.javaClass
test_DoctypeInputStream.javaClass
test_DoctypeReader.javaClass
test_ElementNameAndAttributeQualifier.javaClass
test_ElementNameAndTextQualifier.javaClass
test_ElementNameQualifier.javaClass
test_HTMLDocumentBuilder.javaClass
test_IgnoreTextAndAttributeValuesDifferenceListener.javaClass
test_JAXP_1_2_Schema_Validation.javaClass
test_NodeDescriptor.javaClass
test_NodeInputStream.javaClass
test_NodeTest.javaClass
test_Replacement.javaClass
test_SimpleNamespaceContext.javaClass
test_SimpleSerializer.javaClass
test_SimpleXpathEngine.javaClass
test_TolerantSaxDocumentBuilder.javaClass
test_Transform.javaClass
test_Validator.javaClass
test_XMLTestCase.javaClass
test_XMLUnit.javaClass
test_XpathNodeTracker.javaClass
TolerantSaxDocumentBuilder.javaClass Uses Sax events from the 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.
Transform.javaClass Handy wrapper for an XSLT transformation performed using JAXP/Trax.
Validator.javaClass Validates XML against its internal or external DOCTYPE, or a completely different DOCTYPE.
XMLAssert.javaClass Collection of static methods so that XML assertion facilities are available in any class, not just test suites.
XMLConstants.javaInterface
XMLTestCase.javaClass JUnit TestCase subclass: extend this to add XML assertion facilities to your test suites.
XMLUnit.javaClass Allows access to project control parameters such as which Parser to use and provides some convenience methods for building Documents from Strings etc.
XpathEngine.javaInterface Abstraction of an engine evaluating XPath expressions.
XpathNodeTracker.javaClass
XSLTConstants.javaInterface
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.