- SAME_NODENAME_SAME - Static variable in interface org.xmldiff.core.config.NodeComparisonMode
-
Consider that if the names of the nodes are the same, the are considered to be th same node.
- scrollTo(int) - Method in class org.xmldiff.core.gui.xmlviewer.FilePane
-
Highlight a line number.
- scrollTo(int, int) - Method in class org.xmldiff.core.gui.xmlviewer.XMLViewer
-
Scroll to specific lines at the left and at the right.
- setCDATATrimType(char) - Method in class org.xmldiff.core.config.Rule
-
Set the type of trim on CDATA content.
- setCompareCDATA(boolean) - Method in class org.xmldiff.core.config.NodeRules
-
Set if by default CDATA content is compared.
- setCompareCDATA(boolean) - Method in class org.xmldiff.core.config.Rule
-
Set if CDATA content is compared.
- setComparedElement(ComparedElement) - Method in class org.xmldiff.core.model.NodeTreeRep
-
Set the associated compared element.
- setComparisonMode(char) - Method in class org.xmldiff.core.config.Rule
-
Set the comparison mode.
- setComparisonModel(ComparisonModel) - Method in class org.xmldiff.core.gui.ComparatorPanel
-
Set the comparison model and update the content of the panel.
- setDefaultComparisonMode(char) - Method in class org.xmldiff.core.config.NodeRules
-
Set the default comparison mode.
- setDescriptionTrimType(char) - Method in class org.xmldiff.core.config.Rule
-
Set the type of trim on description attributes.
- setDividerLocation(int) - Method in class org.xmldiff.core.gui.XMLDiffFilePanel
-
Set the divider location between the tree and the properties table.
- setDividerLocation(int, int) - Method in class org.xmldiff.core.gui.XMLDiffWindow
-
Set the panel divider location;
- setErrorListener(ParserErrorListener) - Method in class org.xmldiff.core.config.NodeRulesParser
-
- setFile(File) - Method in class org.xmldiff.core.gui.XMLDiffFilePanel
-
Set the associated file.
- setFile(File) - Method in class org.xmldiff.core.gui.xmlviewer.FilePane
-
Set the file to dhow in the editor.
- setFiles(URL, URL) - Method in class org.xmldiff.core.comparator.XMLComparator
-
Set the URLs to compare.
- setFiles(File, File) - Method in class org.xmldiff.core.comparator.XMLComparator
-
Set the files to compare.
- setFiles(File, File) - Method in class org.xmldiff.core.gui.XMLDiffWindow
-
Set the left and right files.
- setHasDifferentChildren(boolean) - Method in class org.xmldiff.core.model.ComparedElement
-
Set if the element has children which are different beteween left and right.
- setID(String) - Method in class org.xmldiff.core.config.Rule
-
Set the rule id.
- setLeftNodeTreeRep(NodeTreeRep) - Method in class org.xmldiff.core.model.ComparedElement
-
Set the left node wrapper.
- setLeftTree(JTree) - Method in class org.xmldiff.core.model.ComparisonModel
-
Set the left tree.
- setLeftTreeModel(DefaultTreeModel) - Method in class org.xmldiff.core.model.ComparisonModel
-
Set the tree model for the left tree
- setMovedState(char) - Method in class org.xmldiff.core.model.ComparedElement
-
Set the moved state of this element.
- setNode(XMLNode, XMLNode) - Method in class org.xmldiff.core.gui.NodePropertiesPanel
-
Set the XML node which is used for the properties.
- setNodeNames(Rule, Set<String>) - Method in class org.xmldiff.core.config.NodeRules
-
Sets the node names for a rule.
- setNodeRules(NodeRules) - Method in class org.xmldiff.core.config.XMLDiffConfiguration
-
Set the node rules.
- setNodeRules(NodeRules) - Method in class org.xmldiff.core.model.XMLNodesUtil
-
Set the node rules.
- setNodeRulesFile(File) - Method in class org.xmldiff.core.config.XMLDiffConfiguration
-
Set the node rules File.
- setNodeRulesURL(URL) - Method in class org.xmldiff.core.config.XMLDiffConfiguration
-
Set the node rules URL.
- setOrderIsSignificant(boolean) - Method in class org.xmldiff.core.config.NodeRules
-
Set if by default the ordering of nodes is significant.
- setOrderIsSignificant(boolean) - Method in class org.xmldiff.core.config.Rule
-
Set if the ordering of nodes is significant.
- setParentElement(ComparedElement) - Method in class org.xmldiff.core.model.ComparedElement
-
Set the parent element.
- setRightNodeTreeRep(NodeTreeRep) - Method in class org.xmldiff.core.model.ComparedElement
-
Set the right node wrapper.
- setRightTree(JTree) - Method in class org.xmldiff.core.model.ComparisonModel
-
Set the right tree.
- setRightTreeModel(DefaultTreeModel) - Method in class org.xmldiff.core.model.ComparisonModel
-
Set the tree model for the right tree
- setState(char) - Method in class org.xmldiff.core.model.ComparedElement
-
Set the state of this element.
- setTree(JTree, boolean) - Method in class org.xmldiff.core.model.ComparisonModel
-
Set the left or right tree.
- setTreeModel(DefaultTreeModel, boolean) - Method in class org.xmldiff.core.model.ComparisonModel
-
Set the tree model for the left or right tree.
- setTreeNode(DefaultMutableTreeNode) - Method in class org.xmldiff.core.model.NodeTreeRep
-
Set the associated tree node.
- showExceptions(String) - Method in class org.xmldiff.core.gui.ErrorWindow
-
Show the parsing exceptions in a popup window.
- STATE_DELETED - Static variable in interface org.xmldiff.core.model.NodeState
-
Tags the case where the right node does not exist.
- STATE_NEW - Static variable in interface org.xmldiff.core.model.NodeState
-
Tags the case where the left node does not exist.
- STATE_UNCHANGED - Static variable in interface org.xmldiff.core.model.NodeState
-
Tags the case where the left and right node exist and are identical.
- STATE_UPDATED - Static variable in interface org.xmldiff.core.model.NodeState
-
Tags the case where the left and right node exist and are different.
- STATUS_DIFFERENT - Static variable in class org.xmldiff.core.config.Rule
-
Identifies the fact that the left and right nodes are different.
- STATUS_IDENTICAL - Static variable in class org.xmldiff.core.config.Rule
-
Identifies the fact that the left and right nodes are identical.
- STATUS_UPDATED - Static variable in class org.xmldiff.core.config.Rule
-
Identifies the fact that the left and right nodes are updated.