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
-
Method Summary
-
Constructor Details
-
DOMNodeInfo
- Parameters:
n
- node to capture information of
-
-
Method Details
-
getName
- Specified by:
getName
in interfaceXPathContext.NodeInfo
- Returns:
- QName of the node
-
getType
public short getType()- Specified by:
getType
in interfaceXPathContext.NodeInfo
- Returns:
- node type
-