Package org.xmlunit.diff
Interface XPathContext.NodeInfo
-
- All Known Implementing Classes:
XPathContext.DOMNodeInfo
- Enclosing class:
- XPathContext
public static interface XPathContext.NodeInfoRepresentation of a node used byXPathContext.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description QNamegetName()shortgetType()
-
-
-
Method Detail
-
getName
QName getName()
- Returns:
- QName of the node
-
getType
short getType()
- Returns:
- node type
-
-