Serialized Form


Package org.dom4j

Class org.dom4j.DocumentException extends java.lang.Exception implements Serializable

Serialized Fields

nestedException

java.lang.Throwable nestedException
A wrapped Throwable

Class org.dom4j.DocumentFactory extends java.lang.Object implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Serialized Fields

xpathNamespaceURIs

java.util.Map xpathNamespaceURIs
Default namespace prefix -> URI mappings for XPath expressions to use

Class org.dom4j.IllegalAddException extends java.lang.IllegalArgumentException implements Serializable

Class org.dom4j.InvalidXPathException extends java.lang.IllegalArgumentException implements Serializable

Class org.dom4j.XPathException extends java.lang.RuntimeException implements Serializable

Serialized Fields

xpath

java.lang.String xpath
The XPath expression that caused the exception


Package org.dom4j.io

Class org.dom4j.io.SAXReader.SAXEntityResolver extends java.lang.Object implements Serializable

Serialized Fields

uriPrefix

java.lang.String uriPrefix


Package org.dom4j.dom

Class org.dom4j.dom.DOMAttribute extends DefaultAttribute implements Serializable

Class org.dom4j.dom.DOMCDATA extends DefaultCDATA implements Serializable

Class org.dom4j.dom.DOMComment extends DefaultComment implements Serializable

Class org.dom4j.dom.DOMDocument extends DefaultDocument implements Serializable

Class org.dom4j.dom.DOMDocumentFactory extends DocumentFactory implements Serializable

Class org.dom4j.dom.DOMDocumentType extends DefaultDocumentType implements Serializable

Class org.dom4j.dom.DOMElement extends DefaultElement implements Serializable

Class org.dom4j.dom.DOMEntityReference extends DefaultEntity implements Serializable

Class org.dom4j.dom.DOMNamespace extends DefaultNamespace implements Serializable

Class org.dom4j.dom.DOMProcessingInstruction extends DefaultProcessingInstruction implements Serializable

Class org.dom4j.dom.DOMText extends DefaultText implements Serializable


Package org.dom4j.bean

Class org.dom4j.bean.BeanAttribute extends AbstractAttribute implements Serializable

Serialized Fields

beanList

BeanAttributeList beanList
The list of Bean attributes


index

int index
The index in the Bean attribute list

Class org.dom4j.bean.BeanDocumentFactory extends DocumentFactory implements Serializable

Class org.dom4j.bean.BeanElement extends DefaultElement implements Serializable

Serialized Fields

bean

java.lang.Object bean
The JavaBean which defines my attributes


Package org.dom4j.tree

Class org.dom4j.tree.AbstractAttribute extends AbstractNode implements Serializable

Class org.dom4j.tree.AbstractBranch extends AbstractNode implements Serializable

Class org.dom4j.tree.AbstractCDATA extends AbstractCharacterData implements Serializable

Class org.dom4j.tree.AbstractCharacterData extends AbstractNode implements Serializable

Class org.dom4j.tree.AbstractComment extends AbstractCharacterData implements Serializable

Class org.dom4j.tree.AbstractDocument extends AbstractBranch implements Serializable

Class org.dom4j.tree.AbstractDocumentType extends AbstractNode implements Serializable

Class org.dom4j.tree.AbstractElement extends AbstractBranch implements Serializable

Class org.dom4j.tree.AbstractEntity extends AbstractNode implements Serializable

Class org.dom4j.tree.AbstractNamespace extends AbstractNode implements Serializable

Serialized Fields

prefix

java.lang.String prefix
The prefix mapped to this namespace


uri

java.lang.String uri
The URI for this namespace


hashCode

int hashCode
A cached version of the hashcode for efficiency

Class org.dom4j.tree.AbstractNode extends java.lang.Object implements Serializable

Serialized Fields

nodeFactory

NodeFactory nodeFactory

xpathFactory

XPathFactory xpathFactory

Class org.dom4j.tree.AbstractProcessingInstruction extends AbstractNode implements Serializable

Class org.dom4j.tree.AbstractText extends AbstractCharacterData implements Serializable

Class org.dom4j.tree.BackedList extends java.util.ArrayList implements Serializable

Serialized Fields

branchContent

java.util.List branchContent
The content of the Branch which is modified if I am modified


branch

AbstractBranch branch
The AbstractBranch instance which owns the content

Class org.dom4j.tree.BaseElement extends AbstractElement implements Serializable

Serialized Fields

qname

QName qname
The QName for this element


parentBranch

Branch parentBranch
Stores the parent branch of this node which is either a Document if this element is the root element in a document, or another Element if it is a child of the root document, or null if it has not been added to a document yet.


content

java.util.List content
List of content nodes.


attributes

java.util.List attributes
list of attributes

Class org.dom4j.tree.DefaultAttribute extends FlyweightAttribute implements Serializable

Serialized Fields

parent

Element parent
The parent of this node

Class org.dom4j.tree.DefaultCDATA extends FlyweightCDATA implements Serializable

Serialized Fields

parent

Element parent
The parent of this node

Class org.dom4j.tree.DefaultComment extends FlyweightComment implements Serializable

Serialized Fields

parent

Element parent
The parent of this node

Class org.dom4j.tree.DefaultDocument extends AbstractDocument implements Serializable

Serialized Fields

name

java.lang.String name
The name of the document


rootElement

Element rootElement
The root element of this document


content

java.util.List content
Store the contents of the document as a lazily created List


docType

DocumentType docType
The document type for this document

Class org.dom4j.tree.DefaultDocumentType extends AbstractDocumentType implements Serializable

Serialized Fields

elementName

java.lang.String elementName
The root element name of the document typ


publicID

java.lang.String publicID
Holds value of property publicID.


systemID

java.lang.String systemID
Holds value of property systemID.


internalDeclarations

java.util.List internalDeclarations
The internal DTD declarations


externalDeclarations

java.util.List externalDeclarations
The external DTD declarations

Class org.dom4j.tree.DefaultElement extends AbstractElement implements Serializable

Serialized Fields

qname

QName qname
The QName for this element


parentBranch

Branch parentBranch
Stores the parent branch of this node which is either a Document if this element is the root element in a document, or another Element if it is a child of the root document, or null if it has not been added to a document yet.


content

java.lang.Object content
Stores null for no content, a Node for a single content node or a List for multiple content nodes. The List will be lazily constructed when required.


attributes

java.lang.Object attributes
Lazily constructes list of attributes

Class org.dom4j.tree.DefaultEntity extends FlyweightEntity implements Serializable

Serialized Fields

parent

Element parent
The parent of this node

Class org.dom4j.tree.DefaultNamespace extends AbstractNamespace implements Serializable

Serialized Fields

parent

Element parent
The parent of this node

Class org.dom4j.tree.DefaultProcessingInstruction extends FlyweightProcessingInstruction implements Serializable

Serialized Fields

parent

Element parent
The parent of this node

Class org.dom4j.tree.DefaultQName extends java.lang.Object implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Serialized Fields

name

java.lang.String name
The local name of the element or attribute


qualifiedName

java.lang.String qualifiedName
The qualified name of the element or attribute


hashCode

int hashCode
A cached version of the hashcode for efficiency


nodeFactory

NodeFactory nodeFactory
The document factory used for this QName if specified or null

Class org.dom4j.tree.DefaultText extends FlyweightText implements Serializable

Serialized Fields

parent

Element parent
The parent of this node

Class org.dom4j.tree.DelegateDocumentFactory extends DocumentFactory implements Serializable

Serialized Fields

nodeFactory

NodeFactory nodeFactory

xpathFactory

XPathFactory xpathFactory

Class org.dom4j.tree.FlyweightAttribute extends AbstractAttribute implements Serializable

Serialized Fields

qname

QName qname
The QName for this element


value

java.lang.String value
The value of the Attribute

Class org.dom4j.tree.FlyweightCDATA extends AbstractCDATA implements Serializable

Serialized Fields

text

java.lang.String text
Text of the CDATA node

Class org.dom4j.tree.FlyweightComment extends AbstractComment implements Serializable

Serialized Fields

text

java.lang.String text
Text of the Comment node

Class org.dom4j.tree.FlyweightEntity extends AbstractEntity implements Serializable

Serialized Fields

name

java.lang.String name
The name of the Entity


text

java.lang.String text
The text of the Entity

Class org.dom4j.tree.FlyweightProcessingInstruction extends AbstractProcessingInstruction implements Serializable

Serialized Fields

target

java.lang.String target
The target of the PI


text

java.lang.String text
The values for the PI as a String


values

java.util.Map values
The values for the PI in name/value pairs

Class org.dom4j.tree.FlyweightText extends AbstractText implements Serializable

Serialized Fields

text

java.lang.String text
Text of the Text node


Package org.dom4j.util

Class org.dom4j.util.IndexedDocumentFactory extends DocumentFactory implements Serializable

Class org.dom4j.util.IndexedElement extends DefaultElement implements Serializable

Serialized Fields

elementIndex

java.util.Map elementIndex
Lazily constructed index for elements


attributeIndex

java.util.Map attributeIndex
Lazily constructed index for attributes

Class org.dom4j.util.NonLazyDocumentFactory extends DocumentFactory implements Serializable

Class org.dom4j.util.NonLazyElement extends BaseElement implements Serializable

Class org.dom4j.util.UserDataDocumentFactory extends DocumentFactory implements Serializable

Class org.dom4j.util.UserDataElement extends DefaultElement implements Serializable

Serialized Fields

data

java.lang.Object data
The user data object

Class org.dom4j.util.UserDataAttribute extends DefaultAttribute implements Serializable

Serialized Fields

data

java.lang.Object data
The user data object


Package org.dom4j.swing

Class org.dom4j.swing.DocumentTreeModel extends javax.swing.tree.DefaultTreeModel implements Serializable

Serialized Fields

document

Document document
The document for this model

Class org.dom4j.swing.XMLTableColumnDefinition extends java.lang.Object implements Serializable

Serialized Fields

type

int type
Holds value of property type.


name

java.lang.String name
Holds value of property name.


xpath

XPath xpath
Holds value of property xpath.


columnNameXPath

XPath columnNameXPath
Holds the XPath used for the column name

Class org.dom4j.swing.XMLTableDefinition extends java.lang.Object implements Serializable

Serialized Fields

rowXPath

XPath rowXPath
Holds value of property rowXPath.


columns

java.util.List columns
The columns to display in this table


columnArray

XMLTableColumnDefinition[] columnArray
integer index array cache


columnNameIndex

java.util.Map columnNameIndex
name index cache


variableContext

org.jaxen.VariableContext variableContext
for cross-row variables


rowValue

java.lang.Object rowValue
stores the current row value for the variableContext

Class org.dom4j.swing.XMLTableModel extends javax.swing.table.AbstractTableModel implements Serializable

Serialized Fields

definition

XMLTableDefinition definition
Holds value of property definition.


source

java.lang.Object source
Holds value of property source.


rows

java.util.List rows
The rows evaluated from the row XPath expression


Package org.dom4j.xpath

Class org.dom4j.xpath.DefaultNamespaceContext extends java.lang.Object implements Serializable

Serialized Fields

element

Element element

Class org.dom4j.xpath.DefaultXPath extends java.lang.Object implements Serializable

Serialized Fields

text

java.lang.String text

xpath

org.jaxen.XPath xpath

namespaceContext

org.jaxen.NamespaceContext namespaceContext


Package org.jaxen.dom

Class org.jaxen.dom.DocumentNavigator extends org.jaxen.DefaultNavigator implements Serializable

Class org.jaxen.dom.DOMXPath extends org.jaxen.BaseXPath implements Serializable


Package org.jaxen.dom4j

Class org.jaxen.dom4j.DocumentNavigator extends org.jaxen.DefaultNavigator implements Serializable

Class org.jaxen.dom4j.Dom4jXPath extends org.jaxen.BaseXPath implements Serializable


Package org.ozoneDB.xml.dom4j.io

Class org.ozoneDB.xml.dom4j.io.DocumentBuilderImpl extends org.ozoneDB.OzoneObject implements Serializable

serialVersionUID: 1l

Serialized Fields

factory

OzoneDocumentFactory factory

resultDoc

Document resultDoc

serverSocket

org.ozoneDB.xml.dom4j.io.DocumentBuilderImpl.StreamSocket serverSocket

Class org.ozoneDB.xml.dom4j.io.DocumentBuilderImpl_Proxy extends org.ozoneDB.OzoneProxy implements Serializable

serialVersionUID: 1l

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput)
                   throws java.io.IOException


Package org.ozoneDB.xml.dom4j.xpath

Class org.ozoneDB.xml.dom4j.xpath.OzoneNamespaceContext extends org.ozoneDB.OzoneObject implements Serializable

serialVersionUID: 1l

Serialized Fields

element

Element element

Class org.ozoneDB.xml.dom4j.xpath.OzoneXPathImpl extends DefaultXPath implements Serializable

serialVersionUID: 1l

Serialized Fields

ozoneObject

org.ozoneDB.OzoneObject ozoneObject

Class org.ozoneDB.xml.dom4j.xpath.OzoneXPathImpl_Proxy extends org.ozoneDB.OzoneProxy implements Serializable

serialVersionUID: 1l

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput)
                   throws java.io.IOException

Class org.ozoneDB.xml.dom4j.xpath.XPathPatternImpl extends org.ozoneDB.OzoneObject implements Serializable

serialVersionUID: 1l

Serialized Fields

text

java.lang.String text

pattern

org.jaxen.pattern.Pattern pattern

context

org.jaxen.Context context

Class org.ozoneDB.xml.dom4j.xpath.XPathPatternImpl_Proxy extends org.ozoneDB.OzoneProxy implements Serializable

serialVersionUID: 1l

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput)
                   throws java.io.IOException


Package org.ozoneDB.xml.dom4j.o3impl

Class org.ozoneDB.xml.dom4j.o3impl.AbstractAttribute extends AbstractNode implements Serializable

Class org.ozoneDB.xml.dom4j.o3impl.AbstractBranch extends AbstractNode implements Serializable

Class org.ozoneDB.xml.dom4j.o3impl.AbstractCDATA extends AbstractCharacterData implements Serializable

Class org.ozoneDB.xml.dom4j.o3impl.AbstractCharacterData extends AbstractNode implements Serializable

Class org.ozoneDB.xml.dom4j.o3impl.AbstractComment extends AbstractCharacterData implements Serializable

Class org.ozoneDB.xml.dom4j.o3impl.AbstractDocument extends AbstractBranch implements Serializable

Class org.ozoneDB.xml.dom4j.o3impl.AbstractDocumentType extends AbstractNode implements Serializable

Class org.ozoneDB.xml.dom4j.o3impl.AbstractElement extends AbstractBranch implements Serializable

Class org.ozoneDB.xml.dom4j.o3impl.AbstractEntity extends AbstractNode implements Serializable

Class org.ozoneDB.xml.dom4j.o3impl.AbstractNamespace extends AbstractNode implements Serializable

Serialized Fields

prefix

java.lang.String prefix
The prefix mapped to this namespace


uri

java.lang.String uri
The URI for this namespace


hashCode

int hashCode
A cached version of the hashcode for efficiency

Class org.ozoneDB.xml.dom4j.o3impl.AbstractNode extends org.ozoneDB.OzoneObject implements Serializable

Serialized Fields

nodeFactory

NodeFactory nodeFactory

xpathFactory

XPathFactory xpathFactory

Class org.ozoneDB.xml.dom4j.o3impl.AbstractProcessingInstruction extends AbstractNode implements Serializable

Class org.ozoneDB.xml.dom4j.o3impl.AbstractText extends AbstractCharacterData implements Serializable

Class org.ozoneDB.xml.dom4j.o3impl.BackedList extends java.util.ArrayList implements Serializable

Serialized Fields

branchContent

java.util.List branchContent
The content of the Branch which is modified if I am modified


branch

AbstractBranch branch
The AbstractBranch instance which owns the content

Class org.ozoneDB.xml.dom4j.o3impl.BaseElement extends AbstractElement implements Serializable

Serialized Fields

qname

QName qname
The QName for this element


parentBranch

Branch parentBranch
Stores the parent branch of this node which is either a Document if this element is the root element in a document, or another Element if it is a child of the root document, or null if it has not been added to a document yet.


content

java.util.List content
List of content nodes.


attributes

java.util.List attributes
list of attributes

Class org.ozoneDB.xml.dom4j.o3impl.DefaultAttribute extends FlyweightAttribute implements Serializable

Serialized Fields

parent

Element parent
The parent of this node

Class org.ozoneDB.xml.dom4j.o3impl.DefaultCDATA extends FlyweightCDATA implements Serializable

Serialized Fields

parent

Element parent
The parent of this node

Class org.ozoneDB.xml.dom4j.o3impl.DefaultComment extends FlyweightComment implements Serializable

Serialized Fields

parent

Element parent
The parent of this node

Class org.ozoneDB.xml.dom4j.o3impl.DefaultDocument extends AbstractDocument implements Serializable

Serialized Fields

name

java.lang.String name
The name of the document


rootElement

Element rootElement
The root element of this document


content

java.util.List content
Store the contents of the document as a lazily created List


docType

DocumentType docType
The document type for this document

Class org.ozoneDB.xml.dom4j.o3impl.DefaultDocumentType extends AbstractDocumentType implements Serializable

Serialized Fields

elementName

java.lang.String elementName
The root element name of the document typ


publicID

java.lang.String publicID
Holds value of property publicID.


systemID

java.lang.String systemID
Holds value of property systemID.


internalDeclarations

java.util.List internalDeclarations
The internal DTD declarations


externalDeclarations

java.util.List externalDeclarations
The external DTD declarations

Class org.ozoneDB.xml.dom4j.o3impl.DefaultElement extends AbstractElement implements Serializable

Serialized Fields

qname

QName qname
The QName for this element


parentBranch

Branch parentBranch
Stores the parent branch of this node which is either a Document if this element is the root element in a document, or another Element if it is a child of the root document, or null if it has not been added to a document yet.


content

java.lang.Object content
Stores null for no content, a Node for a single content node or a List for multiple content nodes. The List will be lazily constructed when required.


attributes

java.lang.Object attributes
Lazily constructes list of attributes

Class org.ozoneDB.xml.dom4j.o3impl.DefaultEntity extends FlyweightEntity implements Serializable

Serialized Fields

parent

Element parent
The parent of this node

Class org.ozoneDB.xml.dom4j.o3impl.DefaultNamespace extends AbstractNamespace implements Serializable

Serialized Fields

parent

Element parent
The parent of this node

Class org.ozoneDB.xml.dom4j.o3impl.DefaultProcessingInstruction extends FlyweightProcessingInstruction implements Serializable

Serialized Fields

parent

Element parent
The parent of this node

Class org.ozoneDB.xml.dom4j.o3impl.DefaultQName extends java.lang.Object implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Serialized Fields

name

java.lang.String name
The local name of the element or attribute


qualifiedName

java.lang.String qualifiedName
The qualified name of the element or attribute


hashCode

int hashCode
A cached version of the hashcode for efficiency


nodeFactory

NodeFactory nodeFactory
The document factory used for this QName if specified or null

Class org.ozoneDB.xml.dom4j.o3impl.DefaultText extends FlyweightText implements Serializable

Serialized Fields

parent

Element parent
The parent of this node

Class org.ozoneDB.xml.dom4j.o3impl.DelegateDocumentFactory extends DocumentFactory implements Serializable

Serialized Fields

nodeFactory

NodeFactory nodeFactory

xpathFactory

XPathFactory xpathFactory

Class org.ozoneDB.xml.dom4j.o3impl.FlyweightAttribute extends AbstractAttribute implements Serializable

Serialized Fields

qname

QName qname
The QName for this element


value

java.lang.String value
The value of the Attribute

Class org.ozoneDB.xml.dom4j.o3impl.FlyweightCDATA extends AbstractCDATA implements Serializable

Serialized Fields

text

java.lang.String text
Text of the CDATA node

Class org.ozoneDB.xml.dom4j.o3impl.FlyweightComment extends AbstractComment implements Serializable

Serialized Fields

text

java.lang.String text
Text of the Comment node

Class org.ozoneDB.xml.dom4j.o3impl.FlyweightEntity extends AbstractEntity implements Serializable

Serialized Fields

name

java.lang.String name
The name of the Entity


text

java.lang.String text
The text of the Entity

Class org.ozoneDB.xml.dom4j.o3impl.FlyweightProcessingInstruction extends AbstractProcessingInstruction implements Serializable

Serialized Fields

target

java.lang.String target
The target of the PI


text

java.lang.String text
The values for the PI as a String


values

java.util.Map values
The values for the PI in name/value pairs

Class org.ozoneDB.xml.dom4j.o3impl.FlyweightText extends AbstractText implements Serializable

Serialized Fields

text

java.lang.String text
Text of the Text node

Class org.ozoneDB.xml.dom4j.o3impl.NamespaceCacheImpl extends org.ozoneDB.OzoneObject implements Serializable

Class org.ozoneDB.xml.dom4j.o3impl.O3ContentListFacade extends ContentListFacade implements Serializable

serialVersionUID: 1l

Serialized Fields

branchContent

java.util.List branchContent
The content of the Branch which is modified if I am modified


branch

OzoneBranch branch
The AbstractBranch instance which owns the content

Class org.ozoneDB.xml.dom4j.o3impl.O3Namespace extends DefaultNamespace implements Serializable

serialVersionUID: 1l

Class org.ozoneDB.xml.dom4j.o3impl.O3NamespaceCache extends NamespaceCacheImpl implements Serializable

serialVersionUID: 1l

Class org.ozoneDB.xml.dom4j.o3impl.O3NamespaceStack extends NamespaceStack implements Serializable

serialVersionUID: 1l

Class org.ozoneDB.xml.dom4j.o3impl.O3QName extends DefaultQName implements Serializable

serialVersionUID: 1l

Class org.ozoneDB.xml.dom4j.o3impl.O3QNameCache extends QNameCache implements Serializable

serialVersionUID: 1l

Class org.ozoneDB.xml.dom4j.o3impl.OzoneAttributeImpl extends DefaultAttribute implements Serializable

serialVersionUID: 1l

Class org.ozoneDB.xml.dom4j.o3impl.OzoneAttributeImpl_Proxy extends org.ozoneDB.OzoneProxy implements Serializable

serialVersionUID: 1l

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput)
                   throws java.io.IOException

Class org.ozoneDB.xml.dom4j.o3impl.OzoneCDATAImpl extends DefaultCDATA implements Serializable

serialVersionUID: 1l

Serialized Fields

ozoneObject

org.ozoneDB.OzoneObject ozoneObject

Class org.ozoneDB.xml.dom4j.o3impl.OzoneCDATAImpl_Proxy extends org.ozoneDB.OzoneProxy implements Serializable

serialVersionUID: 1l

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput)
                   throws java.io.IOException

Class org.ozoneDB.xml.dom4j.o3impl.OzoneCommentImpl extends DefaultComment implements Serializable

serialVersionUID: 1l

Class org.ozoneDB.xml.dom4j.o3impl.OzoneCommentImpl_Proxy extends org.ozoneDB.OzoneProxy implements Serializable

serialVersionUID: 1l

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput)
                   throws java.io.IOException

Class org.ozoneDB.xml.dom4j.o3impl.OzoneDocumentFactoryImpl extends org.ozoneDB.OzoneObject implements Serializable

serialVersionUID: 1l

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Serialized Fields

xpathNamespaceURIs

java.util.Map xpathNamespaceURIs
Default namespace prefix -> URI mappings for XPath expressions to use

Class org.ozoneDB.xml.dom4j.o3impl.OzoneDocumentFactoryImpl_Proxy extends org.ozoneDB.OzoneProxy implements Serializable

serialVersionUID: 1l

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput)
                   throws java.io.IOException

Class org.ozoneDB.xml.dom4j.o3impl.OzoneDocumentImpl extends DefaultDocument implements Serializable

serialVersionUID: 1l

Class org.ozoneDB.xml.dom4j.o3impl.OzoneDocumentImpl_Proxy extends org.ozoneDB.OzoneProxy implements Serializable

serialVersionUID: 1l

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput)
                   throws java.io.IOException

Class org.ozoneDB.xml.dom4j.o3impl.OzoneDocumentTypeImpl extends DefaultDocumentType implements Serializable

serialVersionUID: 1l

Class org.ozoneDB.xml.dom4j.o3impl.OzoneDocumentTypeImpl_Proxy extends org.ozoneDB.OzoneProxy implements Serializable

serialVersionUID: 1l

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput)
                   throws java.io.IOException

Class org.ozoneDB.xml.dom4j.o3impl.OzoneElementImpl extends DefaultElement implements Serializable

serialVersionUID: 1l

Class org.ozoneDB.xml.dom4j.o3impl.OzoneElementImpl_Proxy extends org.ozoneDB.OzoneProxy implements Serializable

serialVersionUID: 1l

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput)
                   throws java.io.IOException

Class org.ozoneDB.xml.dom4j.o3impl.OzoneEntityImpl extends DefaultEntity implements Serializable

serialVersionUID: 1l

Class org.ozoneDB.xml.dom4j.o3impl.OzoneEntityImpl_Proxy extends org.ozoneDB.OzoneProxy implements Serializable

serialVersionUID: 1l

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput)
                   throws java.io.IOException

Class org.ozoneDB.xml.dom4j.o3impl.OzoneProcessingInstructionImpl extends DefaultProcessingInstruction implements Serializable

serialVersionUID: 1l

Class org.ozoneDB.xml.dom4j.o3impl.OzoneProcessingInstructionImpl_Proxy extends org.ozoneDB.OzoneProxy implements Serializable

serialVersionUID: 1l

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput)
                   throws java.io.IOException

Class org.ozoneDB.xml.dom4j.o3impl.OzoneTextImpl extends DefaultText implements Serializable

serialVersionUID: 1l

Class org.ozoneDB.xml.dom4j.o3impl.OzoneTextImpl_Proxy extends org.ozoneDB.OzoneProxy implements Serializable

serialVersionUID: 1l

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput)
                   throws java.io.IOException



Copyright © 2004 The Ozone Database Project - www.ozone-db.org. All Rights Reserved.