| 
 | 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 | AbstractNormalBlockAreaSuper-interface for the various normal-block areas: NormalBlockArea,TableArea, andListBlockArea. | 
|  interface | AbstractTableContainerSuper-interface for Table body, header, and footer areas. | 
|  interface | AreaSuper-interface for all AreaNode instances that actually occupy area on a page. | 
|  interface | AreaNodeSuper-interface for all AreaTree content. | 
|  interface | AreaTreeAn AreaTree is a document that has been laid out on pages. | 
|  interface | BasicLinkAreaArea containing a basic-link. | 
|  interface | BeforeFloatRAArea containing all or part of a before-float. | 
|  interface | BlockAreaArea containing all or part of a block. | 
|  interface | BlockContainerRAArea containing all or part of a block-container. | 
|  interface | ContainerRAA container for other Areas. | 
|  interface | ExternalGraphicAreaArea containing an external-graphic. | 
|  interface | FootnoteRAArea containing all or part of a footnote. | 
|  interface | ForeignObjectAreaArea for a foreign-object item. | 
|  interface | GenericContainerAn Area that is a generic container of other areas. | 
|  interface | InlineAreaArea for an inline. | 
|  interface | LeaderAreaArea containing leader content. | 
|  interface | LineAreaArea containing a line. | 
|  interface | ListBlockAreaArea for a list-block. | 
|  interface | ListItemAreaArea for a list-item. | 
|  interface | MainRAManages the main-reference-area. | 
|  interface | MarkerContentAreaA 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 | NormalBlockAreaArea for a normal block. | 
|  interface | NormalFlowRARepresents a normal-flow-reference-area. | 
|  interface | PageCollectionA PageCollection is a collection of formatted pages. | 
|  interface | PageNumberAreaArea for a page-number. | 
|  interface | PageNumberCitationAreaArea for a page-number-citation. | 
|  interface | RegionAreaArea for a Page Region. | 
|  interface | RegionRABodyThe Area containing the region-body. | 
|  interface | SpanRARepresents a span-reference-area. | 
|  interface | TableAreaContainer Area for a table. | 
|  interface | TableBodyContainerContainer Area for a table-body. | 
|  interface | TableCellAreaArea for a table-cell. | 
|  interface | TableFooterContainerContainer Area for a table-footer. | 
|  interface | TableHeaderContainerContainer Area for a table-header. | 
|  interface | TableRowContainerA container Area for a table-row. | 
|  interface | TextAreaAn 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 | FObjBase interface for formatting objects. | 
|  interface | FObjMixedBase class for representation of mixed content formatting objects and their processing. | 
|  interface | FObjScaledSubinterface for formatting objects that can be scaled and viewed inside a viewport. | 
|  interface | FONodeInterface for nodes in the formatting object tree. | 
|  interface | ForeignXMLAbstract base class for the root node of XML documents or document fragments that are wrapped inside of an fo:instream-foreign-object. | 
|  interface | FOTextA text node in the formatting object tree. | 
|  interface | FOTextContentSuper-interface for formatting objects that contain text. | 
| Uses of OrderedTreeNode in org.axsl.foR.extension | 
| Subinterfaces of OrderedTreeNode in org.axsl.foR.extension | |
|  interface | ContinuedLabelImplement continued labels for table header/footer. | 
| Uses of OrderedTreeNode in org.axsl.foR.fo | 
| Subinterfaces of OrderedTreeNode in org.axsl.foR.fo | |
|  interface | AbstractFlowSuper-interface for flow and static-content. | 
|  interface | AbstractTableBodySuper-interface for all table-body, table-header, and table-footer items. | 
|  interface | BasicLinkAn fo:basic-link object in XSL-FO. | 
|  interface | BidiOverrideAn fo:bidi-override object in XSL-FO. | 
|  interface | BlockAn fo:block object in XSL-FO. | 
|  interface | BlockContainerAn fo:block-container object in XSL-FO. | 
|  interface | BookmarkAn fo:bookmark object in XSL-FO. | 
|  interface | BookmarkTitleAn fo:bookmark-title object in XSL-FO. | 
|  interface | BookmarkTreeAn fo:bookmark-tree object in XSL-FO. | 
|  interface | CharacterAn fo:character object in XSL-FO. | 
|  interface | ColorProfileAn fo:color-profile object in XSL-FO. | 
|  interface | DeclarationsAn fo:declarations object in XSL-FO. | 
|  interface | ExternalGraphicAn fo:external-graphic object in XSL-FO. | 
|  interface | FloatAn fo:float object in XSL-FO. | 
|  interface | FlowAn fo:flow object in XSL-FO. | 
|  interface | FootnoteAn fo:footnote object in XSL-FO. | 
|  interface | FootnoteBodyAn fo:footnote-body object in XSL-FO. | 
|  interface | InitialPropertySetAn fo:initial-property-set object in XSL-FO. | 
|  interface | InlineAn fo:inline object in XSL-FO. | 
|  interface | InlineContainerAn fo:inline-container object in XSL-FO. | 
|  interface | InstreamForeignObjectAn fo:instream-foreign-object object in XSL-FO. | 
|  interface | LeaderAn fo:leader object in XSL-FO. | 
|  interface | ListBlockAn fo:list-block object in XSL-FO. | 
|  interface | ListItemAn fo:list-item object in XSL-FO. | 
|  interface | ListItemBodyAn fo:list-item-body object in XSL-FO. | 
|  interface | ListItemLabelAn fo:list-item-label object in XSL-FO. | 
|  interface | MarkerAn fo:marker object in XSL-FO. | 
|  interface | MultiCaseAn fo:multi-case object in XSL-FO. | 
|  interface | MultiPropertiesAn fo:multi-properties object in XSL-FO. | 
|  interface | MultiPropertySetAn fo:multi-property-set object in XSL-FO. | 
|  interface | MultiSwitchAn fo:multi-switch object in XSL-FO. | 
|  interface | MultiToggleAn fo:multi-toggle object in XSL-FO. | 
|  interface | PageNumberAn fo:page-number object in XSL-FO. | 
|  interface | PageNumberCitationAn fo:page-number-citation object in XSL-FO. | 
|  interface | PageSequenceAn fo:page-sequence object in XSL-FO. | 
|  interface | RegionAbstract base interface for pagination regions. | 
|  interface | RegionAfterAn fo:region-after object in XSL-FO. | 
|  interface | RegionBeforeAn fo:region-before object in XSL-FO. | 
|  interface | RegionBodyAn fo:region-body object in XSL-FO. | 
|  interface | RegionEndAn fo:region-end object in XSL-FO. | 
|  interface | RegionStartAn fo:region-start object in XSL-FO. | 
|  interface | RetrieveMarkerAn fo:retrieve-marker object in XSL-FO. | 
|  interface | RootAn fo:root object in XSL-FO. | 
|  interface | SimplePageMasterAn fo:simple-page-master object in XSL-FO. | 
|  interface | StaticContentAn fo:static-content object in XSL-FO. | 
|  interface | TableAn fo:table object in XSL-FO. | 
|  interface | TableAndCaptionAn fo:table-and-caption object in XSL-FO. | 
|  interface | TableBodyAn fo:table-body object in XSL-FO. | 
|  interface | TableCaptionAn fo:table-caption object in XSL-FO. | 
|  interface | TableCellAn fo:table-cell object in XSL-FO. | 
|  interface | TableColumnAn fo:table-column object in XSL-FO. | 
|  interface | TableFooterAn fo:table-footer object in XSL-FO. | 
|  interface | TableHeaderAn fo:table-header object in XSL-FO. | 
|  interface | TableRowAn fo:table-row object in XSL-FO. | 
|  interface | TitleAn fo:title object in XSL-FO. | 
|  interface | WrapperAn fo:wrapper object in XSL-FO. | 
| Uses of OrderedTreeNode in org.axsl.foR.svg | 
| Subinterfaces of OrderedTreeNode in org.axsl.foR.svg | |
|  interface | SVGElementclass 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.