org.apache.cocoon.components.language.markup.xsp
Interface XSPExpressionParser.Handler
- All Known Implementing Classes:
- XSPExpressionFilter
- Enclosing interface:
- XSPExpressionParser
- public static interface XSPExpressionParser.Handler
Handler interface for parsed expressions and text fragments. The parser calls the handler to
process these.
handleText
public void handleText(char[] chars,
int start,
int length)
throws SAXException
- Throws:
SAXException
handleExpression
public void handleExpression(char[] chars,
int start,
int length)
throws SAXException
- Throws:
SAXException
Copyright ? 1999-2005 The Apache Software Foundation. All Rights Reserved.