The aXSL API
aXSL provides interfaces to two tree structures, an FO Tree and an Area Tree.
A common task within these trees is to find, for a given node, some ancestor
of the node.
For example, if working with table cells, it may be useful to find the ancestor
table.
Methods that provide such services should be named with one of the following
standard prefixes:
- "parent" implies that the returned object must be the immediate
ancestor of the requesting node.
- "ancestor" implies that the returned object must be an ancestor of the
requesting node.
- "nearest" implies that the returned object may be either an ancestor
of the requesting node, or the requesting node.
The following javadocs are available:
- Current Repository (minimum Java 1.6).
This documentation is generated from the trunk of the source code repository, and is not tied to any release.
- Release 0.2 (minimum Java 1.5).
- Release 0.1 (minimum Java 1.4).