Package net.sf.saxon.om

This package defines the interface to the Saxon tree structure.

See: Description

Package net.sf.saxon.om Description

This package defines the interface to the Saxon tree structure. This structure is used to represent both the source document and the stylesheet. Essentially, this class represents Saxon's realization of the XPath data model.

The classes in the package are rather a miscellany. What they have in common is that they describe the way the Saxon tree structure is accessed, in a way that it independent of the two tree implementations (in packages net.sf.saxon.tree and net.sf.saxon.tinytree).

Broadly speaking, the classes fall into four categories:

Michael H. Kay
Saxonica Limited
9 February 2005

Copyright (c) 2004-2014 Saxonica Limited. All rights reserved.