org.apache.cocoon.components.treeprocessor.variables
Interface VariableExpressionTokenizer.TokenReciever
- Enclosing class:
- VariableExpressionTokenizer
public static interface VariableExpressionTokenizer.TokenReciever
Callback for tokenizer
Method Summary |
void |
addToken(int type,
String value)
Reports parsed tokens. |
OPEN
static final int OPEN
- See Also:
- Constant Field Values
CLOSE
static final int CLOSE
- See Also:
- Constant Field Values
COLON
static final int COLON
- See Also:
- Constant Field Values
TEXT
static final int TEXT
- See Also:
- Constant Field Values
MODULE
static final int MODULE
- See Also:
- Constant Field Values
VARIABLE
static final int VARIABLE
- See Also:
- Constant Field Values
addToken
void addToken(int type,
String value)
throws PatternException
- Reports parsed tokens.
- Throws:
PatternException
Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.