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.
-
ClassesClassDescriptionAn attribute node in the Domino treeA 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 treeA Builder class for the Domino tree modelThis class is instantiated to build a DOMINO tree, taking a DOM Document as input; its task is to add the indexing information.