Uses of Package
org.foray.fotree.value

Packages that use org.foray.fotree.value
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.axsl.prop Classes representing properties 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.prop Classes representing XSL-FO properties (See Section 7 of the XSL-FO 1.0 Standard). 
org.foray.fotree.parse Classes related to the parsing of XSL-FO content, especially property values. 
org.foray.fotree.value Classes representing the various ways that property values can be specified in XSL-FO, including Datatypes, Functions, and Expressions (See Section 5.11 of the XSL 1.0 Standard). 
org.foray.fotree.xml Namespace and Factory classes for objects in the xml: (Generic XML) namespace. 
org.foray.fotree.xml.prop Classes representing generic XML properties. 
 

Classes in org.foray.fotree.value used by org.foray.fotree
DtTextDeco
          Text Decoration is not a datatype recognized in XSL-FO.
DtWritingMode
          Writing Mode is not a datatype recognized in XSL-FO.
PropertyValue
          Interface for all XSL-FO property values.
 

Classes in org.foray.fotree.value used by org.foray.fotree.axsl
PropertyValue
          Interface for all XSL-FO property values.
PropertyValueStatic
          Abstract superclass for static property values, that is, property values that are not expressions.
PvKeyword
          Abstract superclass for all property value classes that encapsulate keywords, regardless of namespace.
 

Classes in org.foray.fotree.value used by org.foray.fotree.axsl.prop
PropertyValue
          Interface for all XSL-FO property values.
 

Classes in org.foray.fotree.value used by org.foray.fotree.fo
PropertyValue
          Interface for all XSL-FO property values.
PropertyValueStatic
          Abstract superclass for static property values, that is, property values that are not expressions.
PvKeyword
          Abstract superclass for all property value classes that encapsulate keywords, regardless of namespace.
 

Classes in org.foray.fotree.value used by org.foray.fotree.fo.prop
DtString
          A "string" property datatype in XSL-FO.
DtTextDeco
          Text Decoration is not a datatype recognized in XSL-FO.
DtWritingMode
          Writing Mode is not a datatype recognized in XSL-FO.
PropertyValue
          Interface for all XSL-FO property values.
 

Classes in org.foray.fotree.value used by org.foray.fotree.parse
Function
          Abstract superclass for all XSL-FO functions.
PropertyValue
          Interface for all XSL-FO property values.
 

Classes in org.foray.fotree.value used by org.foray.fotree.value
Datatype
          Abstract class representing an XSL-FO Property Datatype, as defined in Section 5.11 of the XSL-FO Standard 1.0.
DtAngle
          An "angle" property datatype in XSL-FO.
DtBorderStyle
          Pseudo-datatype wrapper for the axsl BorderStyle enumeration that conforms to the PropertyValue interface.
DtColor
          A "color" property datatype in XSL-FO.
DtCountry
          A "country" datatype in XSL-FO.
DtFrequency
          A "frequency" datatype in XSL.
DtInteger
          An "integer" property datatype in XSL-FO.
DtKeep
          A keep datatype in XSL.
DtLanguage
          A "language" datatype in XSL-FO.
DtLength
          A "length" property datatype in XSL-FO.
DtName
          A "name" property datatype in XSL-FO.
DtNumber
          A "number" property datatype in XSL-FO.
DtPercentage
          A "percentage" property datatype in XSL-FO.
DtRectangle
          A rectangle datatype in XSL.
DtShadowEffect
          Shadow Effect is not a datatype listed in the XSL-FO Standard.
DtShape
          A "shape" datatype in XSL.
DtTime
          A "time" datatype in XSL.
DtURI
          A "uri-specification" property datatype in XSL-FO.
DtWritingMode
          Writing Mode is not a datatype recognized in XSL-FO.
Expr
          Abstract Base Class for all Expressions.
ExprAdditive
          Class for handling AdditiveExpr.
ExprMultiplicative
          Abstract superclass for multiplicative expressions.
ExprPrimary
          Common superclass for all Expression types.
ExprUnary
          Abstract superclass for unary expressions.
FnAbstractNamedProperty
          Abstract superclass for the "inherited-property-value", "from-parent", "from-nearest-specified-value", "from-page-master-region", and "merge-property-values" functions.
Function
          Abstract superclass for all XSL-FO functions.
PropertyValue
          Interface for all XSL-FO property values.
PropertyValueStatic
          Abstract superclass for static property values, that is, property values that are not expressions.
PvKeyword
          Abstract superclass for all property value classes that encapsulate keywords, regardless of namespace.
 

Classes in org.foray.fotree.value used by org.foray.fotree.xml
PropertyValue
          Interface for all XSL-FO property values.
 

Classes in org.foray.fotree.value used by org.foray.fotree.xml.prop
PropertyValue
          Interface for all XSL-FO property values.
 



Copyright © 2017. All rights reserved.