public interface INode
| Modifier and Type | Field and Description |
|---|---|
static com.strobel.functions.Function<INode,java.lang.Iterable<INode>> |
CHILD_ITERATOR |
| Modifier and Type | Method and Description |
|---|---|
INode |
getFirstChild() |
INode |
getNextSibling() |
Role |
getRole() |
boolean |
isNull() |
Match |
match(INode other) |
boolean |
matches(INode other) |
boolean |
matches(INode other,
Match match) |
boolean |
matchesCollection(Role role,
INode position,
Match match,
BacktrackingInfo backtrackingInfo) |