Serialized Form
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
name
String name
- The local name of the
Attribute
parent
Element parent
- Parent element, or null if none
value
String value
- The value of the
Attribute
text
String text
- Text of the
CDATA
document
Document document
- Document node if comment is outside the root element, or null if none
parent
Element parent
- Parent node, or null if none
text
String text
- Text of the
Comment
document
Document document
- The document having this DOCTYPE
elementName
String elementName
- The element being constrained
publicID
String publicID
- The public ID of the DOCTYPE
systemID
String systemID
- The system ID of the DOCTYPE
content
List content
- This
Document
's
Comment
s,
ProcessingInstruction
s and
the root Element
docType
DocType docType
- The
DocType
declaration
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
attributes
List attributes
- The attributes of the
Element
content
List content
- The mixed content of the
Element
name
String name
- The local name of the
Element
parent
Object parent
- Parent element, document, or null if none
document
Document document
- Containing document node, or null if none
name
String name
- The name of the
EntityRef
parent
Element parent
- Parent element, or null if none
publicID
String publicID
- The PublicID of the
EntityRef
systemID
String systemID
- The SystemID of the
EntityRef
cause
Throwable cause
- A wrapped
Throwable
document
Document document
- Document node if PI is outside the root element, or null if none
mapData
Map mapData
- The data for the PI in name/value pairs
parent
Element parent
- Parent element, or null if none
rawData
String rawData
- The data for the PI as a String
target
String target
- The target of the PI
parent
Element parent
- This
Text
node's parent.
value
StringBuffer value
- The actual character content
Copyright © 2001 Jason Hunter, Brett McLaughlin. All Rights Reserved.