org.apache.cocoon.taglib
Interface XMLConsumerTag

All Superinterfaces:
Component, ContentHandler, LexicalHandler, Tag, XMLConsumer
All Known Implementing Classes:
XMLConsumerTagSupport

public interface XMLConsumerTag
extends Tag, XMLConsumer

Version:
CVS $Id: XMLConsumerTag.java 433543 2006-08-22 06:22:54Z crossley $
Author:
Volker Schmitt

Field Summary
 
Fields inherited from interface org.apache.cocoon.taglib.Tag
EVAL_BODY, EVAL_PAGE, ROLE, SKIP_BODY
 
Method Summary
 
Methods inherited from interface org.apache.cocoon.taglib.Tag
doEndTag, doStartTag, getParent, setParent, setup
 
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
 



Copyright ? 1999-2007 The Apache Software Foundation. All Rights Reserved.