Package | Description |
---|---|
de.danielbechler.diff.inclusion |
Modifier and Type | Field and Description |
---|---|
protected ValueNode<V> |
ValueNode.parent |
Modifier and Type | Field and Description |
---|---|
protected Map<ElementSelector,ValueNode<V>> |
ValueNode.children |
Modifier and Type | Method and Description |
---|---|
ValueNode<V> |
ValueNode.getChild(ElementSelector childSelector) |
ValueNode<V> |
ValueNode.getClosestParentWithValue() |
ValueNode<V> |
ValueNode.getNodeForPath(NodePath nodePath) |
ValueNode<V> |
ValueNode.getParent() |
protected ValueNode<V> |
ValueNode.newNode(ElementSelector childSelector) |
Constructor and Description |
---|
ValueNode(ElementSelector elementSelector,
ValueNode<V> parent) |
Copyright © 2014. All Rights Reserved.