org.apache.cocoon.sax.util
Interface VariableExpressionTokenizer.TokenReceiver

Enclosing class:
VariableExpressionTokenizer

public static interface VariableExpressionTokenizer.TokenReceiver

Callback for tokenizer


Nested Class Summary
static class VariableExpressionTokenizer.TokenReceiver.Type
           
 
Method Summary
 void addToken(VariableExpressionTokenizer.TokenReceiver.Type type, String value)
          Reports parsed tokens.
 

Method Detail

addToken

void addToken(VariableExpressionTokenizer.TokenReceiver.Type type,
              String value)
              throws ParseException
Reports parsed tokens.

Throws:
ParseException


Copyright © 2008-2012 The Apache Software Foundation. All Rights Reserved.