org.apache.cocoon.xml
Class SaxBuffer.EndDocument

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

public static final class SaxBuffer.EndDocument
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
static SaxBuffer.EndDocument SINGLETON
           
 
Constructor Summary
SaxBuffer.EndDocument()
           
 
Method Summary
 void dump(Writer writer)
           
 void send(ContentHandler contentHandler)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SINGLETON

public static final SaxBuffer.EndDocument SINGLETON
Constructor Detail

SaxBuffer.EndDocument

public SaxBuffer.EndDocument()
Method Detail

send

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

dump

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


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