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

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

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

public class NodeInfo
extends Object

Class that represents diff node info


Nested Class Summary
static class NodeInfo.NodeType
           
 
Constructor Summary
NodeInfo(Node n, int pos, List<Node> ancestors1, List<Node> ancestors2)
           
 
Method Summary
 Document getDocument()
           
 List<Node> getNewAncestors()
           
 Node getNewParent()
           
 Node getNode()
           
 List<Node> getOriginalAncestors()
           
 Node getParent()
           
 int getPosition()
           
 void setNewAncestors(List<Node> ancestors2)
           
 void setNewParent(Node parent)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NodeInfo

public NodeInfo(Node n,
                int pos,
                List<Node> ancestors1,
                List<Node> ancestors2)
Method Detail

getNode

public Node getNode()

getPosition

public int getPosition()

getParent

public Node getParent()

getDocument

public Document getDocument()

getOriginalAncestors

public List<Node> getOriginalAncestors()

getNewAncestors

public List<Node> getNewAncestors()

setNewAncestors

public void setNewAncestors(List<Node> ancestors2)

setNewParent

public void setNewParent(Node parent)

getNewParent

public Node getNewParent()

toString

public String toString()
Overrides:
toString in class Object

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

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