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

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

public static final class AttributeAwareXMLConsumerImpl.IgnorableWhitespace
extends Object


Field Summary
 char[] ch
           
 
Constructor Summary
AttributeAwareXMLConsumerImpl.IgnorableWhitespace(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.IgnorableWhitespace

public AttributeAwareXMLConsumerImpl.IgnorableWhitespace(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.