org.apache.cocoon.template.xml
Interface AttributeAwareXMLConsumer
- All Superinterfaces:
- ContentHandler, LexicalHandler, XMLConsumer
- All Known Implementing Classes:
- AttributeAwareXMLConsumerImpl
public interface AttributeAwareXMLConsumer
- extends XMLConsumer
- Version:
- $Id: AttributeAwareXMLConsumer.html 1304258 2012-03-23 10:09:27Z ilgrosso $
Methods inherited from interface org.xml.sax.ContentHandler |
characters, endDocument, endElement, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping |
attribute
void attribute(String uri,
String localName,
String qName,
String type,
String value)
throws SAXException
- Throws:
SAXException
Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.