org.apache.cocoon.components.language.markup.xsp
Class XSPExpressionFilter.XMLPipeAdapter
java.lang.Object
org.apache.avalon.framework.logger.AbstractLogEnabled
org.apache.cocoon.xml.AbstractXMLProducer
org.apache.cocoon.xml.AbstractXMLPipe
org.apache.cocoon.components.language.markup.xsp.XSPExpressionFilter.XMLPipeAdapter
- All Implemented Interfaces:
- ContentHandler, LexicalHandler, LogEnabled, Poolable, Recyclable, XMLConsumer, XMLConsumer, XMLPipe, XMLProducer
- Enclosing class:
- XSPExpressionFilter
- public static class XSPExpressionFilter.XMLPipeAdapter
- extends AbstractXMLPipe
Methods inherited from class org.apache.cocoon.xml.AbstractXMLPipe |
characters, comment, endCDATA, endDocument, endDTD, endElement, endEntity, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startCDATA, startDocument, startDTD, startElement, startEntity, startPrefixMapping |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XSPExpressionFilter.XMLPipeAdapter
public XSPExpressionFilter.XMLPipeAdapter(XSPExpressionFilter expressionFilter,
AbstractXMLPipe additionalFilter)
setConsumer
public void setConsumer(XMLConsumer consumer)
- Description copied from interface:
XMLProducer
- Set the
XMLConsumer
that will receive XML data.
- Specified by:
setConsumer
in interface XMLProducer
- Overrides:
setConsumer
in class AbstractXMLProducer
setContentHandler
public void setContentHandler(ContentHandler handler)
- Description copied from class:
AbstractXMLProducer
- Set the
ContentHandler
that will receive XML data.
Subclasses may retrieve this ContentHandler
instance
accessing the protected super.contentHandler
field.
- Overrides:
setContentHandler
in class AbstractXMLProducer
setLexicalHandler
public void setLexicalHandler(LexicalHandler handler)
- Description copied from class:
AbstractXMLProducer
- Set the
LexicalHandler
that will receive XML data.
Subclasses may retrieve this LexicalHandler
instance
accessing the protected super.lexicalHandler
field.
- Overrides:
setLexicalHandler
in class AbstractXMLProducer
Copyright ? 1999-2005 The Apache Software Foundation. All Rights Reserved.