- hasChildren() - Method in class org.xmldiff.core.model.ComparedElement
-
Return true if the element has children.
- hasChildren() - Method in class org.xmldiff.core.model.NodeTreeRep
-
Return true if this wrapper has children.
- hasDifferences() - Method in class org.xmldiff.core.model.ComparisonModel
-
Return true if there are differences.
- hasDifferentChildren() - Method in class org.xmldiff.core.model.ComparedElement
-
Return true if the element has children which are different beteween left and right.
- hasDifferentChildren() - Method in class org.xmldiff.core.model.NodeTreeRep
-
Return true if the wrapper associated element has children which are different beteween left and right.
- hasErrors() - Method in interface org.xmldiff.core.config.ParserErrorListener
-
Return true if there were errors during the parsing.
- hasErrors() - Method in class org.xmldiff.core.gui.ErrorWindow
-
Return true if there were errors during the parsing.
- hashCode() - Method in class org.xmldiff.core.model.XMLNodeKey
-
- hasLeftChildren() - Method in class org.xmldiff.core.model.ComparedElement
-
Return true if there is a left node and this node has children.
- hasNextDifference() - Method in class org.xmldiff.core.model.ComparisonModel
-
Return true if there is a next difference.
- hasPreviousDifference() - Method in class org.xmldiff.core.model.ComparisonModel
-
Return true if there is a previous difference.
- hasRightChildren() - Method in class org.xmldiff.core.model.ComparedElement
-
Return true if there is a right node and this node has children.
- hasRuleByID(String) - Method in class org.xmldiff.core.config.NodeRules
-
Return true if there is a rule for a specified id.
- hasRuleCDATARegexReplace() - Method in class org.xmldiff.core.config.Rule
-
Return true if there is the regex replacement rule for the CDATA content.
- hasRuleDescriptionRegexReplace() - Method in class org.xmldiff.core.config.Rule
-
Return true if there is the regex replacement rule for the description attributes.
- hasXMLNode() - Method in class org.xmldiff.core.model.NodeTreeRep
-
Return true if this wrapper is associated to a concrete XML node (which means that there is an XML node for the associated left or right tree).