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:
ContentHandler,LexicalHandler
Deprecated.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Provide access to theContentHandlerused by the pipe.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, startPrefixMappingMethods inherited from class org.apache.cocoon.xml.sax.AbstractSAXProducer
recycle, setContentHandlerMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.xml.sax.ContentHandler
declaration
-
Constructor Details
-
SAXPipe
public SAXPipe()Deprecated.
-
-
Method Details
-
getContentHandler
Deprecated.Provide access to theContentHandlerused by the pipe.- Returns:
ContentHandler
-
getLexicalHandler
Deprecated.Provide access to theLexicalHandlerused by the pie.- Returns:
LexicalHandler
-