Serialized Form
-
Package org.jdom
-
Class org.jdom.Attribute
class Attribute extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class org.jdom.CDATA
class CDATA extends Text implements Serializable -
Class org.jdom.Comment
class Comment extends Content implements Serializable-
Serialized Fields
-
text
String text
Text of theComment
-
-
-
Class org.jdom.Content
class Content extends Object implements Serializable-
Serialized Fields
-
parent
Parent parent
-
-
-
Exception Class org.jdom.DataConversionException
class DataConversionException extends JDOMException implements Serializable -
Class org.jdom.DocType
class DocType extends Content implements Serializable -
Class org.jdom.Document
class Document extends Object implements Serializable-
Serialized Fields
-
baseURI
String baseURI
See http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/core.html#baseURIs-Considerations -
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. -
propertyMap
HashMap propertyMap
-
-
-
Class org.jdom.Element
class Element extends Content implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
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. -
name
String name
The local name of the element
-
-
-
Class org.jdom.EntityRef
class EntityRef extends Content implements Serializable -
Exception Class org.jdom.IllegalAddException
class IllegalAddException extends IllegalArgumentException implements Serializable -
Exception Class org.jdom.IllegalDataException
class IllegalDataException extends IllegalArgumentException implements Serializable -
Exception Class org.jdom.IllegalNameException
class IllegalNameException extends IllegalArgumentException implements Serializable -
Exception Class org.jdom.IllegalTargetException
class IllegalTargetException extends IllegalArgumentException implements Serializable -
Exception Class org.jdom.JDOMException
class JDOMException extends Exception implements Serializable-
Serialized Fields
-
cause
Throwable cause
A wrappedThrowable
-
-
-
Class org.jdom.ProcessingInstruction
class ProcessingInstruction extends Content implements Serializable -
Class org.jdom.Text
class Text extends Content implements Serializable-
Serialized Fields
-
value
String value
The actual character content
-
-
-
-
Package org.jdom.filter
-
Class org.jdom.filter.AbstractFilter
class AbstractFilter extends Object implements Serializable -
Class org.jdom.filter.ContentFilter
class ContentFilter extends AbstractFilter implements Serializable-
Serialized Fields
-
filterMask
int filterMask
The JDOM object mask
-
-
-
Class org.jdom.filter.ElementFilter
class ElementFilter extends AbstractFilter implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
name
String name
The element name
-
-
-
-
Package org.jdom.input
-
Exception Class org.jdom.input.JDOMParseException
class 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
-
Exception Class org.jdom.transform.XSLTransformException
class XSLTransformException extends JDOMException implements Serializable
-
-
Package org.jdom.xpath
-
Class org.jdom.xpath.XPath
class XPath extends Object implements Serializable-
Serialization Methods
-
writeReplace
[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.
-
-
-