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
Throws:
java.io.IOException
java.lang.ClassNotFoundException
Serialized Fields

xpathNamespaceURIs

java.util.Map<K,V> 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

serialVersionUID: 3257009869058881592L

Class org.dom4j.Namespace extends org.dom4j.tree.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.QName extends java.lang.Object implements Serializable

Serialization Methods

readObject

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

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
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


documentFactory

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

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

java.lang.Object data
The data (Object) value of the Attribute


text

java.lang.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

java.lang.Object data
The data (Object) value of the Attribute

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

Serialized Fields

elementQName

QName elementQName

attributeXSDatatypes

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


childrenXSDatatypes

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

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


Package org.dom4j.io

Class org.dom4j.io.SAXEventRecorder extends org.xml.sax.helpers.DefaultHandler implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

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

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

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

Serialized Fields

uriPrefix

java.lang.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

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


attributeIndex

java.util.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

java.lang.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

java.lang.Object data
The user data object



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

SourceForge Logo