org.apache.cocoon.components.language.markup.xsp
Class XSPExpressionParser.QuotedState
java.lang.Object
org.apache.cocoon.components.language.markup.xsp.XSPExpressionParser.State
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XSPExpressionParser.QuotedState
public XSPExpressionParser.QuotedState(char quote)
- Create state to process quotes strings.
- Parameters:
quote
- The quote character to delimit strings
consume
public void consume(XSPExpressionParser parser,
char ch)
throws SAXException
- Consume the next character
- Specified by:
consume
in class XSPExpressionParser.State
- Parameters:
parser
- The parserch
- The character to consume
- Throws:
SAXException
- If there is an error in the expression
Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.