public class NodeInfo extends Object
Modifier and Type | Class and Description |
---|---|
static class |
NodeInfo.NodeType |
Constructor and Description |
---|
NodeInfo(Node n,
int pos,
List<Node> ancestors1,
List<Node> ancestors2) |
Modifier and Type | Method and Description |
---|---|
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() |