|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Package org.jdom |
Class org.jdom.Attribute extends Object implements Serializable |
Serialization Methods |
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
private void writeObject(ObjectOutputStream out) throws IOException
Serialized Fields |
String name
Attribute
String value
Attribute
int type
Attribute
Object parent
Class org.jdom.CDATA extends Text implements Serializable |
Class org.jdom.Comment extends Object implements Serializable |
Serialized Fields |
String text
Comment
Object parent
Class org.jdom.DataConversionException extends JDOMException implements Serializable |
Class org.jdom.DocType extends Object implements Serializable |
Serialized Fields |
String elementName
String publicID
String systemID
Document document
String internalSubset
Class org.jdom.Document extends Object implements Serializable |
Serialized Fields |
ContentList content
Document
's
Comment
s,
ProcessingInstruction
s and
the root Element
.
DocType docType
DocType
declaration.
Class org.jdom.Element extends Object implements Serializable |
Serialization Methods |
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
private void writeObject(ObjectOutputStream out) throws IOException
Serialized Fields |
String name
Element
Object parent
AttributeList attributes
Element
.
ContentList content
Element
.
Class org.jdom.EntityRef extends Object implements Serializable |
Serialized Fields |
String name
EntityRef
String publicID
EntityRef
String systemID
EntityRef
Object parent
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 |
Throwable cause
Throwable
Class org.jdom.ProcessingInstruction extends Object implements Serializable |
Serialized Fields |
String target
String rawData
Map mapData
Object parent
Class org.jdom.Text extends Object implements Serializable |
Serialized Fields |
String value
Object parent
Text
node's parent.
Package org.jdom.xpath |
Class org.jdom.xpath.XPath extends Object implements Serializable |
Serialization Methods |
protected final Object writeReplace() throws ObjectStreamException
Note: Subclasses are not allowed to override this method to ensure valid serialization of all implementations.
ObjectStreamException
- never.
Package org.jdom.input |
Class org.jdom.input.JDOMParseException extends JDOMException implements Serializable |
Serialized Fields |
Document partialDocument
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |