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

java.lang.Object
  extended byorg.apache.cocoon.template.xml.AttributeAwareXMLConsumerImpl.IgnorableWhitespace
All Implemented Interfaces:
org.apache.cocoon.template.xml.AttributeAwareXMLConsumerImpl.SaxBit
Enclosing class:
AttributeAwareXMLConsumerImpl

public static final class AttributeAwareXMLConsumerImpl.IgnorableWhitespace
extends Object
implements org.apache.cocoon.template.xml.AttributeAwareXMLConsumerImpl.SaxBit


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
Specified by:
send in interface org.apache.cocoon.template.xml.AttributeAwareXMLConsumerImpl.SaxBit
Throws:
SAXException


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