Java Doc for DifferenceConstants.java in  » Testing » XMLUnit » org » custommonkey » xmlunit » Java Source Code / Java DocumentationJava Source Code and Java Documentation

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 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


org.custommonkey.xmlunit.DifferenceConstants

All known Subclasses:   org.custommonkey.xmlunit.DifferenceEngine,  org.custommonkey.xmlunit.test_DifferenceEngine,
DifferenceConstants
public interface DifferenceConstants (Code)
Constants for describing differences between DOM Nodes.
Examples and more at xmlunit.sourceforge.net


Field Summary
final public static  DifferenceATTR_NAME_NOT_FOUND
    
 intATTR_NAME_NOT_FOUND_ID
    
final public static  DifferenceATTR_SEQUENCE
    
 intATTR_SEQUENCE_ID
    
final public static  DifferenceATTR_VALUE
    
final public static  DifferenceATTR_VALUE_EXPLICITLY_SPECIFIED
    
 intATTR_VALUE_EXPLICITLY_SPECIFIED_ID
    
 intATTR_VALUE_ID
    
final public static  DifferenceCDATA_VALUE
    
 intCDATA_VALUE_ID
    
final public static  DifferenceCHILD_NODELIST_LENGTH
    
 intCHILD_NODELIST_LENGTH_ID
    
final public static  DifferenceCHILD_NODELIST_SEQUENCE
    
 intCHILD_NODELIST_SEQUENCE_ID
    
final public static  DifferenceCHILD_NODE_NOT_FOUND
     Comparing 2 nodes and one holds more childnodes than can be matched against child nodes of the other.
 intCHILD_NODE_NOT_FOUND_ID
     Comparing 2 nodes and one holds more childnodes than can be matched against child nodes of the other.
final public static  DifferenceCOMMENT_VALUE
    
 intCOMMENT_VALUE_ID
    
final public static  DifferenceDOCTYPE_NAME
    
 intDOCTYPE_NAME_ID
    
final public static  DifferenceDOCTYPE_PUBLIC_ID
    
 intDOCTYPE_PUBLIC_ID_ID
    
final public static  DifferenceDOCTYPE_SYSTEM_ID
    
 intDOCTYPE_SYSTEM_ID_ID
    
final public static  DifferenceELEMENT_NUM_ATTRIBUTES
    
 intELEMENT_NUM_ATTRIBUTES_ID
    
final public static  DifferenceELEMENT_TAG_NAME
    
 intELEMENT_TAG_NAME_ID
    
final public static  DifferenceHAS_CHILD_NODES
    
 intHAS_CHILD_NODES_ID
    
final public static  DifferenceHAS_DOCTYPE_DECLARATION
    
 intHAS_DOCTYPE_DECLARATION_ID
    
final public static  DifferenceNAMESPACE_PREFIX
    
 intNAMESPACE_PREFIX_ID
    
final public static  DifferenceNAMESPACE_URI
    
 intNAMESPACE_URI_ID
    
final public static  DifferenceNODE_TYPE
    
 intNODE_TYPE_ID
    
final public static  DifferenceNO_NAMESPACE_SCHEMA_LOCATION
     Comparing 2 nodes with different xsi:noNamespaceSchemaLocation attributes, potentially only one of the two provides such an attribute at all.
 intNO_NAMESPACE_SCHEMA_LOCATION_ID
     Comparing 2 nodes with different xsi:noNamespaceSchemaLocation attributes, potentially only one of the two provides such an attribute at all.
final public static  DifferencePROCESSING_INSTRUCTION_DATA
    
 intPROCESSING_INSTRUCTION_DATA_ID
    
final public static  DifferencePROCESSING_INSTRUCTION_TARGET
    
 intPROCESSING_INSTRUCTION_TARGET_ID
    
final public static  DifferenceSCHEMA_LOCATION
     Comparing 2 nodes with different xsi:schemaLocation attributes, potentially only one of the two provides such an attribute at all.
 intSCHEMA_LOCATION_ID
     Comparing 2 nodes with different xsi:schemaLocation attributes, potentially only one of the two provides such an attribute at all.
final public static  DifferenceTEXT_VALUE
    
 intTEXT_VALUE_ID
    



Field Detail
ATTR_NAME_NOT_FOUND
final public static Difference ATTR_NAME_NOT_FOUND(Code)
Comparing 2 elements and one has an attribute the other does not



ATTR_NAME_NOT_FOUND_ID
int ATTR_NAME_NOT_FOUND_ID(Code)
Comparing 2 elements and one has an attribute the other does not



ATTR_SEQUENCE
final public static Difference ATTR_SEQUENCE(Code)
Comparing 2 attribute lists with the same attributes in different sequence



ATTR_SEQUENCE_ID
int ATTR_SEQUENCE_ID(Code)
Comparing 2 attribute lists with the same attributes in different sequence



ATTR_VALUE
final public static Difference ATTR_VALUE(Code)
Comparing 2 attributes with the same name but different values



ATTR_VALUE_EXPLICITLY_SPECIFIED
final public static Difference ATTR_VALUE_EXPLICITLY_SPECIFIED(Code)
Comparing an implied attribute value against an explicit value



ATTR_VALUE_EXPLICITLY_SPECIFIED_ID
int ATTR_VALUE_EXPLICITLY_SPECIFIED_ID(Code)
Comparing an implied attribute value against an explicit value



ATTR_VALUE_ID
int ATTR_VALUE_ID(Code)
Comparing 2 attributes with the same name but different values



CDATA_VALUE
final public static Difference CDATA_VALUE(Code)
Comparing 2 CDATA sections with different values



CDATA_VALUE_ID
int CDATA_VALUE_ID(Code)
Comparing 2 CDATA sections with different values



CHILD_NODELIST_LENGTH
final public static Difference CHILD_NODELIST_LENGTH(Code)
Comparing 2 nodes with different numbers of children



CHILD_NODELIST_LENGTH_ID
int CHILD_NODELIST_LENGTH_ID(Code)
Comparing 2 nodes with different numbers of children



CHILD_NODELIST_SEQUENCE
final public static Difference CHILD_NODELIST_SEQUENCE(Code)
Comparing 2 nodes with children whose nodes are in different sequence



CHILD_NODELIST_SEQUENCE_ID
int CHILD_NODELIST_SEQUENCE_ID(Code)
Comparing 2 nodes with children whose nodes are in different sequence



CHILD_NODE_NOT_FOUND
final public static Difference CHILD_NODE_NOT_FOUND(Code)
Comparing 2 nodes and one holds more childnodes than can be matched against child nodes of the other.



CHILD_NODE_NOT_FOUND_ID
int CHILD_NODE_NOT_FOUND_ID(Code)
Comparing 2 nodes and one holds more childnodes than can be matched against child nodes of the other.



COMMENT_VALUE
final public static Difference COMMENT_VALUE(Code)
Comparing 2 comments with different values



COMMENT_VALUE_ID
int COMMENT_VALUE_ID(Code)
Comparing 2 comments with different values



DOCTYPE_NAME
final public static Difference DOCTYPE_NAME(Code)
Comparing 2 document types with different names



DOCTYPE_NAME_ID
int DOCTYPE_NAME_ID(Code)
Comparing 2 document types with different names



DOCTYPE_PUBLIC_ID
final public static Difference DOCTYPE_PUBLIC_ID(Code)
Comparing 2 document types with different public identifiers



DOCTYPE_PUBLIC_ID_ID
int DOCTYPE_PUBLIC_ID_ID(Code)
Comparing 2 document types with different public identifiers



DOCTYPE_SYSTEM_ID
final public static Difference DOCTYPE_SYSTEM_ID(Code)
Comparing 2 document types with different system identifiers



DOCTYPE_SYSTEM_ID_ID
int DOCTYPE_SYSTEM_ID_ID(Code)
Comparing 2 document types with different system identifiers



ELEMENT_NUM_ATTRIBUTES
final public static Difference ELEMENT_NUM_ATTRIBUTES(Code)
Comparing 2 elements with different number of attributes



ELEMENT_NUM_ATTRIBUTES_ID
int ELEMENT_NUM_ATTRIBUTES_ID(Code)
Comparing 2 elements with different number of attributes



ELEMENT_TAG_NAME
final public static Difference ELEMENT_TAG_NAME(Code)
Comparing 2 elements with different tag names



ELEMENT_TAG_NAME_ID
int ELEMENT_TAG_NAME_ID(Code)
Comparing 2 elements with different tag names



HAS_CHILD_NODES
final public static Difference HAS_CHILD_NODES(Code)
Comparing 2 nodes but only one has any children



HAS_CHILD_NODES_ID
int HAS_CHILD_NODES_ID(Code)
Comparing 2 nodes but only one has any children



HAS_DOCTYPE_DECLARATION
final public static Difference HAS_DOCTYPE_DECLARATION(Code)
Comparing 2 Documents only one of which has a doctype



HAS_DOCTYPE_DECLARATION_ID
int HAS_DOCTYPE_DECLARATION_ID(Code)
Comparing 2 Documents only one of which has a doctype



NAMESPACE_PREFIX
final public static Difference NAMESPACE_PREFIX(Code)
Comparing 2 nodes with different namespace prefixes



NAMESPACE_PREFIX_ID
int NAMESPACE_PREFIX_ID(Code)
Comparing 2 nodes with different namespace prefixes



NAMESPACE_URI
final public static Difference NAMESPACE_URI(Code)
Comparing 2 nodes with different namespace URIs



NAMESPACE_URI_ID
int NAMESPACE_URI_ID(Code)
Comparing 2 nodes with different namespace URIs



NODE_TYPE
final public static Difference NODE_TYPE(Code)
Comparing 2 nodes with different node types



NODE_TYPE_ID
int NODE_TYPE_ID(Code)
Comparing 2 nodes with different node types



NO_NAMESPACE_SCHEMA_LOCATION
final public static Difference NO_NAMESPACE_SCHEMA_LOCATION(Code)
Comparing 2 nodes with different xsi:noNamespaceSchemaLocation attributes, potentially only one of the two provides such an attribute at all.



NO_NAMESPACE_SCHEMA_LOCATION_ID
int NO_NAMESPACE_SCHEMA_LOCATION_ID(Code)
Comparing 2 nodes with different xsi:noNamespaceSchemaLocation attributes, potentially only one of the two provides such an attribute at all.



PROCESSING_INSTRUCTION_DATA
final public static Difference PROCESSING_INSTRUCTION_DATA(Code)
Comparing 2 processing instructions with different instructions



PROCESSING_INSTRUCTION_DATA_ID
int PROCESSING_INSTRUCTION_DATA_ID(Code)
Comparing 2 processing instructions with different instructions



PROCESSING_INSTRUCTION_TARGET
final public static Difference PROCESSING_INSTRUCTION_TARGET(Code)
Comparing 2 processing instructions with different targets



PROCESSING_INSTRUCTION_TARGET_ID
int PROCESSING_INSTRUCTION_TARGET_ID(Code)
Comparing 2 processing instructions with different targets



SCHEMA_LOCATION
final public static Difference SCHEMA_LOCATION(Code)
Comparing 2 nodes with different xsi:schemaLocation attributes, potentially only one of the two provides such an attribute at all.



SCHEMA_LOCATION_ID
int SCHEMA_LOCATION_ID(Code)
Comparing 2 nodes with different xsi:schemaLocation attributes, potentially only one of the two provides such an attribute at all.



TEXT_VALUE
final public static Difference TEXT_VALUE(Code)
Comparing 2 different text values



TEXT_VALUE_ID
int TEXT_VALUE_ID(Code)
Comparing 2 different text values





www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.