Interface WrappingFunction

    • Method Detail

      • makeWrapper

        VirtualNode makeWrapper​(NodeInfo node,
                                VirtualNode parent)
        Factory method to wrap a node with a wrapper that implements the Saxon NodeInfo interface.
        Parameters:
        node - The underlying node
        parent - The wrapper for the parent of the node (null if unknown)
        Returns:
        The new wrapper for the supplied node