Uses of Class
org.foray.fotree.PropertyException

Packages that use PropertyException
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.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.parse Classes related to the parsing of XSL-FO content, especially property values. 
org.foray.fotree.svg Namespace and Factory classes for objects in the svg: (Scalable Vector Graphics) namespace. 
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. 
 

Uses of PropertyException in org.foray.fotree
 

Methods in org.foray.fotree that return PropertyException
static PropertyException Property.invalidPropertyName(String propertyName)
          Returns an exception indicating that the passed property name is not valid.
protected  PropertyException Property.unexpectedValue(String value, FObj fobj)
          Convenience method which returns an exception indicating that the value of this property does not meet the properties requirements.
protected  PropertyException Property.unexpectedValue(String value, FObj fobj, String reason)
          Returns an exception indicating that the value of this property does not meet the property's requirements.
 

Methods in org.foray.fotree that throw PropertyException
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  Property Namespace.parseAttributeForNS(Attributes attributes, String attributeName, String attributeValue, FObj fobj, Locator locator)
          Parses one attribute in this namespace.
 

Uses of PropertyException in org.foray.fotree.axsl
 

Methods in org.foray.fotree.axsl that throw PropertyException
static Property PropertyMakerAxsl.makeProperty(String propertyFullName, String attributeValue, FObj fobj)
          Makes a property in this namespace.
 Property NamespaceAxsl.parseAttributeForNS(Attributes attributes, String attributeName, String attributeValue, FObj fobj, Locator locator)
           
protected  PropertyValue AbstractAxslProperty.standardParse(FObj fobj, String rawPropertyValue)
          Handles the standard parsing of a property value.
 

Uses of PropertyException in org.foray.fotree.axsl.prop
 

Constructors in org.foray.fotree.axsl.prop that throw PropertyException
AxslEnumerated(FObj fobj, String propertyFullName, String attributeValue)
          Default Constructor.
MetadataKey(FObj fobj, String propertyFullName, String attributeValue)
          Default Constructor.
 

Uses of PropertyException in org.foray.fotree.fo
 

Methods in org.foray.fotree.fo that throw PropertyException
static Property PropertyMakerFO.makeProperty(String propertyFullName, String attributeValue, FObj fobj)
          Makes a property in this namespace.
 Property NamespaceFO.parseAttributeForNS(Attributes attributes, String attributeName, String attributeValue, FObj fobj, Locator locator)
           
protected  PropertyValue AbstractFoProperty.standardParse(FObj fobj, String rawPropertyValue)
          Handles the standard parsing of a property value.
protected  PropertyValue AbstractFoProperty.standardParse(FObj fobj, String rawPropertyValue, FoValue[] validKeywords)
          Overloaded version of AbstractFoProperty.standardParse(FObj, String) that allows subclasses to provide a different set of valid keywords for the case of compound properties.
 

Uses of PropertyException in org.foray.fotree.fo.prop
 

Methods in org.foray.fotree.fo.prop that throw PropertyException
 boolean PdWordSpacing.addComponent(FObj fobj, String propertyFullName, String attributeValue)
          Adds a component value to the compound value.
 boolean PdLineHeight.addComponent(FObj fobj, String propertyFullName, String attributeValue)
          Add a component to this compound property.
 boolean PdLetterSpacing.addComponent(FObj fobj, String propertyFullName, String attributeValue)
          Adds a component value to the compound value.
 boolean PdLeaderLength.addComponent(FObj fobj, String propertyFullName, String attributeValue)
          Adds a component value to the compound value.
 boolean PdBorderSeparation.addComponent(FObj fobj, String propertyFullName, String attributeValue)
          Adds a component value to the compound value.
 boolean AbstractRelativeSpace.addComponent(FObj fobj, String propertyFullName, String attributeValue)
          Adds a component value to the compound value.
 boolean AbstractRelativeDimension.addComponent(FObj fobj, String propertyFullName, String attributeValue)
          Adds a component value to the compound value.
 boolean AbstractKeep.addComponent(FObj fobj, String propertyFullName, String attributeValue)
          Adds a component value to the compound value.
protected  PropertyValue PdBorderColor.createPropertyValue(FObj fobj, FoProperty enumeration, String value)
          Converts the unparsed property value into its parsed, storable value.
protected  PropertyValue AbstractBorderColor.createPropertyValue(FObj fobj, FoProperty enumeration, String value)
          Converts the unparsed property value into its parsed, storable value.
protected  PropertyValue PdColor.createPropertyValue(FObj fobj, String value)
          Converts the unparsed property value into its parsed, storable value.
protected  PropertyValue PdChangeBarColor.createPropertyValue(FObj fobj, String value)
          Converts the unparsed property value into its parsed, storable value.
protected  PropertyValue PdBackgroundColor.createPropertyValue(FObj fobj, String value)
          Converts the unparsed property value into its parsed, storable value.
 

Constructors in org.foray.fotree.fo.prop that throw PropertyException
AbstractAbsoluteDimension(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
AbstractAbsoluteOffset(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
AbstractAllowedAxisScale(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
AbstractAudioDial(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
AbstractBackgroundPosition(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
AbstractBoolean(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
AbstractBorder(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
AbstractBorderColor(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
AbstractBorderPrecedence(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
AbstractBorderStyle(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
AbstractBorderWidth(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
AbstractCharacter(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
AbstractContentDimension(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
AbstractCue(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
AbstractCue(PropertyValue value)
          Constructor for the case where the property value is already known.
AbstractGlyphOrientation(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
AbstractIndent(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
AbstractKeep(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
AbstractMargin(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
AbstractMergeIndex(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
AbstractName(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
AbstractPadding(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
AbstractPageDimension(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
AbstractPause(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
AbstractPause(PropertyValue value)
          Constructor for the case where the property value is already known.
AbstractRelativeDimension(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
AbstractRelativeSpace(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
AbstractString(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdAbsolutePosition(FObj fobj, String propertyFullName, String attributeValue)
          Default Constructor.
PdActiveState(FObj fobj, String propertyFullName, String attributeValue)
          Default Constructor.
PdAlignmentAdjust(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdAlignmentBaseline(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdAllowedHeightScale(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdAllowedWidthScale(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdAutoRestore(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdAzimuth(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdBackground(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdBackgroundAttachment(FObj fobj, String propertyFullName, String attributeValue)
          Default Constructor.
PdBackgroundAttachment(PropertyValue value)
          Constructor for the case of a known value.
PdBackgroundColor(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdBackgroundColor(PropertyValue value)
          Constructor for the case where the property value is already known.
PdBackgroundImage(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdBackgroundImage(PropertyValue value)
          Constructor for the case where the property value is already known.
PdBackgroundPosition(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdBackgroundPosition(PropertyValue value)
          Constructor for the case where the property value is already known.
PdBackgroundPositionHorizontal(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdBackgroundPositionVertical(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdBackgroundRepeat(FObj fobj, String propertyFullName, String attributeValue)
          Default Constructor.
PdBackgroundRepeat(PropertyValue value)
          Constructor for the case of a known value.
PdBaselineShift(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdBlankOrNotBlank(FObj fobj, String propertyFullName, String attributeValue)
          Default Constructor.
PdBlockProgressionDimension(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdBorder(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdBorderAfterColor(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdBorderAfterPrecedence(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdBorderAfterStyle(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdBorderAfterWidth(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdBorderBeforeColor(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdBorderBeforePrecedence(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdBorderBeforeStyle(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdBorderBeforeWidth(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdBorderBottom(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdBorderBottomColor(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdBorderBottomStyle(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdBorderBottomWidth(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdBorderCollapse(FObj fobj, String propertyFullName, String attributeValue)
          Default Constructor.
PdBorderColor(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdBorderEndColor(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdBorderEndPrecedence(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdBorderEndStyle(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdBorderEndWidth(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdBorderLeft(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdBorderLeftColor(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdBorderLeftStyle(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdBorderLeftWidth(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdBorderRight(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdBorderRightColor(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdBorderRightStyle(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdBorderRightWidth(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdBorderSeparation(FObj fobj, String propertyFullName, String attributeValue)
          Constructor for the case that the property value must be parsed.
PdBorderSeparation(PropertyValue propertyValue)
          Constructor for the case that the property value is known, useful when this is part of a shorthand property type.
PdBorderSpacing(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdBorderStartColor(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdBorderStartPrecedence(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdBorderStartStyle(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdBorderStartWidth(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdBorderStyle(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdBorderTop(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdBorderTopColor(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdBorderTopStyle(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdBorderTopWidth(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdBorderWidth(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdBottom(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdBreakAfter(FObj fobj, String propertyFullName, String attributeValue)
          Default Constructor.
PdBreakBefore(FObj fobj, String propertyFullName, String attributeValue)
          Default Constructor.
PdCaptionSide(FObj fobj, String propertyFullName, String attributeValue)
          Default Constructor.
PdCaseName(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdCaseTitle(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdChangeBarClass(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdChangeBarColor(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdChangeBarOffset(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdChangeBarPlacement(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdChangeBarStyle(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdChangeBarWidth(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdCharacter(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdClear(FObj fobj, String propertyFullName, String attributeValue)
          Default Constructor.
PdClip(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdColor(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdColorProfileName(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdColumnCount(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdColumnGap(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdColumnNumber(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdColumnWidth(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdContentHeight(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdContentType(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdContentWidth(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdCountry(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdCountry(PropertyValue value)
          Constructor for the case where the property value is already known.
PdCue(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdCue(PropertyValue value)
          Constructor for the case where the property value is already known.
PdCueAfter(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdCueBefore(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdDestinationPlacementOffset(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdDirection(FObj fobj, String propertyFullName, String attributeValue)
          Default Constructor.
PdDisplayAlign(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdDominantBaseline(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdElevation(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdEmptyCells(FObj fobj, String propertyFullName, String attributeValue)
          Default Constructor.
PdEndIndent(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdEndsRow(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdExtent(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdExternalDestination(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdFloat(FObj fobj, String propertyFullName, String attributeValue)
          Default Constructor.
PdFlowMapName(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdFlowMapReference(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdFlowName(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdFlowNameReference(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdFont(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdFontFamily(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdFontFamily(PropertyValue value)
          Constructor for the case where the property value is already known.
PdFontSelectionStrategy(FObj fobj, String propertyFullName, String attributeValue)
          Default Constructor.
PdFontSize(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdFontSize(PropertyValue value)
          Constructor for the case where the property value is already known.
PdFontSizeAdjust(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdFontStretch(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdFontStretch(PropertyValue value)
          Constructor for the case where the property value is already known.
PdFontStyle(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdFontStyle(PropertyValue value)
          Constructor for the case where the property value is already known.
PdFontVariant(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdFontVariant(PropertyValue value)
          Constructor for the case where the property value is already known.
PdFontWeight(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdFontWeight(PropertyValue value)
          Constructor for the case where the property value is already known.
PdForcePageCount(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdFormat(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdGlyphOrientationHorizontal(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdGlyphOrientationVertical(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdGroupingSeparator(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdGroupingSize(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdHeight(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdHyphenate(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdHyphenationCharacter(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdHyphenationKeep(FObj fobj, String propertyFullName, String attributeValue)
          Default Constructor.
PdHyphenationLadderCount(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdHyphenationPushCharacterCount(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdHyphenationRemainCharacterCount(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdId(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdIndexClass(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdIndexKey(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdIndicateDestination(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdInitialPageNumber(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdInlineProgressionDimension(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdInternalDestination(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdIntrinsicScaleValue(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdIntrusionDisplace(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdKeepTogether(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdKeepWithNext(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdKeepWithPrevious(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdLanguage(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdLanguage(PropertyValue value)
          Constructor for the case where the property value is already known.
PdLastLineEndIndent(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdLeaderAlignment(FObj fobj, String propertyFullName, String attributeValue)
          Default Constructor.
PdLeaderLength(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdLeaderPattern(FObj fobj, String propertyFullName, String attributeValue)
          Default Constructor.
PdLeaderPatternWidth(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdLeft(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdLetterSpacing(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdLetterValue(FObj fobj, String propertyFullName, String attributeValue)
          Default Constructor.
PdLinefeedTreatment(FObj fobj, String propertyFullName, String attributeValue)
          Default Constructor.
PdLineHeight(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdLineHeight(PropertyValue value)
          Constructor for the case where the property value is already known.
PdLineHeightShiftAdjustment(FObj fobj, String propertyFullName, String attributeValue)
          Default Constructor.
PdLineStackingStrategy(FObj fobj, String propertyFullName, String attributeValue)
          Default Constructor.
PdMargin(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdMarginBottom(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdMarginLeft(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdMarginRight(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdMarginTop(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdMarkerClassName(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdMasterName(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdMasterReference(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdMaxHeight(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdMaximumRepeats(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdMaxWidth(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdMediaUsage(FObj fobj, String propertyFullName, String attributeValue)
          Default Constructor.
PdMergePagesAcrossIndexKeyReferences(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdMergeRangesAcrossIndexKeyReferences(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdMergeSequentialPageNumbers(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdMinHeight(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdMinWidth(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdNumberColumnsRepeated(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdNumberColumnsSpanned(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdNumberRowsSpanned(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdOddOrEven(FObj fobj, String propertyFullName, String attributeValue)
          Default Constructor.
PdOrphans(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdOverflow(FObj fobj, String propertyFullName, String attributeValue)
          Default Constructor.
PdPadding(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdPaddingAfter(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdPaddingBefore(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdPaddingBottom(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdPaddingEnd(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdPaddingLeft(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdPaddingRight(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdPaddingStart(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdPaddingTop(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdPageBreakAfter(FObj fobj, String propertyFullName, String attributeValue)
          Default Constructor.
PdPageBreakBefore(FObj fobj, String propertyFullName, String attributeValue)
          Default Constructor.
PdPageBreakInside(FObj fobj, String propertyFullName, String attributeValue)
          Default Constructor.
PdPageCitationStrategy(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdPageHeight(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdPageNumberTreatment(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdPagePosition(FObj fobj, String propertyFullName, String attributeValue)
          Default Constructor.
PdPageWidth(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdPause(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdPause(PropertyValue value)
          Constructor for the case where the property value is already known.
PdPauseAfter(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdPauseBefore(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdPitch(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdPitchRange(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdPlayDuring(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdPosition(FObj fobj, String propertyFullName, String attributeValue)
          Default Constructor.
PdPrecedence(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdProvisionalDistanceBetweenStarts(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdProvisionalLabelSeparation(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdReferenceOrientation(FObj fobj, String propertyFullName, String attributeValue)
          Default Constructor.
PdRefId(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdRefIndexKey(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdRegionName(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdRegionNameReference(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdRelativeAlign(FObj fobj, String propertyFullName, String attributeValue)
          Default Constructor.
PdRelativePosition(FObj fobj, String propertyFullName, String attributeValue)
          Default Constructor.
PdRenderingIntent(FObj fobj, String propertyFullName, String attributeValue)
          Default Constructor.
PdRetrieveBoundary(FObj fobj, String propertyFullName, String attributeValue)
          Default Constructor.
PdRetrieveBoundaryWithinTable(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdRetrieveClassName(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdRetrievePosition(FObj fobj, String propertyFullName, String attributeValue)
          Default Constructor.
PdRetrievePositionWithinTable(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdRichness(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdRight(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdRole(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdRuleStyle(FObj fobj, String propertyFullName, String attributeValue)
          Default Constructor.
PdRuleThickness(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdScaleOption(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdScaling(FObj fobj, String propertyFullName, String attributeValue)
          Default Constructor.
PdScalingMethod(FObj fobj, String propertyFullName, String attributeValue)
          Default Constructor.
PdScoreSpaces(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdScript(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdShowDestination(FObj fobj, String propertyFullName, String attributeValue)
          Default Constructor.
PdSize(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdSize(PropertyValue value)
          Constructor for cases where the property value has already been created.
PdSourceDocument(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdSpaceAfter(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdSpaceBefore(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdSpaceEnd(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdSpaceStart(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdSpan(FObj fobj, String propertyFullName, String attributeValue)
          Default Constructor.
PdSpeak(FObj fobj, String propertyFullName, String attributeValue)
          Default Constructor.
PdSpeakHeader(FObj fobj, String propertyFullName, String attributeValue)
          Default Constructor.
PdSpeakNumeral(FObj fobj, String propertyFullName, String attributeValue)
          Default Constructor.
PdSpeakPunctuation(FObj fobj, String propertyFullName, String attributeValue)
          Default Constructor.
PdSpeechRate(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdSrc(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdStartIndent(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdStartingState(FObj fobj, String propertyFullName, String attributeValue)
          Default Constructor.
PdStartsRow(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdStress(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdSuppressAtLineBreak(FObj fobj, String propertyFullName, String attributeValue)
          Default Constructor.
PdSwitchTo(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdTableLayout(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdTableOmitFooterAtBreak(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdTableOmitHeaderAtBreak(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdTargetPresentationContext(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdTargetProcessingContext(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdTargetStylesheet(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdTextAlign(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdTextAlignLast(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdTextAltitude(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdTextDecoration(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdTextDepth(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdTextIndent(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdTextShadow(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdTextTransform(FObj fobj, String propertyFullName, String attributeValue)
          Default Constructor.
PdTop(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdTreatAsWordSpace(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdUnicodeBidi(FObj fobj, String propertyFullName, String attributeValue)
          Default Constructor.
PdVerticalAlign(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdVisibility(FObj fobj, String propertyFullName, String attributeValue)
          Default Constructor.
PdVoiceFamily(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdVolume(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdWhiteSpace(FObj fobj, String propertyFullName, String attributeValue)
          Default Constructor.
PdWhiteSpaceCollapse(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdWhiteSpaceTreatment(FObj fobj, String propertyFullName, String attributeValue)
          Default Constructor.
PdWidows(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdWidth(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdWordSpacing(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdWrapOption(FObj fobj, String propertyFullName, String attributeValue)
          Default Constructor.
PdWritingMode(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
PdZIndex(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
 

Uses of PropertyException in org.foray.fotree.foray
 

Methods in org.foray.fotree.foray that throw PropertyException
 Property NamespaceForay.parseAttributeForNS(Attributes attributes, String attributeName, String attributeValue, FObj fobj, Locator locator)
           
 

Uses of PropertyException in org.foray.fotree.math
 

Methods in org.foray.fotree.math that throw PropertyException
 Property MathNamespace.parseAttributeForNS(Attributes attributes, String attributeName, String attributeValue, FObj fobj, Locator locator)
           
 

Uses of PropertyException in org.foray.fotree.parse
 

Methods in org.foray.fotree.parse that throw PropertyException
static PropertyValue PropertyParser.parse(FObj fobj, String expr, PropertyType propertyType)
          Public entrypoint to the Property expression parser.
 

Uses of PropertyException in org.foray.fotree.svg
 

Methods in org.foray.fotree.svg that throw PropertyException
 Property NamespaceSVG.parseAttributeForNS(Attributes attributes, String attributeName, String attributeValue, FObj fobj, Locator locator)
           
 

Uses of PropertyException in org.foray.fotree.value
 

Methods in org.foray.fotree.value that throw PropertyException
 boolean DtSpace.addComponent(String subPropertyName, PropertyValue value)
          Adds a component to the "space" datatype.
 boolean DtSpace.addComponent(String subPropertyName, String value)
          Adds a component to the "space" datatype.
 PropertyValue FnSystemFont.eval(FObj fobj)
          Returns the value of this function.
 PropertyValue FnMergePropertyValues.eval(FObj fobj)
          Returns the value of this function.
 PropertyValue FnFromParent.eval(FObj fobj)
          Returns the value of this function.
 PropertyValue FnFromPageMasterRegion.eval(FObj fobj)
          Returns the value of this function.
 PropertyValue FnInheritedProp.eval(Property callingProperty, FObj fobj)
          Returns the value of this function.
protected  void Function.invalidParameters()
          Throws an exception indicating that the parameters are invalid.
static Function Function.makeFunction(int functionType, Expr[] arguments, PropertyType propertyType)
          Factory method for the various function types.
static DtColor DtColor.parseColorDescription(String inputValue)
          Converts a String color description to a DtColor instance.
 void DtLengthBPIPDirection.setBPDLength(PropertyValue length)
          Sets the BPD length component.
 boolean DtLengthRange.setComponent(String subPropertyName, DtLength length)
          Sets the value of an arbitrary component.
 void DtSpace.setConditionality(FoValue conditionality)
          Sets the conditionality component in this space.
 void DtLengthBPIPDirection.setIPDLength(PropertyValue length)
          Sets the IPD length component.
 void DtSpace.setLengthMaximum(PropertyValue lengthMaximum)
          Sets the maximum length component in this space.
 void DtLengthRange.setLengthMaximum(PropertyValue lengthMaximum)
          Sets the maximum length.
 void DtSpace.setLengthMinimum(PropertyValue lengthMinimum)
          Sets the minimum length component in this space.
 void DtLengthRange.setLengthMinimum(PropertyValue lengthMinimum)
          Sets the minimum length.
 void DtSpace.setLengthOptimum(PropertyValue lengthOptimum)
          Sets the optimum length component in this space.
 void DtLengthRange.setLengthOptimum(PropertyValue lengthOptimum)
          Sets the optimum length.
 void DtSpace.setPrecedence(PropertyValue precedence)
          Sets the precedence component in this space.
 void DtKeep.setWithinColumn(PropertyValue newWithinColumn)
          Sets the "within-column" component.
 void DtKeep.setWithinLine(PropertyValue newWithinLine)
          Sets the "within-line" component.
 void DtKeep.setWithinPage(PropertyValue newWithinPage)
          Sets the "within-page" component.
protected  void Function.validateNoArguments(Expr[] arguments)
          Validates that this function has no arguments, and throws an exception if it does.
protected  DtName Function.validateNoneOrOneName(Expr[] arguments)
          Validates that this function either 1) has no arguments, or 2) has exactly one argument and that a Name.
 

Constructors in org.foray.fotree.value that throw PropertyException
DtAngle(float value, byte units)
          Constructor.
DtBorderWidth(PropertyValue value)
          Constructor.
DtFrequency(double quantity, byte units)
          Constructor.
DtKeep(PropertyValue withinLine, PropertyValue withinColumn, PropertyValue withinPage)
          Constructor.
DtLengthBPIPDirection(PropertyValue bpdLength, PropertyValue ipdLength)
          Constructor.
DtLengthRange(boolean permitsPercentages, PropertyValue lengthMinimum, PropertyValue lengthOptimum, PropertyValue lengthMaximum)
          Constructor.
DtRectangle(PropertyValue topOffset, PropertyValue rightOffset, PropertyValue bottomOffset, PropertyValue leftOffset)
          Constructor.
DtSpace(PropertyValue lengthMinimum, PropertyValue lengthOptimum, PropertyValue lengthMaximum, FoValue conditionality, Expr precedence)
          Constructor.
DtTime(double quantity, byte units)
          Constructor.
ExprAdditiveOper(ExprAdditive operand1, ExprMultiplicative operand2, byte operation)
          Constructor.
ExprMultiplicativeOper(ExprMultiplicative operand1, ExprUnary operand2, byte operation)
          Constructor.
ExprUnaryOper(ExprUnary operand1, byte operation)
          Constructor.
FnAbs(Expr[] arguments)
          Constructor.
FnAbstractNamedProperty(Expr[] arguments, PropertyType propertyType)
          Constructor.
FnBodyStart(Expr[] arguments)
          Constructor.
FnCeiling(Expr[] arguments)
          Constructor.
FnFloor(Expr[] arguments)
          Constructor.
FnFromPageMasterRegion(Expr[] arguments, PropertyType propertyType)
          Constructor.
FnFromParent(Expr[] arguments, PropertyType propertyType)
          Constructor.
FnFromTableColumn(Expr[] arguments)
          Constructor.
FnInheritedProp(Expr[] arguments, PropertyType propertyType)
          Constructor.
FnLabelEnd(Expr[] arguments)
          Constructor.
FnMax(Expr[] arguments)
          Constructor.
FnMergePropertyValues(Expr[] arguments, PropertyType propertyType)
          Constructor.
FnMin(Expr[] arguments)
          Constructor.
FnNearestSpecProp(Expr[] arguments, PropertyType propertyType)
          Constructor.
FnProportionalColWidth(Expr[] arguments)
          Constructor.
FnRgb(Expr[] arguments)
          Constructor.
FnRgbIcc(Expr[] arguments)
          Constructor.
FnRound(Expr[] arguments)
          Constructor.
FnSystemColor(Expr[] arguments)
          Constructor.
FnSystemFont(Expr[] arguments, PropertyType propertyType)
          Constructor.
 

Uses of PropertyException in org.foray.fotree.xml
 

Methods in org.foray.fotree.xml that throw PropertyException
static Property PropertyMakerXML.makeProperty(String propertyFullName, String attributeValue, FObj fobj)
          Makes a property in this namespace.
 Property NamespaceXML.parseAttributeForNS(Attributes attributes, String attributeName, String attributeValue, FObj fobj, Locator locator)
           
protected  PropertyValue AbstractXmlProperty.standardParse(FObj fobj, String rawPropertyValue)
          Handles the standard parsing of a property value.
 

Uses of PropertyException in org.foray.fotree.xml.prop
 

Constructors in org.foray.fotree.xml.prop that throw PropertyException
Lang(FObj fobj, String propertyFullName, String attributeValue)
          Constructor.
 



Copyright © 2017. All rights reserved.