Serialized Form (dom4j 1.6.1 API)

dom4j API


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
Serialized Fields

xpathNamespaceURIs

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

writeObject

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

Object bean
The JavaBean which defines my attributes


Package org.dom4j.datatype

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

Serialized Fields

parent

Element parent
The parent Element of the Attribute


qname

QName qname
The QName for this element


datatype

com.sun.msv.datatype.xsd.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 DefaultElement implements Serializable

Serialized Fields

datatype

com.sun.msv.datatype.xsd.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 attributeXSDatatypes
Cache of XSDatatype instances per Attribute QName


childrenXSDatatypes

Map childrenXSDatatypes
Cache of XSDatatype instances per child Element QName

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


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

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

serialVersionUID: 1l

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws ClassNotFoundException,
                         IOException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException

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

Serialized Fields

uriPrefix

String uriPrefix


Package org.dom4j.swing

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

Serialized Fields

document

Document document
The document for this model

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

Serialized Fields

type

int type
Holds value of property type.


name

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 Object implements Serializable

Serialized Fields

rowXPath

XPath rowXPath
Holds value of property rowXPath.


columns

List columns
The columns to display in this table


columnArray

XMLTableColumnDefinition[] columnArray
integer index array cache


columnNameIndex

Map columnNameIndex
name index cache


variableContext

org.jaxen.VariableContext variableContext
for cross-row variables


rowValue

Object rowValue
stores the current row value for the variableContext

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

Serialized Fields

definition

XMLTableDefinition definition
Holds value of property definition.


source

Object source
Holds value of property source.


rows

List rows
The rows evaluated from the row XPath expression


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

Serialized Fields

encoding

String encoding
The encoding of this document as stated in the XML declaration

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.AbstractNode extends Object implements Serializable

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

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

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

Serialized Fields

branchContent

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

List content
List of content nodes.


attributes

List attributes
list of attributes

Class org.dom4j.tree.ConcurrentReaderHashMap.BarrierLock extends Object implements Serializable

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

String name
The name of the document


rootElement

Element rootElement
The root element of this document


content

List content
Store the contents of the document as a lazily created List


docType

DocumentType docType
The document type for this document


documentFactory

DocumentFactory documentFactory
The document factory used by default

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

Serialized Fields

elementName

String elementName
The root element name of the document typ


publicID

String publicID
Holds value of property publicID.


systemID

String systemID
Holds value of property systemID.


internalDeclarations

List internalDeclarations
The internal DTD declarations


externalDeclarations

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

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

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 Namespace 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.DefaultText extends FlyweightText implements Serializable

Serialized Fields

parent

Element parent
The parent of this node

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

Serialized Fields

qname

QName qname
The QName for this element


value

String value
The value of the Attribute

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

Serialized Fields

text

String text
Text of the CDATA node

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

Serialized Fields

text

String text
Text of the Comment node

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

Serialized Fields

name

String name
The name of the Entity


text

String text
The text of the Entity

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

Serialized Fields

target

String target
The target of the PI


text

String text
The values for the PI as a String


values

Map values
The values for the PI in name/value pairs

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

Serialized Fields

text

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

Map elementIndex
Lazily constructed index for elements


attributeIndex

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.UserDataAttribute extends 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 DefaultElement implements Serializable

Serialized Fields

data

Object data
The user data object


Package org.dom4j.xpath

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

Serialized Fields

element

Element element

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

Serialized Fields

text

String text

xpath

org.jaxen.XPath xpath

namespaceContext

org.jaxen.NamespaceContext namespaceContext



Copyright © 2001-2005 MetaStuff Ltd.. All Rights Reserved.