Item
, NodeInfo
, javax.xml.transform.Source
, ValueRepresentation
DocumentWrapper
, DocumentWrapper
, DocumentWrapper
, DocumentWrapper
, NodeWrapper
, NodeWrapper
, NodeWrapper
, NodeWrapper
, StrippedDocument
, StrippedNode
public interface VirtualNode extends NodeInfo
ALL_NAMESPACES, EMPTY_NAMESPACE_LIST, IS_DTD_TYPE, IS_NILLED, LOCAL_NAMESPACES, NO_NAMESPACES
EMPTY_VALUE_ARRAY
Modifier and Type | Method | Description |
---|---|---|
java.lang.Object |
getUnderlyingNode() |
Get the real node undelying this virtual node.
|
getStringValueCS, getTypedValue
atomize, compareOrder, copy, equals, generateId, getAttributeValue, getBaseURI, getConfiguration, getDeclaredNamespaces, getDisplayName, getDocumentNumber, getDocumentRoot, getFingerprint, getLineNumber, getLocalPart, getNameCode, getNamePool, getNodeKind, getParent, getPrefix, getRoot, getStringValue, getSystemId, getTypeAnnotation, getURI, hasChildNodes, hashCode, isSameNodeInfo, iterateAxis, iterateAxis, sendNamespaceDeclarations
java.lang.Object getUnderlyingNode()
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.