|
org.netbeans.modules.xml.xdm/1 1.19.0 1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.netbeans.modules.xml.xdm.diff.NodeInfo
public class NodeInfo
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 |
|---|
public NodeInfo(Node n,
int pos,
List<Node> ancestors1,
List<Node> ancestors2)
| Method Detail |
|---|
public Node getNode()
public int getPosition()
public Node getParent()
public Document getDocument()
public List<Node> getOriginalAncestors()
public List<Node> getNewAncestors()
public void setNewAncestors(List<Node> ancestors2)
public void setNewParent(Node parent)
public Node getNewParent()
public String toString()
toString in class Object
|
org.netbeans.modules.xml.xdm/1 1.19.0 1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||