Uses of Class
org.foray.fotree.fo.obj.AbstractCharacterSequence

Packages that use AbstractCharacterSequence
org.foray.fotree Classes for parsing and representing the XSL-FO document input objects and properties in the various namespaces. 
org.foray.fotree.axsl.obj Classes representing non-standard objects in the FO Tree that are sanctioned by aXSL. 
org.foray.fotree.fo.obj Classes representing the various Formatting Objects in the fo: namespace. 
 

Uses of AbstractCharacterSequence in org.foray.fotree
 

Methods in org.foray.fotree with parameters of type AbstractCharacterSequence
abstract  void FObjMixed.addTextNode(AbstractCharacterSequence textNode)
          Add a text node to the children of this object.
 

Uses of AbstractCharacterSequence in org.foray.fotree.axsl.obj
 

Methods in org.foray.fotree.axsl.obj that return types with arguments of type AbstractCharacterSequence
 List<AbstractCharacterSequence> Metadata.getChildren()
           
 

Methods in org.foray.fotree.axsl.obj with parameters of type AbstractCharacterSequence
 void Metadata.addTextNode(AbstractCharacterSequence textNode)
           
 

Uses of AbstractCharacterSequence in org.foray.fotree.fo.obj
 

Subclasses of AbstractCharacterSequence in org.foray.fotree.fo.obj
 class CharacterSequence4a
          A text node in the formatting object tree.
 class FoWordSequence
          Text in an FO document that is already broken into words.
 

Methods in org.foray.fotree.fo.obj that return AbstractCharacterSequence
 AbstractCharacterSequence BookmarkTitle.getChildAt(int index)
           
 

Methods in org.foray.fotree.fo.obj that return types with arguments of type AbstractCharacterSequence
 List<AbstractCharacterSequence> BookmarkTitle.getChildren()
           
 

Methods in org.foray.fotree.fo.obj with parameters of type AbstractCharacterSequence
 void Wrapper.addTextNode(AbstractCharacterSequence textNode)
           
 void Title.addTextNode(AbstractCharacterSequence textNode)
           
 void Marker.addTextNode(AbstractCharacterSequence textNode)
           
 void Leader.addTextNode(AbstractCharacterSequence textNode)
           
 void Inline.addTextNode(AbstractCharacterSequence textNode)
           
 void BookmarkTitle.addTextNode(AbstractCharacterSequence textNode)
           
 void Block.addTextNode(AbstractCharacterSequence textNode)
           
 void BidiOverride.addTextNode(AbstractCharacterSequence textNode)
           
 void BasicLink.addTextNode(AbstractCharacterSequence textNode)
           
 void AbstractIndexFormatting.addTextNode(AbstractCharacterSequence textNode)
           
 void AbstractFolioDescriptor.addTextNode(AbstractCharacterSequence textNode)
           
 



Copyright © 2017. All rights reserved.