This project has retired. For details please refer to its
Attic page .
XSPExpressionFilter.XMLPipeAdapter (Cocoon API 2.1.12-dev [March 20 2012])
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: Poolable , Recyclable , LogEnabled , XMLPipe , XMLProducer , XMLConsumer , ContentHandler , LexicalHandler
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 , 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 class: AbstractXMLProducer
Set the XMLConsumer that will receive XML data.
This method will simply call setContentHandler(consumer)
and setLexicalHandler(consumer).
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
setDocumentLocator
public void setDocumentLocator (Locator locator)
Description copied from class: AbstractXMLPipe
Receive an object for locating the origin of SAX document events.
Specified by: setDocumentLocator in interface ContentHandler Overrides: setDocumentLocator in class AbstractXMLPipe
Parameters: locator - An object that can return the location of any SAX
document event.
Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.