JDOM
1.1.1

Serialized Form


Package org.jdom

Class org.jdom.Attribute extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

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

Element parent
Parent element, or null if none

Class org.jdom.CDATA extends Text implements Serializable

Class org.jdom.Comment extends Content implements Serializable

Serialized Fields

text

String text
Text of the Comment

Class org.jdom.Content extends Object implements Serializable

Serialized Fields

parent

Parent parent

Class org.jdom.DataConversionException extends JDOMException implements Serializable

Class org.jdom.DocType extends Content implements Serializable

Serialized Fields

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

Class org.jdom.Document extends Object implements Serializable

Serialized Fields

content

org.jdom.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<K,V> propertyMap

Class org.jdom.Element extends Content implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

name

String name
The local name of the element


attributes

org.jdom.AttributeList attributes
The attributes of the element. Subclassers have to track attributes using their own mechanism.


content

org.jdom.ContentList content
The content of the element. Subclassers have to track content using their own mechanism.

Class org.jdom.EntityRef extends Content implements Serializable

Serialized Fields

name

String name
The name of the EntityRef


publicID

String publicID
The PublicID of the EntityRef


systemID

String systemID
The SystemID of the EntityRef

Class org.jdom.IllegalAddException extends IllegalArgumentException implements Serializable

Class org.jdom.IllegalDataException extends IllegalArgumentException implements Serializable

Class org.jdom.IllegalNameException extends IllegalArgumentException implements Serializable

Class org.jdom.IllegalTargetException extends IllegalArgumentException implements Serializable

Class org.jdom.JDOMException extends Exception implements Serializable

Serialized Fields

cause

Throwable cause
A wrapped Throwable

Class org.jdom.ProcessingInstruction extends Content implements Serializable

Serialized Fields

target

String target
The target of the PI


rawData

String rawData
The data for the PI as a String


mapData

Map<K,V> mapData
The data for the PI in name/value pairs

Class org.jdom.Text extends Content implements Serializable

Serialized Fields

value

String value
The actual character content


Package org.jdom.filter

Class org.jdom.filter.AbstractFilter extends Object implements Serializable

Class org.jdom.filter.ContentFilter extends AbstractFilter implements Serializable

Serialized Fields

filterMask

int filterMask
The JDOM object mask

Class org.jdom.filter.ElementFilter extends AbstractFilter implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

name

String name
The element name


Package org.jdom.input

Class org.jdom.input.JDOMParseException extends JDOMException 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 extends JDOMException implements Serializable


Package org.jdom.xpath

Class org.jdom.xpath.XPath extends Object implements Serializable

Serialization Methods

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.


JDOM
1.1.1

Copyright ? 2007 Jason Hunter, Brett McLaughlin. All Rights Reserved.