|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.fop.fo.expr.PropertyTokenizer
org.apache.fop.fo.expr.PropertyParser
Class to parse XSL FO property expression. This class is heavily based on the epxression parser in James Clark's XT, an XSLT processor.
Field Summary | |
protected int |
currentUnitLength
|
Method Summary | |
static Property |
parse(java.lang.String expr,
PropertyInfo propInfo)
Public entrypoint to the Property expression parser. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected int currentUnitLength
Method Detail |
public static Property parse(java.lang.String expr, PropertyInfo propInfo) throws PropertyException
expr
- The specified value (attribute on the xml element).propInfo
- A PropertyInfo object representing the context in
which the property expression is to be evaluated.
PropertyException
- If the "expr" cannot be parsed as a Property.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |