SourceForge.net Logo
aXSL API 0.1

Uses of Interface
org.axsl.foR.FONode

Packages that use FONode
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 FONode in org.axsl.foR
 

Subinterfaces of FONode 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 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.
 

Methods in org.axsl.foR that return FONode
 FONode FONode.getFONodeChildAt(int childIndex)
          Returns a specific child, cast as an FONode.
 

Methods in org.axsl.foR with parameters of type FONode
 FONodeProxy ProxyFactory.makeProxy(FONode node)
          Creates a proxy for an FONode.
 

Uses of FONode in org.axsl.foR.extension
 

Subinterfaces of FONode in org.axsl.foR.extension
 interface ContinuedLabel
          Implement continued labels for table header/footer.
 

Uses of FONode in org.axsl.foR.fo
 

Subinterfaces of FONode 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 FONode in org.axsl.foR.svg
 

Subinterfaces of FONode in org.axsl.foR.svg
 interface SVGElement
          class representing svg:svg pseudo flow object.
 


SourceForge.net Logo
aXSL API 0.1

This documentation was created September 6 2006 by The aXSL Group and may be freely copied. See license for details.