com.ibm.xsp.model.domino.wrapped
Class DominoDocument.XmlDocument
java.lang.Object
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(java.lang.String fieldName,
java.lang.String attachmentName,
org.w3c.dom.Document document,
boolean readOnly)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DominoDocument.XmlDocument
public DominoDocument.XmlDocument(java.lang.String fieldName,
java.lang.String attachmentName,
org.w3c.dom.Document document,
boolean readOnly)
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