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
value
String value
- The value of the
Attribute
type
int type
- The type of the
Attribute
parent
Object parent
- Parent element, or null if none
text
String text
- Text of the
Comment
parent
Parent parent
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
internalSubset
String internalSubset
- The internal subset of the DOCTYPE
content
ContentList content
- This document's content including comments, PIs, a possible
DocType, and a root element.
Subclassers have to track content using their own
mechanism.
baseURI
String baseURI
- See http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/core.html#baseURIs-Considerations
propertyMap
HashMap propertyMap
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 element
attributes
AttributeList attributes
- The attributes of the element. Subclassers have to
track attributes using their own mechanism.
content
ContentList content
- The content of the element. Subclassers have to
track content using their own mechanism.
name
String name
- The name of the
EntityRef
publicID
String publicID
- The PublicID of the
EntityRef
systemID
String systemID
- The SystemID of the
EntityRef
cause
Throwable cause
- A wrapped
Throwable
target
String target
- The target of the PI
rawData
String rawData
- The data for the PI as a String
mapData
Map mapData
- The data for the PI in name/value pairs
value
String value
- The actual character content
filterMask
int filterMask
- The JDOM object mask
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
name
String name
- The element name
partialDocument
Document partialDocument
- The portion of the document that was successfully built before
the parse error occurred.
Package org.jdom.transform |
writeReplace
protected final Object writeReplace()
throws ObjectStreamException
- [Serialization support] Returns the alternative object
to write to the stream when serializing this object. This
method returns an instance of a dedicated nested class to
serialize XPath expressions independently of the concrete
implementation being used.
Note: Subclasses are not allowed to override
this method to ensure valid serialization of all
implementations.
- Throws:
ObjectStreamException
- never.
Copyright ? 2004 Jason Hunter, Brett McLaughlin. All Rights Reserved.