This project has retired. For details please refer to its
Attic page.
SelectionListFilter (Cocoon Forms Block Implementation 1.1.0 API)
org.apache.cocoon.forms.generation
Class SelectionListFilter
java.lang.Object
org.apache.cocoon.util.AbstractLogEnabled
org.apache.cocoon.xml.AbstractXMLProducer
org.apache.cocoon.xml.AbstractXMLPipe
org.apache.cocoon.forms.generation.SelectionListFilter
- All Implemented Interfaces:
- ContentHandler, LexicalHandler, Poolable, Recyclable, XMLConsumer, org.apache.cocoon.xml.XMLConsumer, org.apache.cocoon.xml.XMLPipe, org.apache.cocoon.xml.XMLProducer
- public class SelectionListFilter
- extends org.apache.cocoon.xml.AbstractXMLPipe
A filter for selection lists, that keeps only those items that start with a given filter value.
- Since:
- 2.1.8
- Version:
- $Id: SelectionListFilter.html 1304280 2012-03-23 11:18:01Z ilgrosso $
| Fields inherited from class org.apache.cocoon.xml.AbstractXMLProducer |
contentHandler, EMPTY_CONTENT_HANDLER, lexicalHandler, xmlConsumer |
| Methods inherited from class org.apache.cocoon.xml.AbstractXMLPipe |
characters, comment, endCDATA, endDocument, endDTD, endEntity, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startCDATA, startDocument, startDTD, startEntity, startPrefixMapping |
| Methods inherited from class org.apache.cocoon.xml.AbstractXMLProducer |
recycle, setConsumer, setContentHandler, setLexicalHandler |
| Methods inherited from class org.apache.cocoon.util.AbstractLogEnabled |
getLogger, setLogger |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.apache.cocoon.xml.XMLProducer |
setConsumer |
SelectionListFilter
public SelectionListFilter(String filterValue,
ContentHandler next)
startElement
public void startElement(String uri,
String loc,
String raw,
Attributes a)
throws SAXException
- Throws:
SAXException
endElement
public void endElement(String uri,
String loc,
String raw)
throws SAXException
- Throws:
SAXException
Copyright © 1999-2008 The Apache Software Foundation. All Rights Reserved.