SpaceStrippedDocument
, SpaceStrippedNode
, TypeStrippedDocument
, TypeStrippedNode
public interface WrappingFunction
Modifier and Type | Method | Description |
---|---|---|
VirtualNode |
makeWrapper(NodeInfo node,
VirtualNode parent) |
Factory method to wrap a node with a wrapper that implements the Saxon
NodeInfo interface.
|
VirtualNode makeWrapper(NodeInfo node, VirtualNode parent)
node
- The underlying nodeparent
- The wrapper for the parent of the node (null if unknown)