Uses of Class
org.foray.fotree.ForeignXML

Packages that use ForeignXML
org.foray.fotree Classes for parsing and representing the XSL-FO document input objects and properties in the various namespaces. 
org.foray.fotree.fo.obj Classes representing the various Formatting Objects in the fo: namespace. 
org.foray.fotree.math.obj Classes representing objects in the m: (MathML) namespace. 
org.foray.fotree.svg.obj Classes representing objects in the svg: (Scalable Vector Graphics) namespace. 
 

Uses of ForeignXML in org.foray.fotree
 

Methods in org.foray.fotree with parameters of type ForeignXML
 void FOTreeBuilder.activateForeignXML(ForeignXML foreign)
          Set a flag indicating that we are currently processing foreign XML.
 

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

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

Uses of ForeignXML in org.foray.fotree.math.obj
 

Subclasses of ForeignXML in org.foray.fotree.math.obj
 class InstreamMathElement
          The content of an instream Math (MathML) document.
 

Uses of ForeignXML in org.foray.fotree.svg.obj
 

Subclasses of ForeignXML in org.foray.fotree.svg.obj
 class InstreamSvgElement
          The content of an inline SVG document.
 



Copyright © 2017. All rights reserved.