fop 1.0

Uses of Class
org.apache.fop.accessibility.StructureTree

Packages that use StructureTree
org.apache.fop.accessibility   
org.apache.fop.apps Application classes used for running FOP embedded in other applications. 
 

Uses of StructureTree in org.apache.fop.accessibility
 

Methods in org.apache.fop.accessibility that return StructureTree
 StructureTree StructureTreeBuilder.getStructureTree()
          Returns the structure tree that will result from the parsing.
 

Uses of StructureTree in org.apache.fop.apps
 

Methods in org.apache.fop.apps that return StructureTree
 StructureTree FOUserAgent.getStructureTree()
          Returns the document's structure tree, for use by accessible output formats.
 

Methods in org.apache.fop.apps with parameters of type StructureTree
 void FOUserAgent.setStructureTree(StructureTree structureTree)
          Sets the document's structure tree, for use by accessible output formats.
 


fop 1.0

Copyright 1999-2010 The Apache Software Foundation. All Rights Reserved.