|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FOTreeBuilder | |
---|---|
org.foray.fotree | Classes for parsing and representing the XSL-FO document input objects and properties in the various namespaces. |
org.foray.fotree.axsl | Namespace and Factory classes for objects in the axsl: namespace. |
org.foray.fotree.fo | Namespace and Factory classes for objects in the fo: (XSL Formatting Objects) namespace. |
org.foray.fotree.fo.obj | Classes representing the various Formatting Objects in the fo: namespace. |
org.foray.fotree.foray | Namespace and Factory classes for objects in the foray: (custom) namespace. |
org.foray.fotree.math | Namespace and Factory classes for objects in the m: (MathML) namespace. |
org.foray.fotree.svg | Namespace and Factory classes for objects in the svg: (Scalable Vector Graphics) namespace. |
org.foray.fotree.xml | Namespace and Factory classes for objects in the xml: (Generic XML) namespace. |
Uses of FOTreeBuilder in org.foray.fotree |
---|
Methods in org.foray.fotree that return FOTreeBuilder | |
---|---|
FOTreeBuilder |
FObj.getFoTree()
Return the ancestor tree builder. |
FOTreeBuilder |
FoTreeServer4a.makeFoTree()
|
Methods in org.foray.fotree with parameters of type FOTreeBuilder | |
---|---|
protected void |
Namespace.makeList(PropertyList propertyList,
Attributes attributes,
FObj parentFO,
int[] attributeSort,
Locator locator,
FOTreeBuilder builder)
Parses the attributes for an object in a pre-specified order, building the PropertyList from them. |
Property |
Namespace.parseAttribute(Attributes attributes,
String attributeName,
String attributeValue,
FObj fobj,
Locator locator,
FOTreeBuilder builder)
Parses one attribute. |
abstract void |
Namespace.parseAttributes(PropertyList list,
Attributes attlist,
FObj currentFObj,
Locator locator,
FOTreeBuilder builder)
Parse the attributes for an element in this namespace. |
FObj |
Namespace.parseElement(String localName,
FObj currentFObj,
PropertyList list,
Locator locator,
FOTreeBuilder builder)
Parse an element in this namespace. |
Uses of FOTreeBuilder in org.foray.fotree.axsl |
---|
Methods in org.foray.fotree.axsl with parameters of type FOTreeBuilder | |
---|---|
void |
NamespaceAxsl.parseAttributes(PropertyList propertyList,
Attributes attlist,
FObj currentFObj,
Locator locator,
FOTreeBuilder builder)
|
Uses of FOTreeBuilder in org.foray.fotree.fo |
---|
Methods in org.foray.fotree.fo with parameters of type FOTreeBuilder | |
---|---|
void |
NamespaceFO.parseAttributes(PropertyList propertyList,
Attributes attlist,
FObj currentFObj,
Locator locator,
FOTreeBuilder builder)
|
Uses of FOTreeBuilder in org.foray.fotree.fo.obj |
---|
Methods in org.foray.fotree.fo.obj that return FOTreeBuilder | |
---|---|
FOTreeBuilder |
Root.getFoTree()
Return the ancestor tree builder. |
Methods in org.foray.fotree.fo.obj with parameters of type FOTreeBuilder | |
---|---|
void |
Root.setFOTreeBuilder(FOTreeBuilder treeBuilder)
Sets the "parent" tree builder. |
Uses of FOTreeBuilder in org.foray.fotree.foray |
---|
Methods in org.foray.fotree.foray with parameters of type FOTreeBuilder | |
---|---|
void |
NamespaceForay.parseAttributes(PropertyList propertyList,
Attributes attlist,
FObj currentFObj,
Locator locator,
FOTreeBuilder builder)
|
Uses of FOTreeBuilder in org.foray.fotree.math |
---|
Methods in org.foray.fotree.math with parameters of type FOTreeBuilder | |
---|---|
void |
MathNamespace.parseAttributes(PropertyList propertyList,
Attributes attlist,
FObj currentFObj,
Locator locator,
FOTreeBuilder builder)
|
Uses of FOTreeBuilder in org.foray.fotree.svg |
---|
Methods in org.foray.fotree.svg with parameters of type FOTreeBuilder | |
---|---|
void |
NamespaceSVG.parseAttributes(PropertyList propertyList,
Attributes attlist,
FObj currentFObj,
Locator locator,
FOTreeBuilder builder)
|
Uses of FOTreeBuilder in org.foray.fotree.xml |
---|
Methods in org.foray.fotree.xml with parameters of type FOTreeBuilder | |
---|---|
void |
NamespaceXML.parseAttributes(PropertyList propertyList,
Attributes attlist,
FObj currentFObj,
Locator locator,
FOTreeBuilder builder)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |