org.outerj.daisy.xmlutil
Class SaxBuffer.PI
java.lang.Object
org.outerj.daisy.xmlutil.SaxBuffer.PI
- All Implemented Interfaces:
- org.outerj.daisy.xmlutil.SaxBuffer.SaxBit, java.io.Serializable
- Enclosing class:
- SaxBuffer
- public static final class SaxBuffer.PI
- extends java.lang.Object
- implements org.outerj.daisy.xmlutil.SaxBuffer.SaxBit, java.io.Serializable
- See Also:
- Serialized Form
Field Summary |
java.lang.String |
data
|
java.lang.String |
target
|
Constructor Summary |
SaxBuffer.PI(java.lang.String target,
java.lang.String data)
|
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 |
target
public final java.lang.String target
data
public final java.lang.String data
SaxBuffer.PI
public SaxBuffer.PI(java.lang.String target,
java.lang.String data)
send
public void send(org.xml.sax.ContentHandler contentHandler)
throws org.xml.sax.SAXException
- Specified by:
send
in interface org.outerj.daisy.xmlutil.SaxBuffer.SaxBit
- Throws:
org.xml.sax.SAXException
dump
public void dump(java.io.Writer writer)
throws java.io.IOException
- Specified by:
dump
in interface org.outerj.daisy.xmlutil.SaxBuffer.SaxBit
- Throws:
java.io.IOException
Copyright © -2005 . All Rights Reserved.