Serialized Form


Package org.dom4j

Class org.dom4j.DocumentException extends Exception implements Serializable

Serialized Fields

nestedException

Throwable nestedException
A wrapped Throwable

Class org.dom4j.DocumentFactory extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException
Serialized Fields

xpathNamespaceURIs

Map<K,V> xpathNamespaceURIs
Default namespace prefix -> URI mappings for XPath expressions to use

Class org.dom4j.IllegalAddException extends IllegalArgumentException implements Serializable

Class org.dom4j.InvalidXPathException extends IllegalArgumentException implements Serializable

serialVersionUID: 3257009869058881592L

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

Serialized Fields

prefix

String prefix
The prefix mapped to this namespace


uri

String uri
The URI for this namespace


hashCode

int hashCode
A cached version of the hashcode for efficiency

Class org.dom4j.QName extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

name

String name
The local name of the element or attribute


qualifiedName

String qualifiedName
The qualified name of the element or attribute


hashCode

int hashCode
A cached version of the hashcode for efficiency


documentFactory

DocumentFactory documentFactory
The document factory used for this QName if specified or null

Class org.dom4j.XPathException extends RuntimeException implements Serializable

Serialized Fields

xpath

String xpath
The XPath expression that caused the exception


Package org.dom4j.datatype

Class org.dom4j.datatype.DatatypeAttribute extends org.dom4j.tree.AbstractAttribute implements Serializable

Serialized Fields

parent

Element parent
The parent Element of the Attribute


qname

QName qname
The QName for this element


datatype

XSDatatype datatype
The XSDatatype of the Attribute


data

Object data
The data (Object) value of the Attribute


text

String text
The text value of the Attribute

Class org.dom4j.datatype.DatatypeDocumentFactory extends DocumentFactory implements Serializable

Serialized Fields

schemaBuilder

SchemaParser schemaBuilder
The builder of XML Schemas


xmlSchemaReader

SAXReader xmlSchemaReader
reader of XML Schemas


autoLoadSchema

boolean autoLoadSchema
If schemas are automatically loaded when parsing instance documents

Class org.dom4j.datatype.DatatypeElement extends org.dom4j.tree.DefaultElement implements Serializable

Serialized Fields

datatype

XSDatatype datatype
The XSDatatype of the Attribute


data

Object data
The data (Object) value of the Attribute

Class org.dom4j.datatype.DatatypeElementFactory extends DocumentFactory implements Serializable

Serialized Fields

elementQName

QName elementQName

attributeXSDatatypes

Map<K,V> attributeXSDatatypes
Cache of XSDatatype instances per Attribute QName


childrenXSDatatypes

Map<K,V> childrenXSDatatypes
Cache of XSDatatype instances per child Element QName

Class org.dom4j.datatype.InvalidSchemaException extends IllegalArgumentException implements Serializable


Package org.dom4j.io

Class org.dom4j.io.SAXEventRecorder extends DefaultHandler implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws ClassNotFoundException,
                         IOException
Throws:
ClassNotFoundException
IOException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

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

Serialized Fields

uriPrefix

String uriPrefix

Package org.dom4j.util

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

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

Serialized Fields

elementIndex

Map<K,V> elementIndex
Lazily constructed index for elements


attributeIndex

Map<K,V> attributeIndex
Lazily constructed index for attributes

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

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

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

Serialized Fields

data

Object data
The user data object

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

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

Serialized Fields

data

Object data
The user data object



Copyright © 2005 MetaStuff Ltd. All Rights Reserved. Hosted by

SourceForge Logo