This project has retired. For details please refer to its
Attic page.
XSPExpressionParser.Handler (Cocoon API 2.1.12-dev [March 20 2012])
org.apache.cocoon.components.language.markup.xsp
Interface XSPExpressionParser.Handler
- All Known Implementing Classes:
- XSPExpressionFilter
- Enclosing class:
- XSPExpressionParser
public static interface XSPExpressionParser.Handler
Handler interface for parsed expressions and text fragments. The parser calls the handler to
process these.
handleText
void handleText(char[] chars,
int start,
int length)
throws SAXException
- Throws:
SAXException
handleExpression
void handleExpression(char[] chars,
int start,
int length)
throws SAXException
- Throws:
SAXException
Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.