Package net.sf.saxon.tree.wrapper

This package provides a number of classes supporting the general capability to wrap external XML tree models as instances of the Saxon NodeInfo interface, making them amenable to XPath processing.

The SpaceStrippedNode class provides a virtual tree in which whitespace text nodes in the underlying real tree are ignored.

The TypeStrippedNode class provides a virtual tree in which type annotations in the underlying real tree are ignored.

The VirtualCopy class provides a tree that is the same as the underlying tree in everything except node identity.