org.apache.cocoon.components.saxconnector
Interface SAXConnector

All Superinterfaces:
org.apache.avalon.framework.component.Component, org.xml.sax.ContentHandler, org.xml.sax.ext.LexicalHandler, SitemapModelComponent, XMLConsumer, XMLPipe, XMLProducer
All Known Implementing Classes:
LoggingSAXConnector, ProfilingSAXConnector

public interface SAXConnector
extends XMLPipe, org.apache.avalon.framework.component.Component, SitemapModelComponent

Provides a connection between SAX components.

Version:
CVS $Id: SAXConnector.java,v 1.4 2002/02/22 07:00:12 cziegeler Exp $
Author:
Paul Russell

Field Summary
static java.lang.String ROLE
           
 
Methods inherited from interface org.xml.sax.ContentHandler
characters, endDocument, endElement, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping
 
Methods inherited from interface org.xml.sax.ext.LexicalHandler
comment, endCDATA, endDTD, endEntity, startCDATA, startDTD, startEntity
 
Methods inherited from interface org.apache.cocoon.xml.XMLProducer
setConsumer
 
Methods inherited from interface org.apache.cocoon.sitemap.SitemapModelComponent
setup
 

Field Detail

ROLE

public static final java.lang.String ROLE


Copyright © 1999-2002 Apache Software Foundation. All Rights Reserved.