|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AxslObject | |
---|---|
org.foray.fotree.axsl | Namespace and Factory classes for objects in the axsl: namespace. |
Uses of AxslObject in org.foray.fotree.axsl |
---|
Methods in org.foray.fotree.axsl that return AxslObject | |
---|---|
static AxslObject |
AxslObject.extensionValueOf(String name)
Similar to the Java 1.5 Enum valueOf(String) method, but operates on the XSL-FO name of the object instead of its enumerated name. |
static AxslObject |
AxslObject.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static AxslObject[] |
AxslObject.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |