org.netbeans.modules.xml.xdm.diff
Class NodeIdDiffFinder
java.lang.Object
org.netbeans.modules.xml.xdm.diff.DiffFinder
org.netbeans.modules.xml.xdm.diff.NodeIdDiffFinder
public class NodeIdDiffFinder
- extends DiffFinder
|
Constructor Summary |
NodeIdDiffFinder()
Creates a new instance of NodeIdDiffFinder |
| Methods inherited from class org.netbeans.modules.xml.xdm.diff.DiffFinder |
checkAttributesEqual, checkChange, checkChange, checkTokensEqual, compareChildren, compareText, compareTextByValue, compareTokenEquals, compareWhiteSpaces, createAddEvent, createChangeEvent, createDeleteEvent, filterWhitespace, findDiff, findOptimized, getChildList, getNodeType, getPathToRoot, isPossibleWhiteSpace, isWhiteSpaceOnly, markAdd, markChange, markDelete, modifyPositionFromIndex |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NodeIdDiffFinder
public NodeIdDiffFinder()
- Creates a new instance of NodeIdDiffFinder
findMatch
protected Node findMatch(Element child,
List<Node> childNodes,
Node parent1)
- Overrides:
findMatch in class DiffFinder
findMatch
protected Node findMatch(Text child,
List<Node> childNodes)
- Overrides:
findMatch in class DiffFinder