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