Package org.xmlunit.diff
Interface XPathContext.NodeInfo
- All Known Implementing Classes:
XPathContext.DOMNodeInfo
- Enclosing class:
- XPathContext
public static interface XPathContext.NodeInfo
Representation of a node used by
XPathContext
.-
Method Summary
-
Method Details
-
getName
QName getName()- Returns:
- QName of the node
-
getType
short getType()- Returns:
- node type
-