org.apache.cocoon.template.xml
Interface AttributeAwareXMLConsumer

All Superinterfaces:
ContentHandler, LexicalHandler, org.apache.cocoon.xml.XMLConsumer, XMLConsumer
All Known Implementing Classes:
AttributeAwareXMLConsumerImpl

public interface AttributeAwareXMLConsumer
extends org.apache.cocoon.xml.XMLConsumer

Version:
$Id: AttributeAwareXMLConsumer.html 1304280 2012-03-23 11:18:01Z ilgrosso $

Method Summary
 void attribute(String uri, String localName, String qName, String type, String value)
           
 
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
 

Method Detail

attribute

public void attribute(String uri,
                      String localName,
                      String qName,
                      String type,
                      String value)
               throws SAXException
Throws:
SAXException


Copyright © 1999-2008 The Apache Software Foundation. All Rights Reserved.