net.sf.saxon.om
public interface VirtualNode extends NodeInfo
Method Summary | |
---|---|
Object | getUnderlyingNode()
Get the real node undelying this virtual node. |
In some cases a single VirtualNode may represent an XPath text node that maps to a sequence of adjacent nodes (for example text nodes and CDATA nodes) in the underlying tree. In this case the first node in this sequence is returned.
Returns: The underlying node.