SourceForge.net Logo
aXSL API 0.1

Uses of Interface
org.axsl.foR.fo.RetrieveMarker

Packages that use RetrieveMarker
org.axsl.areaW Interfaces useful in the creation of an AreaTree. 
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. 
 

Uses of RetrieveMarker in org.axsl.areaW
 

Methods in org.axsl.areaW with parameters of type RetrieveMarker
 TableCellArea TableRowContainer.makeTableCellArea(TableCell node, RetrieveMarker retrieveMarker)
          Creates a new child table-cell area.
 TableBodyContainer TableArea.makeTableBodyContainer(TableBody tableBody, RetrieveMarker retrieveMarker)
          Factory method to create a child TableBodyContainer.
 TableHeaderContainer TableArea.makeTableHeaderContainer(TableHeader tableHeader, RetrieveMarker retrieveMarker)
          Factory method to create a child TableHeaderContainer.
 TableFooterContainer TableArea.makeTableFooterContainer(TableFooter tableFooter, RetrieveMarker retrieveMarker)
          Factory method to create a child TableBodyContainer.
 Marker PageArea.bestMarker(RetrieveMarker retrieveMarker)
          Provides the marker instance betst fitting the requirements of a given retrieve-marker.
 ListItemArea ListBlockArea.makeListItemArea(ListItem listItem, RetrieveMarker retrieveMarker)
          Factory method for creation of ListItemArea instances.
 ForeignObjectArea LineContentFactory.makeForeignObjectArea(InstreamForeignObject ifo, int ipd, RetrieveMarker retrieveMarker)
          Creates a new Area for foreign-object content.
 ExternalGraphicArea LineContentFactory.makeExternalGraphicArea(ExternalGraphic eg, int ipd, RetrieveMarker retrieveMarker)
          Creates a new Area for external-graphic content.
 LeaderArea LineContentFactory.makeLeaderArea(Leader leader, int ipd, RetrieveMarker retrieveMarker)
          Creates a new Area for leader content.
 PageNumberArea LineContentFactory.makePageNumberArea(PageNumber pageNumber, int ipd, RetrieveMarker retrieveMarker)
          Creates a new Area for page-number content.
 PageNumberCitationArea LineContentFactory.makePageNumberCitationArea(PageNumberCitation citation, int ipd, RetrieveMarker retrieveMarker)
          Creates a new Area for page-number-citation content.
 TextArea LineContentFactory.makeTextArea(FOText foText, int ipd, int startOffset, int sizeInChars, boolean hasDiscretionaryHyphen, boolean hasFauxSmallCaps, boolean isLastItemOnLine, RetrieveMarker retrieveMarker)
          Create a new text area.
 TableArea Area.makeTableArea(Table table, RetrieveMarker retrieveMarker)
          Create a new TableArea as a child of this Area.
 NormalBlockArea Area.makeNormalBlockArea(Block block, RetrieveMarker retrieveMarker)
          Create a new NormalBlockArea as a child of this Area.
 BlockContainerRA Area.makeBlockContainerArea(BlockContainer blockContainer, RetrieveMarker retrieveMarker)
          Create a new BlockContainerRA as a child of this Area.
 ListBlockArea Area.makeListBlockArea(ListBlock listBlock, RetrieveMarker retrieveMarker)
          Create a new ListBlockArea as a child of this Area.
 MarkerContentArea Area.makeMarkerContentArea(RetrieveMarker retrieveMarker, Marker marker)
          Create a new MarkerContentArea as a child of this Area.
 TableRowContainer AbstractTableContainer.makeTableRowContainer(TableRow node, RetrieveMarker retrieveMarker)
          Makes a new TableRowContainer instance for this Table.
 

Uses of RetrieveMarker in org.axsl.foR
 

Methods in org.axsl.foR that return RetrieveMarker
 RetrieveMarker FOLineText.getRetrieveMarker()
          Return the retrieve-marker associated with this item, if any.
 RetrieveMarker FOLineNonText.getRetrieveMarker()
          Return the retrieve-marker associated with this item, if any.
 RetrieveMarker FOContext.getRetrieveMarker()
          Tells the FO Tree which RetrieveMarker instance should be the grafting point if a Marker instance is found in the FO Tree.
 

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


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.