org.outerj.daisy.xmlutil
Class SaxBuffer.SkippedEntity

java.lang.Object
  extended by org.outerj.daisy.xmlutil.SaxBuffer.SkippedEntity
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
SaxBuffer

public static final class SaxBuffer.SkippedEntity
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
 java.lang.String name
           
 
Constructor Summary
SaxBuffer.SkippedEntity(java.lang.String name)
           
 
Method Summary
 void dump(java.io.Writer writer)
           
 void send(org.xml.sax.ContentHandler contentHandler)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public final java.lang.String name
Constructor Detail

SaxBuffer.SkippedEntity

public SaxBuffer.SkippedEntity(java.lang.String name)
Method Detail

send

public void send(org.xml.sax.ContentHandler contentHandler)
          throws org.xml.sax.SAXException
Throws:
org.xml.sax.SAXException

dump

public void dump(java.io.Writer writer)
          throws java.io.IOException
Throws:
java.io.IOException


Copyright © -2012 . All Rights Reserved.