org.apache.cocoon.components.language.markup.xsp
Class XSPExpressionParser.QuotedState

java.lang.Object
  extended by org.apache.cocoon.components.language.markup.xsp.XSPExpressionParser.State
      extended by org.apache.cocoon.components.language.markup.xsp.XSPExpressionParser.QuotedState
Enclosing class:
XSPExpressionParser

protected static class XSPExpressionParser.QuotedState
extends XSPExpressionParser.State

Parser state in a quoted string.


Constructor Summary
XSPExpressionParser.QuotedState(char quote)
          Create state to process quotes strings.
 
Method Summary
 void consume(XSPExpressionParser parser, char ch)
          Consume the next character
 
Methods inherited from class org.apache.cocoon.components.language.markup.xsp.XSPExpressionParser.State
done
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XSPExpressionParser.QuotedState

public XSPExpressionParser.QuotedState(char quote)
Create state to process quotes strings.

Parameters:
quote - The quote character to delimit strings
Method Detail

consume

public void consume(XSPExpressionParser parser,
                    char ch)
             throws SAXException
Consume the next character

Specified by:
consume in class XSPExpressionParser.State
Parameters:
parser - The parser
ch - The character to consume
Throws:
SAXException - If there is an error in the expression


Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.