Package 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).

See:
          Description

Interface Summary
PropertyValue Interface for all XSL-FO property values.
 

Class Summary
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.
DtBorderWidth Pseudo-datatype for border-width, which is defined at XSL-FO Recommendation 1.1, Section 7.8.21.
DtCharacter A "character" datatype in XSL-FO.
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.
DtLengthBPIPDirection A length-conditional datatype in XSL.
DtLengthConditional A length-conditional datatype in XSL.
DtLengthRange A length-range datatype in XSL.
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.
DtScript A "script" datatype in XSL-FO.
DtShadowEffect Shadow Effect is not a datatype listed in the XSL-FO Standard.
DtShadowEffectWrapper Wraps a DtShadowEffect instance with its context information so that it can conform to the axsl interface.
DtShape A "shape" datatype in XSL.
DtSpace A space quantity in XSL (space-before, space-after).
DtString A "string" property datatype in XSL-FO.
DtTextDeco Text Decoration is not a datatype recognized in XSL-FO.
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.
ExprAdditiveOper Class for handling AdditiveExpr.
ExprInner Class representing nested expressions.
ExprMultiplicative Abstract superclass for multiplicative expressions.
ExprMultiplicativeOper Multiplicative operation.
ExprPrimary Common superclass for all Expression types.
ExprUnary Abstract superclass for unary expressions.
ExprUnaryOper Unary operation expression.
FnAbs The "abs" function in XSL-FO.
FnAbstractNamedProperty Abstract superclass for the "inherited-property-value", "from-parent", "from-nearest-specified-value", "from-page-master-region", and "merge-property-values" functions.
FnBodyStart The "body-start" function in XSL-FO.
FnCeiling The "ceiling" function in XSL-FO.
FnFloor The "floor" function in XSL-FO.
FnFromPageMasterRegion The "from-page-master-region" function in XSL-FO.
FnFromParent The "from-parent" function in XSL-FO.
FnFromTableColumn The "from-table-column" function in XSL-FO.
FnInheritedProp The "inherited-property-value" function in XSL-FO.
FnLabelEnd The "label-end" function in XSL-FO.
FnMax The "max" function in XSL-FO.
FnMergePropertyValues The "merge-property-values" function in XSL-FO.
FnMin The "min" function in XSL-FO.
FnNearestSpecProp The "nearest-specified-value" function in XSL-FO.
FnProportionalColWidth The "proportional-column-width" function in XSL-FO.
FnRgb The "rgb" function in XSL-FO.
FnRgbIcc The "rgb-icc" function in XSL-FO.
FnRound The "round" function in XSL-FO.
FnSystemColor The "system-color" function in XSL-FO.
FnSystemFont The "system-font" function in XSL-FO.
Function Abstract superclass for all XSL-FO functions.
PropertyCollection This class is odd because it is a PropertyValue subclass that encapsulates one or more Property instances.
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.
ValueCollection A collection of one or more other PropertyValue instances that is itself a PropertyValue.
 

Package org.foray.fotree.value Description

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).



Copyright © 2017. All rights reserved.