Serialized Form
readObject
private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
name
java.lang.String name
- The local name of the 
Attribute 
value
java.lang.String value
- The value of the 
Attribute 
text
java.lang.String text
- Text of the 
CDATA 
text
java.lang.String text
- Text of the 
Comment 
elementName
java.lang.String elementName
- The element being constrained
 
publicID
java.lang.String publicID
- The public ID of the DOCTYPE
 
systemID
java.lang.String systemID
- The system ID of the DOCTYPE
 
content
java.util.List content
- This 
Document's
   {@link Comment}s,  
   {@link ProcessingInstruction}s and
   the root {@link Element} 
docType
DocType docType
- The 
{@link DocType} declaration 
rootElement
Element rootElement
- The root 
{@link Element}
   of the Document. 
readObject
private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
attributes
java.util.List attributes
- The attributes of the 
Element 
content
java.util.List content
- The mixed content of the 
Element 
document
Document document
- The Document containing this element, if it is the root element
 
name
java.lang.String name
- The local name of the 
Element 
parent
Element parent
- The parent of this 
Element 
content
java.util.List content
- The mixed content of the 
Entity 
name
java.lang.String name
- The name of the 
Entity 
rootCause
java.lang.Throwable rootCause
- A wrapped 
Throwable 
mapData
java.util.Map mapData
- The data for the PI in name/value pairs
 
rawData
java.lang.String rawData
- The data for the PI as a String
 
target
java.lang.String target
- The target of the PI
 
Copyright © 2000 Brett McLaughlin, Jason Hunter. All Rights Reserved.