- XMLComparator - Class in org.xmldiff.core.comparator
- 
This class allows to compare two XML files. 
- XMLComparator() - Constructor for class org.xmldiff.core.comparator.XMLComparator
-  
- XMLDiffConfiguration - Class in org.xmldiff.core.config
- 
The configuration for the xmldiff tool. 
- XMLDiffFilePanel - Class in org.xmldiff.core.gui
- 
Represents one file panel used in the xmldiff tool. 
- XMLDiffFilePanel(XMLDiffWindow, boolean) - Constructor for class org.xmldiff.core.gui.XMLDiffFilePanel
- 
A panel showing the content of the left or right tree. 
- XMLDiffWindow - Class in org.xmldiff.core.gui
- 
The window class for the xmldiff tool. 
- XMLDiffWindow() - Constructor for class org.xmldiff.core.gui.XMLDiffWindow
-  
- XMLNodeKey - Class in org.xmldiff.core.model
- 
The key for node in the comparison. 
- XMLNodeKey(List<Integer>, String) - Constructor for class org.xmldiff.core.model.XMLNodeKey
-  
- XMLNodesUtil - Class in org.xmldiff.core.model
- 
Utilities for XML nodes used in the xmldiff tool. 
- XMLPropertiesRenderer - Class in org.xmldiff.core.gui
- 
The renderer for the properties table. 
- XMLPropertiesRenderer() - Constructor for class org.xmldiff.core.gui.XMLPropertiesRenderer
-  
- XMLTreeCellRenderer - Class in org.xmldiff.core.gui
- 
The TreeCellRenderer for an XML file tree. 
- XMLTreeCellRenderer(boolean) - Constructor for class org.xmldiff.core.gui.XMLTreeCellRenderer
- 
Constructor. 
- XMLViewer - Class in org.xmldiff.core.gui.xmlviewer
- 
The XML viewer.