org.escot
Class EscotXMLEncoder
java.lang.Object
|
+--java.beans.Encoder
|
+--java.beans.XMLEncoder
|
+--org.escot.EscotXMLEncoder
- public class EscotXMLEncoder
- extends XMLEncoder
Subclass of XMLEncoder which defines Escot-specific archiver behavior
|
Method Summary |
void |
writeStatement(Statement s)
This method calls the superclass's implementation and
records oldStm so that it can produce the
actual output when the stream is flushed. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EscotXMLEncoder
public EscotXMLEncoder(OutputStream out)
writeStatement
public void writeStatement(Statement s)
- Description copied from class:
XMLEncoder
- This method calls the superclass's implementation and
records
oldStm so that it can produce the
actual output when the stream is flushed.
- Overrides:
writeStatement in class XMLEncoder
- Following copied from class:
java.beans.XMLEncoder
- Parameters:
oldStm - The statement to be written to the stream.