|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.foray.fotree.axsl.PropertyMakerAxsl
public final class PropertyMakerAxsl
Class for parsing attributes in the axsl: namespace.
Method Summary | |
---|---|
static AxslProperty |
enumeratePropertyName(String inputPropertyName)
Converts a property name to its integral equivalent. |
static Property |
makeProperty(String propertyFullName,
String attributeValue,
FObj fobj)
Makes a property in this namespace. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static AxslProperty enumeratePropertyName(String inputPropertyName)
inputPropertyName
- The property name to be enumerated.
public static Property makeProperty(String propertyFullName, String attributeValue, FObj fobj) throws PropertyException
propertyFullName
- The unparsed property name.attributeValue
- The unparsed property value.fobj
- The FObj to which this property belongs.
PropertyException
- For errors in the property or its value.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |