org.apache.cocoon.xml.sax
Class SAXPipe

java.lang.Object
  extended by org.apache.cocoon.xml.sax.AbstractSAXProducer
      extended by org.apache.cocoon.xml.sax.AbstractSAXPipe
          extended by org.apache.cocoon.xml.sax.SAXPipe
All Implemented Interfaces:
ContentHandler, LexicalHandler

public class SAXPipe
extends AbstractSAXPipe


Field Summary
 
Fields inherited from class org.apache.cocoon.xml.sax.AbstractSAXProducer
contentHandler, EMPTY_CONTENT_HANDLER, lexicalHandler
 
Constructor Summary
SAXPipe()
           
 
Method Summary
 ContentHandler getContentHandler()
          Provide access to the ContentHandler used by the pipe.
 LexicalHandler getLexicalHandler()
          Provide access to the LexicalHandler used 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SAXPipe

public SAXPipe()
Method Detail

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.