Oracle® XML Java API Reference
Release 1 (10.1)

B12024-01

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.XPathException implements Serializable

Serialized Fields

errId

int errId

errParams

java.lang.String[] errParams

nparam

int nparam

defaultErr

XMLError defaultErr

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 oracle.soap.providers.sp

Class oracle.soap.providers.sp.Hashset implements Serializable

Serialized Fields

m_tbl

java.util.Hashtable m_tbl

Package oracle.soap.server

Class oracle.soap.server.ProviderDeploymentDescriptor implements Serializable

Serialized Fields

m_classname

java.lang.String m_classname

m_options

java.util.Hashtable m_options

Class oracle.soap.server.ServiceDeploymentDescriptor implements Serializable

Serialized Fields

m_serviceType

int m_serviceType

m_checkMustUnderstands

boolean m_checkMustUnderstands

m_isApacheDescriptor

boolean m_isApacheDescriptor

m_providerId

java.lang.String m_providerId

m_providerType

byte m_providerType

m_providerClass

java.lang.String m_providerClass

m_providerOptions

java.util.Hashtable m_providerOptions

m_scope

int m_scope

m_methods

java.lang.String[] m_methods

m_serviceClass

java.lang.String m_serviceClass

m_isStatic

boolean m_isStatic

m_defaultSMRClass

java.lang.String m_defaultSMRClass

m_typeMappings

TypeMapping[] m_typeMappings

m_sqlMap

java.util.Hashtable m_sqlMap

m_faultListener

java.lang.String[] m_faultListener

Package oracle.soap.server.http

Class oracle.soap.server.http.SOAPServlet implements Serializable

Serialized Fields

m_providerMap

java.util.Hashtable m_providerMap

m_providerManager

ProviderManager m_providerManager

m_serviceManager

ServiceManager m_serviceManager

m_containerContext

ContainerContext m_containerContext

m_soapServerContext

SOAPServerContext m_soapServerContext

m_log

Logger m_log

m_pathAuth

boolean m_pathAuth

m_globalHandlers

java.util.Hashtable m_globalHandlers

m_activeGlobalHandlers

java.util.Hashtable m_activeGlobalHandlers

m_globalRequestChain

Handler[] m_globalRequestChain

m_globalResponseChain

Handler[] m_globalResponseChain

m_globalErrorChain

Handler[] m_globalErrorChain

m_globalContext

java.util.Hashtable m_globalContext

m_faultRouter

SOAPFaultRouter m_faultRouter

m_serverPhaseEvent

PhaseEvent m_serverPhaseEvent

m_editor

EnvelopeEditor m_editor

m_configFilename

java.lang.String m_configFilename

m_servletContext

javax.servlet.ServletContext m_servletContext

Package org.apache.soap

Class org.apache.soap.SOAPException implements Serializable

Serialized Fields

faultCode

java.lang.String faultCode

targetException

java.lang.Throwable targetException

Package org.apache.soap.server

Class org.apache.soap.server.SOAPFaultEvent implements Serializable

Serialized Fields

fault

Fault fault

soapException

SOAPException soapException

Class org.apache.soap.server.TypeMapping implements Serializable

Serialized Fields

encodingStyle

java.lang.String encodingStyle

elementType

QName elementType

javaType

java.lang.String javaType

java2XMLClassName

java.lang.String java2XMLClassName

xml2JavaClassName

java.lang.String xml2JavaClassName

sqlType

java.lang.String sqlType

Package org.apache.soap.transport

Class org.apache.soap.transport.TransportMessage implements Serializable

Serialized Fields

contentType

java.lang.String contentType

offset

int offset

bytes

byte[] bytes

envelope

java.lang.String envelope

headers

java.util.Hashtable headers

ctx

SOAPContext ctx

Package org.apache.soap.util.net

Class org.apache.soap.util.net.TcpTunnelGui implements Serializable

Serialized Fields

listenPort

int listenPort

tunnelHost

java.lang.String tunnelHost

tunnelPort

int tunnelPort

listenText

java.awt.TextArea listenText

tunnelText

java.awt.TextArea tunnelText

status

java.awt.Label status

inRelay

Relay inRelay

outRelay

Relay outRelay

Package org.apache.soap.util.xml

Class org.apache.soap.util.xml.QName implements Serializable

Serialized Fields

namespaceURI

java.lang.String namespaceURI

localPart

java.lang.String localPart

Package oracle.xdb.dom

Class oracle.xdb.dom.XDBDOMException implements Serializable

Class oracle.xdb.dom.XDBDOMNotFoundErrException implements Serializable

Class oracle.xdb.dom.XDBNotImplementedException implements Serializable

Oracle® XML Java API Reference
Release 1 (10.1)

B12024-01

Copyright © 2003, Oracle. All Rights Reserved.