org.apache.cocoon.xml
Class SaxBuffer.Characters

java.lang.Object
  extended by org.apache.cocoon.xml.SaxBuffer.Characters
All Implemented Interfaces:
Serializable
Enclosing class:
SaxBuffer

public static final class SaxBuffer.Characters
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
 char[] ch
           
 
Constructor Summary
SaxBuffer.Characters(char[] ch, int start, int length)
           
 
Method Summary
 void dump(Writer writer)
           
 void send(ContentHandler contentHandler)
           
 void toString(StringBuffer value)
           
 
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

SaxBuffer.Characters

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

send

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

toString

public void toString(StringBuffer value)

dump

public void dump(Writer writer)
          throws IOException
Throws:
IOException


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