SourceForge.net Logo
aXSL API 0.2

org.axsl.fo.fo.prop
Interface CommonAccessibilityPa

All Known Subinterfaces:
BasicLink, Block, Bookmark, BookmarkTitle, ChangeBarBegin, ChangeBarEnd, ExternalGraphic, Footnote, FootnoteBody, InitialPropertySet, Inline, InstreamForeignObject, Leader, ListBlock, ListItem, ListItemBody, ListItemLabel, MultiCase, MultiProperties, MultiSwitch, MultiToggle, PageNumber, PageNumberCitation, PageNumberCitationLast, Root, ScalingValueCitation, Table, TableAndCaption, TableBody, TableCaption, TableCell, TableFooter, TableHeader, TableRow, Title

public interface CommonAccessibilityPa

The XSL-FO Common Accessibility properties.

See Also:
"XSL-FO, 1.1, Section 7.5."

Method Summary
 java.lang.String traitRole(FoContext context)
          Returns the "role" trait for this FO.
 java.lang.String[] traitSourceDocument(FoContext context)
          Returns the "source-document" trait for this FO.
 

Method Detail

traitSourceDocument

java.lang.String[] traitSourceDocument(FoContext context)
Returns the "source-document" trait for this FO.

Parameters:
context - An object that knows how to resolve FO Tree context issues.
Returns:
The source-document trait, or null if it is "none".
See Also:
"XSL-FO 1.0, Section 7.4.1", "XSL-FO 1.0, Section 7.5.1"

traitRole

java.lang.String traitRole(FoContext context)
Returns the "role" trait for this FO.

Parameters:
context - An object that knows how to resolve FO Tree context issues.
Returns:
The role trait, or null if it is "none". Note that the return value can be either a <string> or a <uri-specification> This method makes no distinction between the two. It is the responsibility of the client application to determine which is actually returned, and to act accordingly.
See Also:
"XSL-FO 1.0, Section 7.4.2", "XSL-FO 1.0, Section 7.5.2"

SourceForge.net Logo
aXSL API 0.2

This documentation was created August 8 2007 by The aXSL Group and may be freely copied. See license for details.