Serialized Form


Package org.jdom

Class org.jdom.Attribute 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

Class org.jdom.CDATA implements Serializable

Serialized Fields

text

java.lang.String text
Text of the CDATA

Class org.jdom.Comment implements Serializable

Serialized Fields

text

java.lang.String text
Text of the Comment

Class org.jdom.DataConversionException implements Serializable

Class org.jdom.DocType 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

Class org.jdom.Document implements Serializable

Serialized Fields

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.

Class org.jdom.Element 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

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

Class org.jdom.Entity implements Serializable

Serialized Fields

content

java.util.List content
The mixed content of the Entity

name

java.lang.String name
The name of the Entity

Class org.jdom.IllegalAddException implements Serializable

Class org.jdom.IllegalDataException implements Serializable

Class org.jdom.IllegalNameException implements Serializable

Class org.jdom.IllegalTargetException implements Serializable

Class org.jdom.JDOMException implements Serializable

Serialized Fields

rootCause

java.lang.Throwable rootCause
A wrapped Throwable

Class org.jdom.ProcessingInstruction implements Serializable

Serialized Fields

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.