org.custommonkey.xmlunit
private final class XpathNodeTracker.TrackingEntry extends Object
| Method Summary | |
|---|---|
| void | appendEntryTo(StringBuffer buf)
Append the details of the current visited node to a StringBuffer |
| void | clearTrackedAttribute()
Clear any reference to the current visited attribute |
| void | trackAttribute(String visited)
Keep a reference to the visited attribute at the current visited node |
| void | trackNode(Node visited, String value)
Keep a reference to the current visited (non-attribute) node |
| void | trackNodesAsWellAsValues(boolean yesNo) |
Parameters: buf the StringBuffer to append to
Parameters: value the attribute visited
Parameters: visited the non-attribute node visited value the String-ified value of the non-attribute node visited