org.netbeans.modules.xml.xdm/1 1.19.0 1

org.netbeans.modules.xml.xdm.diff
Class NodeIdDiffFinder

java.lang.Object
  extended by org.netbeans.modules.xml.xdm.diff.DiffFinder
      extended by org.netbeans.modules.xml.xdm.diff.NodeIdDiffFinder

public class NodeIdDiffFinder
extends DiffFinder


Nested Class Summary
 
Nested classes/interfaces inherited from class org.netbeans.modules.xml.xdm.diff.DiffFinder
DiffFinder.PairComparator, DiffFinder.PairComparator2
 
Constructor Summary
NodeIdDiffFinder()
          Creates a new instance of NodeIdDiffFinder
 
Method Summary
protected  Node findMatch(Element child, List<Node> childNodes, Node parent1)
           
protected  Node findMatch(Text child, List<Node> childNodes)
           
 
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
 

Constructor Detail

NodeIdDiffFinder

public NodeIdDiffFinder()
Creates a new instance of NodeIdDiffFinder

Method Detail

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

org.netbeans.modules.xml.xdm/1 1.19.0 1

Built on May 25 2012.  |  Portions Copyright 1997-2012 Oracle. All rights reserved.