org.apache.cocoon.template.xml
Class AttributeAwareXMLConsumerImpl.Characters

java.lang.Object
  extended by org.apache.cocoon.template.xml.AttributeAwareXMLConsumerImpl.Characters
Enclosing class:
AttributeAwareXMLConsumerImpl

public static final class AttributeAwareXMLConsumerImpl.Characters
extends Object


Field Summary
 char[] ch
           
 
Constructor Summary
AttributeAwareXMLConsumerImpl.Characters(char[] ch, int start, int length)
           
 
Method Summary
 void send(ContentHandler contentHandler)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ch

public final char[] ch
Constructor Detail

AttributeAwareXMLConsumerImpl.Characters

public AttributeAwareXMLConsumerImpl.Characters(char[] ch,
                                                int start,
                                                int length)
Method Detail

send

public void send(ContentHandler contentHandler)
          throws SAXException
Throws:
SAXException


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