Serialized Form


Package oracle.xml.parser.v2

Class oracle.xml.parser.v2.AttrDecl implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput inArg)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
This method reads the information written in the compressed stream by writeExternal method and restores the object correspondingly.

Throws:
java.io.IOException - is thrown when there is an error in reading the input stream.
java.lang.ClassNotFoundException - is thrown when the class is not found

writeExternal

public void writeExternal(java.io.ObjectOutput outArg)
                   throws java.io.IOException
This method saves the state of the object by creating a binary compressed stream with information about this object.

Throws:
java.io.IOException - is thrown when there is an exception while writing the serialized/compressed stream.

Class oracle.xml.parser.v2.DTD implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput inArg)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
This method reads the information written in the compressed stream by writeExternal method and restores the object correspondingly.

Throws:
java.io.IOException - is thrown when there is an error in reading the input stream.
java.lang.ClassNotFoundException - is thrown when the class is not found.

writeExternal

public void writeExternal(java.io.ObjectOutput outArg)
                   throws java.io.IOException
This method saves the state of the object by creating a binray compressed stream with information about this object.

Throws:
java.io.IOException - is thrown when there is an exception while writing the serialized/compressed stream.

Class oracle.xml.parser.v2.ElementDecl implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput inArg)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
This method reads the information written in the compressed stream by writeExternal method and restores the object correspondingly.

Throws:
java.io.IOException - is thrown when there is an error in reading the input stream.
java.lang.ClassNotFoundException - is thrown when the class is not found

writeExternal

public void writeExternal(java.io.ObjectOutput outArg)
                   throws java.io.IOException
This method saves the state of the object by creating a binray compressed stream with information about this object.

Throws:
java.io.IOException - is thrown when there is an exception while writing the serialized/compressed stream.

Class oracle.xml.parser.v2.NodeFactory implements Serializable

Serialized Fields

defaultDoc

XMLDocument defaultDoc
This document is used to create the node, based on the type of the XMLDocument. This isn't the ownerDocument of the nodes created, the ownerDocument is set in DocumentBuilder.

Class oracle.xml.parser.v2.XMLAttr implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput inArg)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
This method restores the information written by writeExternal.

Throws:
java.io.IOException - is thrown when there is an exception while reading the compressed stream.
java.lang.ClassNotFoundException - is thrown when the class is not found

writeExternal

public void writeExternal(java.io.ObjectOutput outArg)
                   throws java.io.IOException
This method saves the state of the object. The object information is saved in a binary compressed stream.

Throws:
java.io.IOException - is thrown when there is an exception while writing the compressed stream.

Class oracle.xml.parser.v2.XMLCDATA implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput inArg)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
This method reads the information written in the compressed stream by writeExternal method and restores the object correspondingly.

Throws:
java.io.IOException - is thrown when there is an error in reading the input stream.
java.lang.ClassNotFoundException - is thrown when the class is not found

writeExternal

public void writeExternal(java.io.ObjectOutput outArg)
                   throws java.io.IOException
This method saves the state of the object by creating a binary compressed stream with information about this object.

Throws:
java.io.IOException - is thrown when there is an exception while writing the compressed stream.

Class oracle.xml.parser.v2.XMLComment implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput inArg)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
This method reads the information written in the compressed stream by writeExternal method and restores the object correspondingly.

Throws:
java.io.IOException - is thrown when there is an error in reading the input stream.
java.lang.ClassNotFoundException - is thrown when the class is not found

writeExternal

public void writeExternal(java.io.ObjectOutput outArg)
                   throws java.io.IOException
This method saves the state of the object by creating a binary compressed stream with information about this object.

Throws:
java.io.IOException - is thrown when there is an exception while writing the compressed stream.

Class oracle.xml.parser.v2.XMLDeclPI implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput inArg)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
This method reads the information written in the compressed stream by writeExternal method and restores the object correspondingly.

Throws:
java.io.IOException - is thrown when there is an error in reading the input stream.
java.lang.ClassNotFoundException - is thrown when the class is not found

writeExternal

public void writeExternal(java.io.ObjectOutput outArg)
                   throws java.io.IOException
This method saves the state of the object by creating a binary compressed stream with information about this object.

Throws:
java.io.IOException - is thrown when there is an exception while writing the compressed stream.

Class oracle.xml.parser.v2.XMLDocument implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput inArg)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
This method reads the information written in the compressed stream by writeExternal method and restores the object correspondingly.

Throws:
java.io.IOException - is thrown when there is an error in reading the input stream.
java.lang.ClassNotFoundException - is thrown when the class is not found

writeExternal

public void writeExternal(java.io.ObjectOutput outArg)
                   throws java.io.IOException
This method saves the state of the object by creating a binary compressed stream with information about this object.

Throws:
java.io.IOException - is thrown when there is an exception while writing the serialized/compressed stream.

Class oracle.xml.parser.v2.XMLDocumentFragment implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput inArg)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
This method restores the information written by writeExternal by reading the input stream and regenerating the objects as per the information of the input stream.

Throws:
java.io.IOException - is thrown when there is an exception reading the compressed stream.
java.lang.ClassNotFoundException - is thrown when the class is not found

writeExternal

public void writeExternal(java.io.ObjectOutput outArg)
                   throws java.io.IOException
This method saves the state of the object by writing the object information in a binary compressed stream.

Throws:
java.io.IOException - is thrown when there is an exception while writing the compressed stream.

Class oracle.xml.parser.v2.XMLDOMException implements Serializable

Class oracle.xml.parser.v2.XMLDOMImplementation implements Serializable

Serialized Fields

autoEvents

boolean autoEvents

xmlctx

long xmlctx

Class oracle.xml.parser.v2.XMLElement implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput inArg)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
This method restores the information written by writeExternal by reading the input stream and regenerating the objects as per the information of the input stream.

Throws:
java.io.IOException - is thrown when there is an exception reading the compressed stream.
java.lang.ClassNotFoundException - is thrown when the class is not found

writeExternal

public void writeExternal(java.io.ObjectOutput outArg)
                   throws java.io.IOException
This method saves the state of the object by writing the object information in a binary compressed stream.

Throws:
java.io.IOException - is thrown when there is an exception while writing the compressed stream.

Class oracle.xml.parser.v2.XMLEntity implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput inArg)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException,
                         java.io.EOFException
This method reads the information written in the compressed stream by writeExternal method and restores the object correspondingly.

Throws:
java.io.IOException - is thrown when there is an error in reading the input stream.
java.lang.ClassNotFoundException - is thrown when the class is not found.
java.io.EOFException - is thrown when End of File is encountered.

writeExternal

public void writeExternal(java.io.ObjectOutput outArg)
                   throws java.io.IOException
This method saves the state of the object by creating a binary compressed stream with information about this object.

Throws:
java.io.IOException - is thrown when there is an exception while writing the serialized/compressed stream.

Class oracle.xml.parser.v2.XMLEntityReference implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput inArg)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
This method reads the information written in the compressed stream by writeExternal method and restores the object correspondingly.

Throws:
java.io.IOException - is thrown when there is an error in reading the input stream.
java.lang.ClassNotFoundException - is thrown when the class is not found

writeExternal

public void writeExternal(java.io.ObjectOutput outArg)
                   throws java.io.IOException
This method saves the state of the object by creating a binary compressed stream with information about this object.

Throws:
java.io.IOException - is thrown when there is an exception while writing the compressed stream.

Class oracle.xml.parser.v2.XMLNode implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput inArg)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
This method reads the information written in the compressed stream by writeExternal method and restores the object correspondingly.

Throws:
java.io.IOException - is thrown when there is an error in reading the input stream.
java.lang.ClassNotFoundException - is thrown when the class is not found

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
This method saves the state of the object by creating a binary compressed stream with information about this object.

Throws:
java.io.IOException - is thrown when there is an exception while writing the serialized/compressed stream.

Class oracle.xml.parser.v2.XMLNotation implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput inArg)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
This method reads the information written in the compressed stream by writeExternal method and restores the object correspondingly.

Throws:
java.io.IOException - is thrown when there is an error in reading the input stream.
java.lang.ClassNotFoundException - is thrown when the class is not found.

writeExternal

public void writeExternal(java.io.ObjectOutput outArg)
                   throws java.io.IOException
This method saves the state of the object by creating a binray compressed stream with information about this object.

Throws:
java.io.IOException - is thrown when there is an exception while writing the serialized/compressed stream.

Class oracle.xml.parser.v2.XMLNSNode implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput inArg)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
This method reads the information written in the compressed stream by writeExternal method and restores the object correspondingly.

Throws:
java.io.IOException - is thrown when there is an error in reading the input stream.
java.lang.ClassNotFoundException - is thrown when the class is not found

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
This method saves the state of the object by creating a binary compressed stream with information about this object.

Throws:
java.io.IOException - is thrown when there is an exception while writing the serialized/compressed stream.

Class oracle.xml.parser.v2.XMLParseException implements Serializable

Serialized Fields

mesg

java.lang.String mesg

sysId

java.lang.String sysId

pubId

java.lang.String pubId

type

int type

Class oracle.xml.parser.v2.XMLPI implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput inArg)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
This method reads the information written in the compressed stream by writeExternal method and restores the object correspondingly.

Throws:
java.io.IOException - is thrown when there is an error in reading the input stream.
java.lang.ClassNotFoundException - is thrown when the class is not found

writeExternal

public void writeExternal(java.io.ObjectOutput outArg)
                   throws java.io.IOException
This method saves the state of the object by creating a binary compressed stream with information about this object.

Throws:
java.io.IOException - is thrown when there is an exception while writing the compressed stream.

Class oracle.xml.parser.v2.XMLText implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput inArg)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
This method reads the information written in the compressed stream by writeExternal method and restores the object correspondingly. This method is called if XMLText object is deserialized (or read) as an independent node and not called from some other DOM node.

Throws:
java.io.IOException - is thrown when there is an error in reading the input stream.
java.lang.ClassNotFoundException - is thrown when the class is not found

writeExternal

public void writeExternal(java.io.ObjectOutput outArg)
                   throws java.io.IOException
This method saves the state of the object by creating a binary compressed stream with information about this object.

Throws:
java.io.IOException - is thrown when there is an exception while writing the compressed stream.

Class oracle.xml.parser.v2.XSLException implements Serializable


Package oracle.xml.parser.schema

Class oracle.xml.parser.schema.XSDException implements Serializable

Serialized Fields

errId

int errId

errParams

java.lang.String[] errParams

nparam

int nparam

node

XMLElement node

defaultErr

XMLError defaultErr


Package oracle.xml.sql

Class oracle.xml.sql.OracleXMLSQLException implements Serializable

Serialized Fields

errorTag

java.lang.String errorTag

sqlErrorCode

int sqlErrorCode

errCodeSet

boolean errCodeSet

sqlState

java.lang.String sqlState

parentE

java.lang.Exception parentE

Class oracle.xml.sql.OracleXMLSQLNoRowsException implements Serializable


Package oracle.xml.transx

Class oracle.xml.transx.DuplicateException implements Serializable


Package oracle.xml.xsql

Class oracle.xml.xsql.XSQLServlet implements Serializable

Serialized Fields

myContext

javax.servlet.ServletContext myContext


Package oracle.xml.pipeline.controller

Class oracle.xml.pipeline.controller.PipelineException implements Serializable

Serialized Fields

type

java.lang.String type

processId

java.lang.String processId


Package oracle.xml.util

Class oracle.xml.util.XMLException implements Serializable

Serialized Fields

error

XMLError error

mesg

java.lang.String mesg

sysId

java.lang.String sysId

pubId

java.lang.String pubId

type

int type

exception

java.lang.Exception exception


Package oracle.xml.async

Class oracle.xml.async.DOMBuilder implements Serializable

Serialized Fields

reader

java.io.Reader reader
java.io.Reader containing XML data to be parsed


rootName

java.lang.String rootName
Name of the XML element to be treated as root


inString

java.lang.String inString
String containing the URL to parse XML data from


inStream

java.io.InputStream inStream
InputStream containing XML data to parse


url

java.net.URL url
URL to parse XML data from


inSource

InputSource inSource
InputSource containing XML data to parse


methodToCall

int methodToCall
XML Parser method to call based on input types


result

XMLDocument result
XML Document being parsed


id

int id

DOMEventListenerVect

java.util.Vector DOMEventListenerVect

ErrorEventListenerVect

java.util.Vector ErrorEventListenerVect

workingFlag

boolean workingFlag

parser

DOMParser parser

thrd

java.lang.Thread thrd

Class oracle.xml.async.DOMBuilderErrorEvent implements Serializable

Serialized Fields

e

java.lang.Exception e
The exception being raised.

Class oracle.xml.async.DOMBuilderEvent implements Serializable

Serialized Fields

id

int id
ID of the source DOMBuilder object

Class oracle.xml.async.XSLTransformer implements Serializable

Serialized Fields

methodToCall

int methodToCall
The XSL transformation method to call based on input types.


result

DocumentFragment result
Transformation result document.


id

int id

xmlDocument

XMLDocument xmlDocument

xslStylesheet

XSLStylesheet xslStylesheet

xmlReader

java.io.Reader xmlReader

xmlInputStream

java.io.InputStream xmlInputStream

xmlURL

java.net.URL xmlURL

refURL

java.net.URL refURL

xslOutputStream

java.io.OutputStream xslOutputStream

processor

XSLProcessor processor

XSLEventListenerVect

java.util.Vector XSLEventListenerVect

ErrorEventListenerVect

java.util.Vector ErrorEventListenerVect

workingFlag

boolean workingFlag

thrd

java.lang.Thread thrd

Class oracle.xml.async.XSLTransformerErrorEvent implements Serializable

Serialized Fields

e

java.lang.Exception e
The exception being raised.

Class oracle.xml.async.XSLTransformerEvent implements Serializable

Serialized Fields

id

int id
ID of the source XSLTransformer object


Package oracle.xml.differ

Class oracle.xml.differ.XMLDiff implements Serializable

Serialized Fields

m_doc1

XMLDocument m_doc1

m_doc2

XMLDocument m_doc2

m_diff

Diff m_diff

m_dom1

DOMBuilder m_dom1

m_dom2

DOMBuilder m_dom2

m_rm

ResourceManager m_rm

m_xsl_indent

int m_xsl_indent

m_dh

DomHash m_dh

m_moves

boolean m_moves

m_xsl_nodeindent

int m_xsl_nodeindent

m_domparser

DOMParser m_domparser

m_delWSdeletes

boolean m_delWSdeletes


Package oracle.xml.xmlcomp

Class oracle.xml.xmlcomp.XMLCompress implements Serializable

Serialized Fields

txtif

java.io.File txtif

txtof

java.io.File txtof

binif

java.io.File binif

binof

java.io.File binof

textSize

long textSize

compSize

long compSize


Package org.w3c.dom

Class org.w3c.dom.DOMException implements Serializable

Serialized Fields

code

short code


Package org.w3c.dom.ranges

Class org.w3c.dom.ranges.RangeException implements Serializable

Serialized Fields

code

short code


Package org.w3c.dom.events

Class org.w3c.dom.events.EventException implements Serializable

Serialized Fields

code

short code


Package org.w3c.dom.validation

Class org.w3c.dom.validation.ExceptionVAL implements Serializable

Serialized Fields

code

short code


Package org.xml.sax

Class org.xml.sax.SAXException implements Serializable

Serialized Fields

exception

java.lang.Exception exception
The embedded exception if tunnelling, or null.

Class org.xml.sax.SAXNotRecognizedException implements Serializable

Class org.xml.sax.SAXNotSupportedException implements Serializable

Class org.xml.sax.SAXParseException implements Serializable

Serialized Fields

publicId

java.lang.String publicId
The public identifier, or null.
See Also:
SAXParseException.getPublicId()

systemId

java.lang.String systemId
The system identifier, or null.
See Also:
SAXParseException.getSystemId()

lineNumber

int lineNumber
The line number, or -1.
See Also:
SAXParseException.getLineNumber()

columnNumber

int columnNumber
The column number, or -1.
See Also:
SAXParseException.getColumnNumber()


Package javax.xml.parsers

Class javax.xml.parsers.FactoryConfigurationError implements Serializable

Serialized Fields

exception

java.lang.Exception exception
 

Class javax.xml.parsers.ParserConfigurationException implements Serializable


Package javax.xml.transform

Class javax.xml.transform.TransformerConfigurationException implements Serializable

Class javax.xml.transform.TransformerException implements Serializable

Serialized Fields

locator

SourceLocator locator
Field locator specifies where the error occured.

 

containedException

java.lang.Throwable containedException
Field containedException specifies a wrapped exception. May be null.

 

Class javax.xml.transform.TransformerFactoryConfigurationError implements Serializable

Serialized Fields

exception

java.lang.Exception exception
The contained exception.

 


Package javax.xml.bind

Class javax.xml.bind.JAXBException implements Serializable

Serialized Fields

errorCode

java.lang.String errorCode
Vendor specific error code


linkedException

java.lang.Throwable linkedException
Exception reference

Class javax.xml.bind.MarshalException implements Serializable

Class javax.xml.bind.PropertyException implements Serializable

Class javax.xml.bind.TypeConstraintException implements Serializable

Class javax.xml.bind.UnmarshalException implements Serializable

Class javax.xml.bind.ValidationException implements Serializable