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

Packages that use InstreamForeignObject
org.foray.fotree Classes for parsing and representing the XSL-FO document input objects and properties in the various namespaces. 
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 InstreamForeignObject in org.foray.fotree
 

Methods in org.foray.fotree that return InstreamForeignObject
 InstreamForeignObject ForeignXML.getParent()
           
 

Constructors in org.foray.fotree with parameters of type InstreamForeignObject
ForeignXML(InstreamForeignObject parent, PropertyListUnparsed propertyList)
          Constructor.
 

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

Constructors in org.foray.fotree.math.obj with parameters of type InstreamForeignObject
InstreamMathElement(InstreamForeignObject parent, PropertyListUnparsed propertyList)
          Constructor.
 

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

Constructors in org.foray.fotree.svg.obj with parameters of type InstreamForeignObject
InstreamSvgElement(InstreamForeignObject parent, PropertyListUnparsed propertyList)
          Constructor.
 



Copyright © 2017. All rights reserved.