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
public class SAXPipe
- extends AbstractSAXPipe
| 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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SAXPipe
public SAXPipe()
getContentHandler
public ContentHandler getContentHandler()
- Provide access to the
ContentHandler used by the pipe.
- Returns:
ContentHandler
getLexicalHandler
public LexicalHandler getLexicalHandler()
- Provide access to the
LexicalHandler used by the pie.
- Returns:
LexicalHandler
Copyright © 1999-2009 The Apache Software Foundation. All Rights Reserved.