org.foray.fotree.fo.prop
Class AbstractBoolean
java.lang.Object
org.foray.fotree.Property
org.foray.fotree.fo.AbstractFoProperty
org.foray.fotree.fo.prop.AbstractBoolean
- Direct Known Subclasses:
- PdAutoRestore, PdEndsRow, PdHyphenate, PdIndicateDestination, PdPrecedence, PdScoreSpaces, PdStartsRow, PdTableOmitFooterAtBreak, PdTableOmitHeaderAtBreak, PdWhiteSpaceCollapse
public abstract class AbstractBoolean
- extends AbstractFoProperty
Abstract superclass for boolean (true, false) properties in XSL-FO.
Methods inherited from class org.foray.fotree.fo.AbstractFoProperty |
canEvalBorderStyle, canEvalUri, checkKeywords, convertValueToFoValue, evalBorderStyle, evalUri, getPropertyType, getValidKeywords, isKeywordInherit, standardParse, standardParse |
Methods inherited from class org.foray.fotree.Property |
convertNumericToInteger, convertValueToLength, getBasePropertyName, getKeywordIndex, getKeywordInSet, getSubPropertyName, invalidPropertyName, keywordInSet, unexpectedInitialValueArgument, unexpectedRetrieval, unexpectedValue, unexpectedValue |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VALID_KEYWORDS
protected static final FoValue[] VALID_KEYWORDS
- Array of valid keywords for properties with no "inherit" keyword.
VALID_KEYWORDS_WITH_INHERIT
protected static final FoValue[] VALID_KEYWORDS_WITH_INHERIT
- Array of valid keywords for properties that include the "inherit"
keyword.
AbstractBoolean
public AbstractBoolean(FObj fobj,
String propertyFullName,
String attributeValue)
throws PropertyException
- Constructor.
- Parameters:
fobj
- The FObj to which this property belongs.propertyFullName
- The full name of the property.attributeValue
- The unparsed property value.
- Throws:
PropertyException
- For an invalid property value.
value
public PropertyValue value()
- Description copied from class:
Property
- Returns the value for this property.
- Specified by:
value
in class Property
- Returns:
- The value for this property.
Copyright © 2017. All rights reserved.