Package com.saxonica.ee.domino


package com.saxonica.ee.domino

This package is an implementation of a tree structure allowing efficient navigation of DOM trees. The DOM tree is retained in its original form, but fast navigation is provided using an index structure which essentially replicates the structural information used in Saxon's native TinyTree model.

The Domino model is available only in Saxon-EE, where it is used by default when a DOMSource is supplied as the input to a transformation or query.

  • Classes
    Class
    Description
    An attribute node in the Domino tree
    A node in the Domino tree (other than an attribute or namespace node)
    An adaptation of the TinyTree structure, used to index a DOM.
    Tree model implementation for the DOMINO tree
    A Builder class for the Domino tree model
    This class is instantiated to build a DOMINO tree, taking a DOM Document as input; its task is to add the indexing information.