This project has retired. For details please refer to its
Attic page .
VariableExpressionTokenizer (Apache Cocoon 3: Parent 3.0.0-beta-1-SNAPSHOT API)
org.apache.cocoon.sax.util
Class VariableExpressionTokenizer
java.lang.Object
org.apache.cocoon.sax.util.VariableExpressionTokenizer
public final class VariableExpressionTokenizer extends Object
Parses "Text {module:{module:attribute}} more text {variable}" types of
expressions. Supports escaping of braces with '\' character, and nested
expressions.
Methods inherited from class java.lang.Object
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
tokenize
public static void tokenize (String expression,
VariableExpressionTokenizer.TokenReceiver receiver)
throws ParseException
Tokenizes specified expression. Passes tokens to the
reciever.
Throws:
PatternSyntaxException
- if expression is not valid
ParseException
Copyright © 2008-2012 The Apache Software Foundation . All Rights Reserved.