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.
Michael H. Kay
Saxonica Limited
September 2016
Copyright (c) 2004-2018 Saxonica Limited. All rights reserved.