This project has retired. For details please refer to its Attic page.
VariableExpressionTokenizer.TokenReceiver (Apache Cocoon 3: Parent 3.0.0-beta-1-SNAPSHOT API)

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.