JDOM
1.0beta10

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


type

int type
The type of the Attribute


parent

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

Class org.jdom.CDATA implements Serializable

Class org.jdom.Comment implements Serializable

Serialized Fields

text

java.lang.String text
Text of the Comment

Class org.jdom.Content implements Serializable

Serialized Fields

parent

Parent parent

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


internalSubset

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

Class org.jdom.Document implements Serializable

Serialized Fields

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

java.lang.String baseURI

propertyMap

java.util.HashMap propertyMap

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

name

java.lang.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.

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

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

cause

java.lang.Throwable cause
A wrapped Throwable

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

Class org.jdom.Text implements Serializable

Serialized Fields

value

java.lang.String value
The actual character content


Package org.jdom.filter

Class org.jdom.filter.AbstractFilter implements Serializable

Class org.jdom.filter.ContentFilter implements Serializable

Serialized Fields

filterMask

int filterMask
The JDOM object mask

Class org.jdom.filter.ElementFilter 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 element name


Package org.jdom.input

Class org.jdom.input.JDOMParseException implements Serializable

Serialized Fields

partialDocument

Document partialDocument
The portion of the document that was successfully built before the parse error occurred.


Package org.jdom.transform

Class org.jdom.transform.XSLTransformException implements Serializable


Package org.jdom.xpath

Class org.jdom.xpath.XPath implements Serializable

Serialization Methods

writeReplace

protected final java.lang.Object writeReplace()
                                       throws java.io.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:
java.io.ObjectStreamException - never.


JDOM
1.0beta10

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