Package org.apache.cocoon.xml.sax
Class SAXPipe
- java.lang.Object
 - 
- org.apache.cocoon.xml.sax.AbstractSAXProducer
 - 
- org.apache.cocoon.xml.sax.AbstractSAXPipe
 - 
- org.apache.cocoon.xml.sax.SAXPipe
 
 
 
 
- 
- All Implemented Interfaces:
 org.xml.sax.ContentHandler,org.xml.sax.ext.LexicalHandler
@Deprecated(since="2022-01-27") public class SAXPipe extends AbstractSAXPipe
Deprecated. 
- 
- 
Constructor Summary
Constructors Constructor Description SAXPipe()Deprecated. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description org.xml.sax.ContentHandlergetContentHandler()Deprecated.Provide access to theContentHandlerused by the pipe.org.xml.sax.ext.LexicalHandlergetLexicalHandler()Deprecated.Provide access to theLexicalHandlerused by the pie.- 
Methods inherited from class org.apache.cocoon.xml.sax.AbstractSAXPipe
characters, comment, endCDATA, endDocument, endDTD, endElement, endEntity, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startCDATA, startDocument, startDTD, startElement, startEntity, startPrefixMapping 
- 
Methods inherited from class org.apache.cocoon.xml.sax.AbstractSAXProducer
recycle, setContentHandler 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getContentHandler
public org.xml.sax.ContentHandler getContentHandler()
Deprecated.Provide access to theContentHandlerused by the pipe.- Returns:
 ContentHandler
 
- 
getLexicalHandler
public org.xml.sax.ext.LexicalHandler getLexicalHandler()
Deprecated.Provide access to theLexicalHandlerused by the pie.- Returns:
 LexicalHandler
 
 - 
 
 -