This project has retired. For details please refer to its
        
        Attic page.
      
org.apache.cocoon.template.xml
Class AttributeAwareXMLConsumerImpl
java.lang.Object
   org.apache.cocoon.template.xml.AttributeAwareXMLConsumerImpl
org.apache.cocoon.template.xml.AttributeAwareXMLConsumerImpl
- All Implemented Interfaces: 
- AttributeAwareXMLConsumer, XMLConsumer, ContentHandler, LexicalHandler
- public class AttributeAwareXMLConsumerImpl 
- extends Object- implements AttributeAwareXMLConsumer
- Version:
- $Id: AttributeAwareXMLConsumerImpl.html 1304258 2012-03-23 10:09:27Z ilgrosso $
 
 
| Method Summary | 
|  void | attribute(String uri,
          String localName,
          String qName,
          String type,
          String value)
 | 
|  void | characters(char[] ch,
           int start,
           int length)
 | 
|  void | comment(char[] ch,
        int start,
        int length)
 | 
|  void | endCDATA()
 | 
|  void | endDocument()
 | 
|  void | endDTD()
 | 
|  void | endElement(String namespaceURI,
           String localName,
           String qName)
 | 
|  void | endEntity(String name)
 | 
|  void | endPrefixMapping(String prefix)
 | 
|  void | ignorableWhitespace(char[] ch,
                    int start,
                    int length)
 | 
|  void | playCache()
 | 
|  void | processingInstruction(String target,
                      String data)
 | 
|  void | setDocumentLocator(Locator locator)
 | 
|  void | skippedEntity(String name)
 | 
|  void | startCDATA()
 | 
|  void | startDocument()
 | 
|  void | startDTD(String name,
         String publicId,
         String systemId)
 | 
|  void | startElement(String namespaceURI,
             String localName,
             String qName,
             Attributes attrs)
 | 
|  void | startEntity(String name)
 | 
|  void | startPrefixMapping(String prefix,
                   String uri)
 | 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
AttributeAwareXMLConsumerImpl
public AttributeAwareXMLConsumerImpl(XMLConsumer consumer)
setDocumentLocator
public void setDocumentLocator(Locator locator)
- 
- Specified by:
- setDocumentLocatorin interface- ContentHandler
 
- 
 
startDocument
public void startDocument()
                   throws SAXException
- 
- Specified by:
- startDocumentin interface- ContentHandler
 
- 
- Throws:
- SAXException
 
endDocument
public void endDocument()
                 throws SAXException
- 
- Specified by:
- endDocumentin interface- ContentHandler
 
- 
- Throws:
- SAXException
 
startPrefixMapping
public void startPrefixMapping(String prefix,
                               String uri)
                        throws SAXException
- 
- Specified by:
- startPrefixMappingin interface- ContentHandler
 
- 
- Throws:
- SAXException
 
endPrefixMapping
public void endPrefixMapping(String prefix)
                      throws SAXException
- 
- Specified by:
- endPrefixMappingin interface- ContentHandler
 
- 
- Throws:
- SAXException
 
startElement
public void startElement(String namespaceURI,
                         String localName,
                         String qName,
                         Attributes attrs)
                  throws SAXException
- 
- Specified by:
- startElementin interface- ContentHandler
 
- 
- Throws:
- SAXException
 
endElement
public void endElement(String namespaceURI,
                       String localName,
                       String qName)
                throws SAXException
- 
- Specified by:
- endElementin interface- ContentHandler
 
- 
- Throws:
- SAXException
 
characters
public void characters(char[] ch,
                       int start,
                       int length)
                throws SAXException
- 
- Specified by:
- charactersin interface- ContentHandler
 
- 
- Throws:
- SAXException
 
ignorableWhitespace
public void ignorableWhitespace(char[] ch,
                                int start,
                                int length)
                         throws SAXException
- 
- Specified by:
- ignorableWhitespacein interface- ContentHandler
 
- 
- Throws:
- SAXException
 
processingInstruction
public void processingInstruction(String target,
                                  String data)
                           throws SAXException
- 
- Specified by:
- processingInstructionin interface- ContentHandler
 
- 
- Throws:
- SAXException
 
skippedEntity
public void skippedEntity(String name)
                   throws SAXException
- 
- Specified by:
- skippedEntityin interface- ContentHandler
 
- 
- Throws:
- SAXException
 
startDTD
public void startDTD(String name,
                     String publicId,
                     String systemId)
              throws SAXException
- 
- Specified by:
- startDTDin interface- LexicalHandler
 
- 
- Throws:
- SAXException
 
endDTD
public void endDTD()
            throws SAXException
- 
- Specified by:
- endDTDin interface- LexicalHandler
 
- 
- Throws:
- SAXException
 
startEntity
public void startEntity(String name)
                 throws SAXException
- 
- Specified by:
- startEntityin interface- LexicalHandler
 
- 
- Throws:
- SAXException
 
endEntity
public void endEntity(String name)
               throws SAXException
- 
- Specified by:
- endEntityin interface- LexicalHandler
 
- 
- Throws:
- SAXException
 
startCDATA
public void startCDATA()
                throws SAXException
- 
- Specified by:
- startCDATAin interface- LexicalHandler
 
- 
- Throws:
- SAXException
 
endCDATA
public void endCDATA()
              throws SAXException
- 
- Specified by:
- endCDATAin interface- LexicalHandler
 
- 
- Throws:
- SAXException
 
comment
public void comment(char[] ch,
                    int start,
                    int length)
             throws SAXException
- 
- Specified by:
- commentin interface- LexicalHandler
 
- 
- Throws:
- SAXException
 
attribute
public void attribute(String uri,
                      String localName,
                      String qName,
                      String type,
                      String value)
               throws SAXException
- 
- Specified by:
- attributein interface- AttributeAwareXMLConsumer
 
- 
- Throws:
- SAXException
 
playCache
public void playCache()
               throws SAXException
- 
 
- 
- Throws:
- SAXException
 
Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.