Serialized Form


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

containedException

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

locator

SourceLocator locator
Field locator specifies where the error occured.
 

Class javax.xml.transform.TransformerFactoryConfigurationError implements Serializable

Serialized Fields

exception

java.lang.Exception exception
The contained exception.
 


Package oracle.xml.async

Class oracle.xml.async.DOMBuilder implements Serializable

Serialized Fields

DOMEventListenerVect

java.util.Vector DOMEventListenerVect

ErrorEventListenerVect

java.util.Vector ErrorEventListenerVect

id

int id

inSource

InputSource inSource
InputSource containing XML data to parse

inStream

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

inString

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

methodToCall

int methodToCall
XML Parser method to call based on input types

parser

DOMParser parser

reader

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

result

XMLDocument result
XML Document being parsed

rootName

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

thrd

java.lang.Thread thrd

url

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

workingFlag

boolean workingFlag

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

ErrorEventListenerVect

java.util.Vector ErrorEventListenerVect

id

int id

methodToCall

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

processor

XSLProcessor processor

refURL

java.net.URL refURL

result

DocumentFragment result
Transformation result document.

thrd

java.lang.Thread thrd

workingFlag

boolean workingFlag

xmlDocument

XMLDocument xmlDocument

xmlInputStream

java.io.InputStream xmlInputStream

xmlReader

java.io.Reader xmlReader

xmlURL

java.net.URL xmlURL

XSLEventListenerVect

java.util.Vector XSLEventListenerVect

xslOutputStream

java.io.OutputStream xslOutputStream

xslStylesheet

XSLStylesheet xslStylesheet

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.classgen

Class oracle.xml.classgen.CGDocument implements Serializable

Class oracle.xml.classgen.InvalidContentException implements Serializable


Package oracle.xml.dbviewer

Class oracle.xml.dbviewer.DBViewer implements Serializable

Serialized Fields

con

java.sql.Connection con

driverclass

java.lang.String driverclass

editPane

javax.swing.JEditorPane editPane

hostname

java.lang.String hostname

instancename

java.lang.String instancename

lastView

java.awt.Component lastView

password

java.lang.String password

port

java.lang.String port

resClobFileName

java.lang.String resClobFileName

resClobTableName

java.lang.String resClobTableName

resFileName

java.lang.String resFileName

resHtmlView

oracle.xml.dbviewer.HTMLView resHtmlView

resSourceView

XMLSourceView resSourceView

resTreeView

XMLTreeView resTreeView

scrollPane

javax.swing.JScrollPane scrollPane

text

java.lang.String text

textView

oracle.xml.dbviewer.TextView textView

username

java.lang.String username

viewPort

javax.swing.JViewport viewPort

xmlClobFileName

java.lang.String xmlClobFileName

xmlClobTableName

java.lang.String xmlClobTableName

xmlFileName

java.lang.String xmlFileName

xmlSourceView

XMLSourceView xmlSourceView

xmlTreeView

XMLTreeView xmlTreeView

xslClobFileName

java.lang.String xslClobFileName

xslClobTableName

java.lang.String xslClobTableName

xslFileName

java.lang.String xslFileName

xslSourceView

XMLSourceView xslSourceView

xslTreeView

XMLTreeView xslTreeView


Package oracle.xml.differ

Class oracle.xml.differ.XMLDiff implements Serializable

Serialized Fields

m_delWSdeletes

boolean m_delWSdeletes

m_dh

oracle.xml.differ.DomHash m_dh

m_diff

oracle.xml.differ.Diff m_diff

m_doc1

XMLDocument m_doc1

m_doc2

XMLDocument m_doc2

m_dom1

DOMBuilder m_dom1

m_dom2

DOMBuilder m_dom2

m_moves

boolean m_moves

m_rm

ResourceManager m_rm

m_xsl_indent

int m_xsl_indent

m_xsl_nodeindent

int m_xsl_nodeindent

ONE

int ONE

TWO

int TWO


Package oracle.xml.parser.schema

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

Serialized Fields

defaultErr

XMLError defaultErr

errId

int errId

errParams

java.lang.String[] errParams

nparam

int nparam


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.

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.

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
Input Pointer (First byte expected) : DTD_DEF (byte) Output Pointer (Last byte read) : Last child node

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.

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.

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.

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

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

writeExternal

public void writeExternal(java.io.ObjectOutput outArg)
                   throws java.io.IOException
DOM Serialization/Compression API's *** *********** The Binary syntax of the compressed stream generated by this node [element node info] {attributes }

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

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

Serialized Fields

autoEvents

boolean autoEvents

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.

writeExternal

public void writeExternal(java.io.ObjectOutput outArg)
                   throws java.io.IOException
DOM Serialization/Compression API's *** *********** The Binary syntax of the compressed stream generated by this node [element node info] {attributes }

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.

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.

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.

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.

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

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
DOM Serialization/Compression API's

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.

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.

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

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
DOM Serialization/Compression API's

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

Serialized Fields

mesg

java.lang.String mesg

pubId

java.lang.String pubId

sysId

java.lang.String sysId

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.

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.

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

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.

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.

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

Serialized Fields

defaultErr

XMLError defaultErr

errId

int errId

errParams

java.lang.String[] errParams

nparam

int nparam

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


Package oracle.xml.sql

Class oracle.xml.sql.OracleXMLSQLException implements Serializable

Serialized Fields

errCodeSet

boolean errCodeSet

errorTag

java.lang.String errorTag

parentE

java.lang.Exception parentE

sqlErrorCode

int sqlErrorCode

sqlState

java.lang.String sqlState

Class oracle.xml.sql.OracleXMLSQLNoRowsException implements Serializable


Package oracle.xml.srcviewer

Class oracle.xml.srcviewer.XMLSourceView implements Serializable

Serialized Fields

inputDOMDocument

Document inputDOMDocument

jScrollPane

javax.swing.JScrollPane jScrollPane

jTextPane

javax.swing.JTextPane jTextPane

sas1

javax.swing.text.SimpleAttributeSet sas1

xmlStyledDocument

oracle.xml.srcviewer.XMLStyledDocument xmlStyledDocument


Package oracle.xml.transviewer

Class oracle.xml.transviewer.XMLTransformPanel implements Serializable

Serialized Fields

defaultLocale

java.util.Locale defaultLocale

eLocale

java.util.Locale eLocale

filePanel

javax.swing.JPanel filePanel

htmlPanel

oracle.xml.transviewer.RESPanel htmlPanel

jPanel1

javax.swing.JPanel jPanel1

msg1

java.lang.String msg1

msg2

java.lang.String msg2

parser

XMLParser parser

resBundle

java.util.ResourceBundle resBundle

resDoc

XMLDocument resDoc

resPanel

oracle.xml.transviewer.RESPanel resPanel

tabmain

javax.swing.JTabbedPane tabmain

transformTabName

java.lang.String transformTabName

xmlDoc

XMLDocument xmlDoc

xmlPanel

oracle.xml.transviewer.XMLPanel xmlPanel

xmlTabName

java.lang.String xmlTabName

xslDoc

XMLDocument xslDoc

xslPanel

oracle.xml.transviewer.XSLPanel xslPanel

xslTabName

java.lang.String xslTabName

xslUrl

java.net.URL xslUrl


Package oracle.xml.treeviewer

Class oracle.xml.treeviewer.XMLTreeView implements Serializable

Serialized Fields

model

oracle.xml.treeviewer.XMLTreeModel model


Package oracle.xml.util

Class oracle.xml.util.XMLException implements Serializable

Serialized Fields

error

XMLError error

exception

java.lang.Exception exception

mesg

java.lang.String mesg

pubId

java.lang.String pubId

sysId

java.lang.String sysId

type

int type


Package oracle.xml.xsql

Class oracle.xml.xsql.XSQLServlet implements Serializable

Serialized Fields

myContext

javax.servlet.ServletContext myContext


Package org.w3c.dom

Class org.w3c.dom.DOMException 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.ranges

Class org.w3c.dom.ranges.RangeException 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

columnNumber

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

lineNumber

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

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()



 

Copyright © 1997, 2004, Oracle. All rights reserved.