Serialized Form


Package org.jdom

Class org.jdom.Attribute extends java.lang.Object implements Serializable

Serialization Methods

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
Serialized Fields

name

java.lang.String name
The local name of the Attribute


value

java.lang.String value
The value of the Attribute


type

int type
The type of the Attribute


parent

java.lang.Object parent
Parent element, or null if none

Class org.jdom.CDATA extends java.lang.Object implements Serializable

Serialized Fields

value

java.lang.String value
The actual character content


parent

java.lang.Object parent
This CDATA node's parent.

Class org.jdom.Comment extends java.lang.Object implements Serializable

Serialized Fields

text

java.lang.String text
Text of the Comment


parent

java.lang.Object parent
Parent element, document, or null if none

Class org.jdom.DataConversionException extends JDOMException implements Serializable

Class org.jdom.DocType extends java.lang.Object implements Serializable

Serialized Fields

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


document

Document document
The document having this DOCTYPE


internalSubset

java.lang.String internalSubset
The internal subset of the DOCTYPE

Class org.jdom.Document extends java.lang.Object implements Serializable

Serialized Fields

content

ContentList content
This Document's Comments, ProcessingInstructions and the root Element.


docType

DocType docType
The DocType declaration.

Class org.jdom.Element extends java.lang.Object implements Serializable

Serialization Methods

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
Serialized Fields

name

java.lang.String name
The local name of the Element


parent

java.lang.Object parent
Parent element, document, or null if none


attributes

AttributeList attributes
The attributes of the Element.


content

ContentList content
The mixed content of the Element.

Class org.jdom.EntityRef extends java.lang.Object implements Serializable

Serialized Fields

name

java.lang.String name
The name of the EntityRef


publicID

java.lang.String publicID
The PublicID of the EntityRef


systemID

java.lang.String systemID
The SystemID of the EntityRef


parent

java.lang.Object parent
Parent element or null if none

Class org.jdom.IllegalAddException extends java.lang.IllegalArgumentException implements Serializable

Class org.jdom.IllegalDataException extends java.lang.IllegalArgumentException implements Serializable

Class org.jdom.IllegalNameException extends java.lang.IllegalArgumentException implements Serializable

Class org.jdom.IllegalTargetException extends java.lang.IllegalArgumentException implements Serializable

Class org.jdom.JDOMException extends java.lang.Exception implements Serializable

Serialized Fields

cause

java.lang.Throwable cause
A wrapped Throwable

Class org.jdom.ProcessingInstruction extends java.lang.Object implements Serializable

Serialized Fields

target

java.lang.String target
The target of the PI


rawData

java.lang.String rawData
The data for the PI as a String


mapData

java.util.Map mapData
The data for the PI in name/value pairs


parent

java.lang.Object parent
Parent element, document, or null if none

Class org.jdom.Text extends java.lang.Object implements Serializable

Serialized Fields

value

java.lang.String value
The actual character content


parent

java.lang.Object parent
This Text node's parent.



Copyright © 2002 Jason Hunter, Brett McLaughlin. All Rights Reserved.