SourceForge.net Logo
aXSL API 0.1

org.axsl.foR
Interface FOTextContent

All Superinterfaces:
FONode, OrderedTreeNode, javax.swing.tree.TreeNode
All Known Subinterfaces:
Character, FOText

public interface FOTextContent
extends FONode

Super-interface for formatting objects that contain text.


Method Summary
 char[] getAreaTreeText(FOContext context)
          Filters the raw text as needed to present the text that should appear in the area tree.
 
Methods inherited from interface org.axsl.foR.FONode
ancestorMarker, childrenFO, getColumn, getContextMessage, getFONodeChildAt, getLine, getProxy, getResult, getSystemId, makeProxy, parentFO, reset, setProxy, setResult
 
Methods inherited from interface org.axsl.common.OrderedTreeNode
getChildren, getFirstChild, getFirstLeaf, getLastChild, getLastLeaf, getNextLeaf, getNextSibling, getPreviousLeaf, getPreviousSibling, getSiblings, hasChildren, nextPreOrderNode, siblingIndex
 
Methods inherited from interface javax.swing.tree.TreeNode
children, getAllowsChildren, getChildAt, getChildCount, getIndex, getParent, isLeaf
 

Method Detail

getAreaTreeText

public char[] getAreaTreeText(FOContext context)

Filters the raw text as needed to present the text that should appear in the area tree. Specifically, this effectively filters for the following property:

Parameters:
context - An object that knows how to resolve FO Tree context issues.
Returns:
The text that should appear in the area tree.

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.