|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AxslProperty | |
---|---|
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 AxslProperty in org.foray.fotree.axsl |
---|
Methods in org.foray.fotree.axsl that return AxslProperty | |
---|---|
static AxslProperty |
PropertyMakerAxsl.enumeratePropertyName(String inputPropertyName)
Converts a property name to its integral equivalent. |
abstract AxslProperty |
AbstractAxslProperty.getPropertyType()
Returns the specific type for this property. |
static AxslProperty |
AxslProperty.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static AxslProperty[] |
AxslProperty.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
static AxslProperty |
AxslProperty.xslValueOf(String xslName)
Similar to the Java 1.5 Enum valueOf(String) method, but operates on the XSL-FO name of the property instead of its enumerated name. |
Uses of AxslProperty in org.foray.fotree.axsl.prop |
---|
Methods in org.foray.fotree.axsl.prop that return AxslProperty | |
---|---|
AxslProperty |
MetadataKey.getPropertyType()
|
Methods in org.foray.fotree.axsl.prop with parameters of type AxslProperty | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |