|
aXSL API 0.1 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OrderedTreeNode | |
org.axsl.areaW | Interfaces useful in the creation of an AreaTree. |
org.axsl.common | Constants and other items that may be useful throughout a document-processing system. |
org.axsl.foR | Interfaces useful for client applications that wish to read an FO (Formatting Objects) Tree, usually so that they can perform layout on its content. |
org.axsl.foR.extension | Interfaces useful for describing non-standard formatting objects in a common way. |
org.axsl.foR.fo | Interfaces useful for describing standard formatting objects in a common way. |
org.axsl.foR.svg | Interfaces useful for describing SVG content to client applications. |
Uses of OrderedTreeNode in org.axsl.areaW |
Subinterfaces of OrderedTreeNode in org.axsl.areaW | |
interface |
AbstractNormalBlockArea
Super-interface for the various normal-block areas: NormalBlockArea ,
TableArea , and ListBlockArea . |
interface |
AbstractTableContainer
Super-interface for Table body, header, and footer areas. |
interface |
Area
Super-interface for all AreaNode instances that actually occupy area on a page. |
interface |
AreaNode
Super-interface for all AreaTree content. |
interface |
AreaTree
An AreaTree is a document that has been laid out on pages. |
interface |
BasicLinkArea
Area containing a basic-link. |
interface |
BeforeFloatRA
Area containing all or part of a before-float. |
interface |
BlockArea
Area containing all or part of a block. |
interface |
BlockContainerRA
Area containing all or part of a block-container. |
interface |
ContainerRA
A container for other Areas. |
interface |
ExternalGraphicArea
Area containing an external-graphic. |
interface |
FootnoteRA
Area containing all or part of a footnote. |
interface |
ForeignObjectArea
Area for a foreign-object item. |
interface |
GenericContainer
An Area that is a generic container of other areas. |
interface |
InlineArea
Area for an inline. |
interface |
LeaderArea
Area containing leader content. |
interface |
LineArea
Area containing a line. |
interface |
ListBlockArea
Area for a list-block. |
interface |
ListItemArea
Area for a list-item. |
interface |
MainRA
Manages the main-reference-area. |
interface |
MarkerContentArea
A non-area placeholder in the Area Tree to allow the AreaTree to remember which RetrieveMarker and Marker items combined to create the content below it. |
interface |
NormalBlockArea
Area for a normal block. |
interface |
NormalFlowRA
Represents a normal-flow-reference-area. |
interface |
PageCollection
A PageCollection is a collection of formatted pages. |
interface |
PageNumberArea
Area for a page-number. |
interface |
PageNumberCitationArea
Area for a page-number-citation. |
interface |
RegionArea
Area for a Page Region. |
interface |
RegionRABody
The Area containing the region-body. |
interface |
SpanRA
Represents a span-reference-area. |
interface |
TableArea
Container Area for a table. |
interface |
TableBodyContainer
Container Area for a table-body. |
interface |
TableCellArea
Area for a table-cell. |
interface |
TableFooterContainer
Container Area for a table-footer. |
interface |
TableHeaderContainer
Container Area for a table-header. |
interface |
TableRowContainer
A container Area for a table-row. |
interface |
TextArea
An Area containing text. |
Uses of OrderedTreeNode in org.axsl.common |
Methods in org.axsl.common that return OrderedTreeNode | |
OrderedTreeNode |
OrderedTreeNode.getPreviousSibling()
Returns the previous sibling node. |
OrderedTreeNode |
OrderedTreeNode.getNextSibling()
Returns the next sibling node. |
OrderedTreeNode |
OrderedTreeNode.getFirstChild()
Returns the first child of this node. |
OrderedTreeNode |
OrderedTreeNode.getLastChild()
Returns the last child of this node. |
OrderedTreeNode |
OrderedTreeNode.nextPreOrderNode()
Returns the next node in the tree relative to the current node, in pre-order traversal order. |
OrderedTreeNode |
OrderedTreeNode.getFirstLeaf()
Finds and returns the first leaf that is a descendant of this node -- either this node or its first child's first leaf. |
OrderedTreeNode |
OrderedTreeNode.getLastLeaf()
Finds and returns the last leaf that is a descendant of this node -- either this node or its last child's last leaf. |
OrderedTreeNode |
OrderedTreeNode.getNextLeaf()
Returns the leaf after this node or null if this node is the last leaf in the tree. |
OrderedTreeNode |
OrderedTreeNode.getPreviousLeaf()
Returns the leaf before this node or null if this node is the first leaf in the tree. |
Uses of OrderedTreeNode in org.axsl.foR |
Subinterfaces of OrderedTreeNode in org.axsl.foR | |
interface |
FObj
Base interface for formatting objects. |
interface |
FObjMixed
Base class for representation of mixed content formatting objects and their processing. |
interface |
FObjScaled
Subinterface for formatting objects that can be scaled and viewed inside a viewport. |
interface |
FONode
Interface for nodes in the formatting object tree. |
interface |
ForeignXML
Abstract base class for the root node of XML documents or document fragments that are wrapped inside of an fo:instream-foreign-object. |
interface |
FOText
A text node in the formatting object tree. |
interface |
FOTextContent
Super-interface for formatting objects that contain text. |
Uses of OrderedTreeNode in org.axsl.foR.extension |
Subinterfaces of OrderedTreeNode in org.axsl.foR.extension | |
interface |
ContinuedLabel
Implement continued labels for table header/footer. |
Uses of OrderedTreeNode in org.axsl.foR.fo |
Subinterfaces of OrderedTreeNode in org.axsl.foR.fo | |
interface |
AbstractFlow
Super-interface for flow and static-content. |
interface |
AbstractTableBody
Super-interface for all table-body, table-header, and table-footer items. |
interface |
BasicLink
An fo:basic-link object in XSL-FO. |
interface |
BidiOverride
An fo:bidi-override object in XSL-FO. |
interface |
Block
An fo:block object in XSL-FO. |
interface |
BlockContainer
An fo:block-container object in XSL-FO. |
interface |
Bookmark
An fo:bookmark object in XSL-FO. |
interface |
BookmarkTitle
An fo:bookmark-title object in XSL-FO. |
interface |
BookmarkTree
An fo:bookmark-tree object in XSL-FO. |
interface |
Character
An fo:character object in XSL-FO. |
interface |
ColorProfile
An fo:color-profile object in XSL-FO. |
interface |
Declarations
An fo:declarations object in XSL-FO. |
interface |
ExternalGraphic
An fo:external-graphic object in XSL-FO. |
interface |
Float
An fo:float object in XSL-FO. |
interface |
Flow
An fo:flow object in XSL-FO. |
interface |
Footnote
An fo:footnote object in XSL-FO. |
interface |
FootnoteBody
An fo:footnote-body object in XSL-FO. |
interface |
InitialPropertySet
An fo:initial-property-set object in XSL-FO. |
interface |
Inline
An fo:inline object in XSL-FO. |
interface |
InlineContainer
An fo:inline-container object in XSL-FO. |
interface |
InstreamForeignObject
An fo:instream-foreign-object object in XSL-FO. |
interface |
Leader
An fo:leader object in XSL-FO. |
interface |
ListBlock
An fo:list-block object in XSL-FO. |
interface |
ListItem
An fo:list-item object in XSL-FO. |
interface |
ListItemBody
An fo:list-item-body object in XSL-FO. |
interface |
ListItemLabel
An fo:list-item-label object in XSL-FO. |
interface |
Marker
An fo:marker object in XSL-FO. |
interface |
MultiCase
An fo:multi-case object in XSL-FO. |
interface |
MultiProperties
An fo:multi-properties object in XSL-FO. |
interface |
MultiPropertySet
An fo:multi-property-set object in XSL-FO. |
interface |
MultiSwitch
An fo:multi-switch object in XSL-FO. |
interface |
MultiToggle
An fo:multi-toggle object in XSL-FO. |
interface |
PageNumber
An fo:page-number object in XSL-FO. |
interface |
PageNumberCitation
An fo:page-number-citation object in XSL-FO. |
interface |
PageSequence
An fo:page-sequence object in XSL-FO. |
interface |
Region
Abstract base interface for pagination regions. |
interface |
RegionAfter
An fo:region-after object in XSL-FO. |
interface |
RegionBefore
An fo:region-before object in XSL-FO. |
interface |
RegionBody
An fo:region-body object in XSL-FO. |
interface |
RegionEnd
An fo:region-end object in XSL-FO. |
interface |
RegionStart
An fo:region-start object in XSL-FO. |
interface |
RetrieveMarker
An fo:retrieve-marker object in XSL-FO. |
interface |
Root
An fo:root object in XSL-FO. |
interface |
SimplePageMaster
An fo:simple-page-master object in XSL-FO. |
interface |
StaticContent
An fo:static-content object in XSL-FO. |
interface |
Table
An fo:table object in XSL-FO. |
interface |
TableAndCaption
An fo:table-and-caption object in XSL-FO. |
interface |
TableBody
An fo:table-body object in XSL-FO. |
interface |
TableCaption
An fo:table-caption object in XSL-FO. |
interface |
TableCell
An fo:table-cell object in XSL-FO. |
interface |
TableColumn
An fo:table-column object in XSL-FO. |
interface |
TableFooter
An fo:table-footer object in XSL-FO. |
interface |
TableHeader
An fo:table-header object in XSL-FO. |
interface |
TableRow
An fo:table-row object in XSL-FO. |
interface |
Title
An fo:title object in XSL-FO. |
interface |
Wrapper
An fo:wrapper object in XSL-FO. |
Uses of OrderedTreeNode in org.axsl.foR.svg |
Subinterfaces of OrderedTreeNode in org.axsl.foR.svg | |
interface |
SVGElement
class representing svg:svg pseudo flow object. |
|
aXSL API 0.1 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
This documentation was created September 6 2006 by The aXSL Group and may be freely copied. See license for details.