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


Constructor Summary
EscotXMLEncoder(OutputStream out)
           
 
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.beans.XMLEncoder
close, flush, getOwner, setOwner, writeExpression, writeObject
 
Methods inherited from class java.beans.Encoder
get, getExceptionListener, getPersistenceDelegate, remove, setExceptionListener, setPersistenceDelegate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EscotXMLEncoder

public EscotXMLEncoder(OutputStream out)
Method Detail

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.