Uses of Class
org.foray.fotree.value.ExprMultiplicative

Packages that use ExprMultiplicative
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). 
 

Uses of ExprMultiplicative in org.foray.fotree.value
 

Subclasses of ExprMultiplicative in org.foray.fotree.value
 class Datatype
          Abstract class representing an XSL-FO Property Datatype, as defined in Section 5.11 of the XSL-FO Standard 1.0.
 class DtAngle
          An "angle" property datatype in XSL-FO.
 class DtBorderWidth
          Pseudo-datatype for border-width, which is defined at XSL-FO Recommendation 1.1, Section 7.8.21.
 class DtCharacter
          A "character" datatype in XSL-FO.
 class DtColor
          A "color" property datatype in XSL-FO.
 class DtCountry
          A "country" datatype in XSL-FO.
 class DtFrequency
          A "frequency" datatype in XSL.
 class DtInteger
          An "integer" property datatype in XSL-FO.
 class DtKeep
          A keep datatype in XSL.
 class DtLanguage
          A "language" datatype in XSL-FO.
 class DtLength
          A "length" property datatype in XSL-FO.
 class DtLengthBPIPDirection
          A length-conditional datatype in XSL.
 class DtLengthConditional
          A length-conditional datatype in XSL.
 class DtLengthRange
          A length-range datatype in XSL.
 class DtName
          A "name" property datatype in XSL-FO.
 class DtNumber
          A "number" property datatype in XSL-FO.
 class DtPercentage
          A "percentage" property datatype in XSL-FO.
 class DtRectangle
          A rectangle datatype in XSL.
 class DtScript
          A "script" datatype in XSL-FO.
 class DtShadowEffect
          Shadow Effect is not a datatype listed in the XSL-FO Standard.
 class DtShape
          A "shape" datatype in XSL.
 class DtSpace
          A space quantity in XSL (space-before, space-after).
 class DtString
          A "string" property datatype in XSL-FO.
 class DtTextDeco
          Text Decoration is not a datatype recognized in XSL-FO.
 class DtTime
          A "time" datatype in XSL.
 class DtURI
          A "uri-specification" property datatype in XSL-FO.
 class DtWritingMode
          Writing Mode is not a datatype recognized in XSL-FO.
 class ExprInner
          Class representing nested expressions.
 class ExprMultiplicativeOper
          Multiplicative operation.
 class ExprPrimary
          Common superclass for all Expression types.
 class ExprUnary
          Abstract superclass for unary expressions.
 class ExprUnaryOper
          Unary operation expression.
 class FnAbs
          The "abs" function in XSL-FO.
 class FnAbstractNamedProperty
          Abstract superclass for the "inherited-property-value", "from-parent", "from-nearest-specified-value", "from-page-master-region", and "merge-property-values" functions.
 class FnBodyStart
          The "body-start" function in XSL-FO.
 class FnCeiling
          The "ceiling" function in XSL-FO.
 class FnFloor
          The "floor" function in XSL-FO.
 class FnFromPageMasterRegion
          The "from-page-master-region" function in XSL-FO.
 class FnFromParent
          The "from-parent" function in XSL-FO.
 class FnFromTableColumn
          The "from-table-column" function in XSL-FO.
 class FnInheritedProp
          The "inherited-property-value" function in XSL-FO.
 class FnLabelEnd
          The "label-end" function in XSL-FO.
 class FnMax
          The "max" function in XSL-FO.
 class FnMergePropertyValues
          The "merge-property-values" function in XSL-FO.
 class FnMin
          The "min" function in XSL-FO.
 class FnNearestSpecProp
          The "nearest-specified-value" function in XSL-FO.
 class FnProportionalColWidth
          The "proportional-column-width" function in XSL-FO.
 class FnRgb
          The "rgb" function in XSL-FO.
 class FnRgbIcc
          The "rgb-icc" function in XSL-FO.
 class FnRound
          The "round" function in XSL-FO.
 class FnSystemColor
          The "system-color" function in XSL-FO.
 class FnSystemFont
          The "system-font" function in XSL-FO.
 class Function
          Abstract superclass for all XSL-FO functions.
 

Constructors in org.foray.fotree.value with parameters of type ExprMultiplicative
ExprAdditiveOper(ExprAdditive operand1, ExprMultiplicative operand2, byte operation)
          Constructor.
ExprMultiplicativeOper(ExprMultiplicative operand1, ExprUnary operand2, byte operation)
          Constructor.
 



Copyright © 2017. All rights reserved.