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.
-
Class Summary Class Description DominoAttr An attribute node in the Domino treeDominoNode A node in the Domino tree (other than an attribute or namespace node)DominoTree An adaptation of the TinyTree structure, used to index a DOM.DominoTreeModel Tree model implementation for the DOMINO treeDominoTreeModel.DominoBuilder A Builder class for the Domino tree modelErector This class is instantiated to build a DOMINO tree, taking a DOM Document as input; its task is to add the indexing information.