Uses of Class
org.foray.fotree.axsl.AxslValue

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

Uses of AxslValue in org.foray.fotree.axsl
 

Methods in org.foray.fotree.axsl that return AxslValue
protected abstract  AxslValue[] AbstractAxslProperty.getValidKeywords()
          Returns the valid keywords for this property.
 AxslValue AxslPropertyKeyword.getValue()
          Return the keyword enumeration.
static AxslValue AxslValue.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AxslValue[] AxslValue.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
static AxslValue AxslValue.xslValueOf(String xslName)
          Similar to the Java 1.5 Enum valueOf(String) method, but operates on the XSL-FO value instead of its enumerated name.
 

Methods in org.foray.fotree.axsl with parameters of type AxslValue
protected  AxslPropertyKeyword AbstractAxslProperty.checkKeywords(AxslValue[] validKeywords, String possibleKeyword)
          Checks the keywords for this property, returning an appropriate property value if a keyword is detected.
static AxslPropertyKeyword AxslPropertyKeyword.getPropertyKeyword(AxslValue value)
          Gets or creates the singleton instance for the specific keyword value.
 

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

Methods in org.foray.fotree.axsl.prop that return AxslValue
protected  AxslValue[] MetadataKey.getValidKeywords()
           
 AxslValue AxslEnumerated.getValue()
          An overloaded version of AxslEnumerated.getValue() for properties that have no inheritance, either implicit or explicit.
 AxslValue AxslEnumerated.getValue(org.axsl.fo.FoContext context, FObj fobj)
          Returns the value of this property.
static AxslValue AxslEnumerated.getValueNoInstance(AxslProperty propertyType)
          An overloaded version of AxslEnumerated.getValueNoInstance(FoContext, AxslProperty, FObj) for properties that have no inheritance, either implicit or explicit.
static AxslValue AxslEnumerated.getValueNoInstance(org.axsl.fo.FoContext context, AxslProperty propertyType, FObj fobj)
          Returns the default (initial) value for this property.
 



Copyright © 2017. All rights reserved.