See: Description
Class | Description |
---|---|
DominoAttr |
An attribute node in the Domino tree
|
DominoNode |
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 tree
|
DominoTreeModel.DominoBuilder |
A Builder class for the Domino tree model
|
Erector |
This class is instantiated to build a DOMINO tree, taking a DOM Document as input; its task
is to add the indexing information.
|
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.
Copyright (c) 2004-2020 Saxonica Limited. All rights reserved.