com.ibm.xsp.model.domino.wrapped
Class DominoDocument.XmlDocument

java.lang.Object
  extended by com.ibm.xsp.model.domino.wrapped.DominoDocument.XmlDocument
All Implemented Interfaces:
java.io.Externalizable, java.io.Serializable
Enclosing class:
DominoDocument

public static class DominoDocument.XmlDocument
extends java.lang.Object
implements java.io.Externalizable

Experimental XML support (DO NOT USE)

See Also:
Serialized Form

Constructor Summary
DominoDocument.XmlDocument()
           
DominoDocument.XmlDocument(java.lang.String fieldName, java.lang.String attachmentName, org.w3c.dom.Document document, boolean readOnly)
           
 
Method Summary
 void readExternal(java.io.ObjectInput in)
           
 void writeExternal(java.io.ObjectOutput out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DominoDocument.XmlDocument

public DominoDocument.XmlDocument()

DominoDocument.XmlDocument

public DominoDocument.XmlDocument(java.lang.String fieldName,
                                  java.lang.String attachmentName,
                                  org.w3c.dom.Document document,
                                  boolean readOnly)
Method Detail

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Specified by:
readExternal in interface java.io.Externalizable
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Specified by:
writeExternal in interface java.io.Externalizable
Throws:
java.io.IOException