Serialized Form
causalException
java.lang.Exception causalException
exceptionCode
java.lang.String exceptionCode
originClass
java.lang.String originClass
originMethod
java.lang.String originMethod
data
java.lang.Object data
bDataSet
boolean bDataSet
bClassSet
boolean bClassSet
bMethodSet
boolean bMethodSet
bCodeSet
boolean bCodeSet
bCausalSet
boolean bCausalSet
causalException
java.lang.Exception causalException
exceptionCode
java.lang.String exceptionCode
originClass
java.lang.String originClass
originMethod
java.lang.String originMethod
data
java.lang.Object data
bDataSet
boolean bDataSet
bClassSet
boolean bClassSet
bMethodSet
boolean bMethodSet
bCodeSet
boolean bCodeSet
bCausalSet
boolean bCausalSet
causalException
java.lang.Exception causalException
exceptionCode
java.lang.String exceptionCode
originClass
java.lang.String originClass
originMethod
java.lang.String originMethod
data
java.lang.Object data
bDataSet
boolean bDataSet
bClassSet
boolean bClassSet
bMethodSet
boolean bMethodSet
bCodeSet
boolean bCodeSet
bCausalSet
boolean bCausalSet
Package com.sonalb.net.http |
topLine
java.lang.String topLine
theHeader
java.util.Vector<E> theHeader
Package com.sonalb.net.http.cookie |
name
java.lang.String name
value
java.lang.String value
comment
java.lang.String comment
commentURL
java.net.URL commentURL
discard
boolean discard
domain
java.lang.String domain
maxage
int maxage
path
java.lang.String path
portList
java.lang.String portList
secure
boolean secure
version
java.lang.String version
expires
java.util.Date expires
lockSecure
java.lang.Object lockSecure
lockDiscard
java.lang.Object lockDiscard
lockMaxage
java.lang.Object lockMaxage
bExplicitDomain
boolean bExplicitDomain
bExplicitExpires
boolean bExplicitExpires
bExplicitMaxage
boolean bExplicitMaxage
bExplicitPath
boolean bExplicitPath
bExplicitPort
boolean bExplicitPort
bPortListSpecified
boolean bPortListSpecified
theJar
java.util.Vector<E> theJar
iNumCookies
int iNumCookies
Package javazoom.jlgui.basicplayer |
cause
java.lang.Throwable cause
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
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
text
java.lang.String text
- Text of the
Comment
parent
Parent parent
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
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
java.lang.String baseURI
- See http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/core.html#baseURIs-Considerations
propertyMap
java.util.HashMap<K,V> propertyMap
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
name
java.lang.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.
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
cause
java.lang.Throwable cause
- A wrapped
Throwable
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<K,V> mapData
- The data for the PI in name/value pairs
value
java.lang.String value
- The actual character content
filterMask
int filterMask
- The JDOM object mask
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
name
java.lang.String name
- The element name
partialDocument
Document partialDocument
- The portion of the document that was successfully built before
the parse error occurred.
Package org.jdom.transform |
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.