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
public class SAXPipe extends AbstractSAXPipe
-
-
Constructor Summary
Constructors Constructor Description SAXPipe()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.xml.sax.ContentHandlergetContentHandler()Provide access to theContentHandlerused by the pipe.org.xml.sax.ext.LexicalHandlergetLexicalHandler()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()
Provide access to theContentHandlerused by the pipe.- Returns:
ContentHandler
-
getLexicalHandler
public org.xml.sax.ext.LexicalHandler getLexicalHandler()
Provide access to theLexicalHandlerused by the pie.- Returns:
LexicalHandler
-
-