Package org.xmlunit.diff
Class XPathContext.DOMNodeInfo
java.lang.Object
org.xmlunit.diff.XPathContext.DOMNodeInfo
- All Implemented Interfaces:
XPathContext.NodeInfo
- Enclosing class:
- XPathContext
DOM based implementation of
XPathContext.NodeInfo.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DOMNodeInfo
- Parameters:
n- node to capture information of
-
-
Method Details
-
getName
- Specified by:
getNamein interfaceXPathContext.NodeInfo- Returns:
- QName of the node
-
getType
public short getType()- Specified by:
getTypein interfaceXPathContext.NodeInfo- Returns:
- node type
-