Serialized Form
- 
Package org.dom4j- 
Class org.dom4j.DocumentException extends java.lang.Exception implements Serializable
- 
Class org.dom4j.DocumentFactory extends java.lang.Object implements Serializable- 
Serialization Methods- 
readObjectprivate void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException- Throws:
- java.io.IOException
- java.lang.ClassNotFoundException
 
 
- 
- 
Serialized Fields- 
xpathNamespaceURIsjava.util.Map<java.lang.String,java.lang.String> 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.Namespace extends AbstractNode implements Serializable- 
Serialized Fields- 
hashCodeint hashCode A cached version of the hashcode for efficiency
- 
prefixjava.lang.String prefix The prefix mapped to this namespace
- 
urijava.lang.String uri The URI for this namespace
 
- 
 
- 
- 
Class org.dom4j.QName extends java.lang.Object implements Serializable- 
Serialization Methods- 
readObjectprivate void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException- Throws:
- java.io.IOException
- java.lang.ClassNotFoundException
 
- 
writeObjectprivate void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException- Throws:
- java.io.IOException
 
 
- 
- 
Serialized Fields- 
documentFactoryDocumentFactory documentFactory The document factory used for this QName if specified or null
- 
hashCodeint hashCode A cached version of the hashcode for efficiency
- 
namejava.lang.String name The local name of the element or attribute
- 
qualifiedNamejava.lang.String qualifiedName The qualified name of the element or attribute
 
- 
 
- 
- 
Class org.dom4j.XPathException extends java.lang.RuntimeException implements Serializable- 
Serialized Fields- 
xpathjava.lang.String xpath The XPath expression that caused the exception
 
- 
 
- 
 
- 
- 
Package org.dom4j.bean- 
Class org.dom4j.bean.BeanAttribute extends AbstractAttribute implements Serializable- 
Serialized Fields- 
beanListBeanAttributeList beanList The list of Bean attributes
- 
indexint 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- 
beanjava.lang.Object bean The JavaBean which defines my attributes
 
- 
 
- 
 
- 
- 
Package org.dom4j.datatype- 
Class org.dom4j.datatype.DatatypeAttribute extends AbstractAttribute implements Serializable- 
Serialized Fields- 
datajava.lang.Object data The data (Object) value of theAttribute
- 
datatypecom.sun.msv.datatype.xsd.XSDatatype datatype TheXSDatatypeof theAttribute
- 
parentElement parent The parentElementof theAttribute
- 
qnameQName qname TheQNamefor this element
- 
textjava.lang.String text The text value of theAttribute
 
- 
 
- 
- 
Class org.dom4j.datatype.DatatypeDocumentFactory extends DocumentFactory implements Serializable- 
Serialized Fields- 
autoLoadSchemaboolean autoLoadSchema If schemas are automatically loaded when parsing instance documents
- 
schemaBuilderSchemaParser schemaBuilder The builder of XML Schemas
- 
xmlSchemaReaderSAXReader xmlSchemaReader reader of XML Schemas
 
- 
 
- 
- 
Class org.dom4j.datatype.DatatypeElement extends DefaultElement implements Serializable- 
Serialized Fields- 
datajava.lang.Object data The data (Object) value of theAttribute
- 
datatypecom.sun.msv.datatype.xsd.XSDatatype datatype TheXSDatatypeof theAttribute
 
- 
 
- 
- 
Class org.dom4j.datatype.DatatypeElementFactory extends DocumentFactory implements Serializable- 
Serialized Fields- 
attributeXSDatatypesjava.util.Map<QName,com.sun.msv.datatype.xsd.XSDatatype> attributeXSDatatypes Cache ofXSDatatypeinstances per AttributeQName
- 
elementQNameQName elementQName 
- 
childrenXSDatatypesjava.util.Map<QName,com.sun.msv.datatype.xsd.XSDatatype> childrenXSDatatypes Cache ofXSDatatypeinstances per child ElementQName
 
- 
 
- 
- 
Class org.dom4j.datatype.InvalidSchemaException extends java.lang.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 org.xml.sax.helpers.DefaultHandler implements Serializable- serialVersionUID:
- 1L
 - 
Serialization Methods- 
readExternalpublic void readExternal(java.io.ObjectInput in) throws java.lang.ClassNotFoundException, java.io.IOException- Throws:
- java.lang.ClassNotFoundException
- java.io.IOException
 
- 
writeExternalpublic 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- 
uriPrefixjava.lang.String uriPrefix 
 
- 
 
- 
 
- 
- 
Package org.dom4j.swing- 
Class org.dom4j.swing.DocumentTreeModel extends javax.swing.tree.DefaultTreeModel implements Serializable- 
Serialized Fields- 
documentDocument document The document for this model
 
- 
 
- 
- 
Class org.dom4j.swing.XMLTableColumnDefinition extends java.lang.Object implements Serializable
- 
Class org.dom4j.swing.XMLTableDefinition extends java.lang.Object implements Serializable- 
Serialized Fields- 
columnArrayXMLTableColumnDefinition[] columnArray integer index array cache
- 
columnNameIndexjava.util.Map<java.lang.String,XMLTableColumnDefinition> columnNameIndex name index cache
- 
columnsjava.util.List<XMLTableColumnDefinition> columns The columns to display in this table
- 
rowValuejava.lang.Object rowValue stores the current row value for the variableContext
- 
rowXPathXPath rowXPath Holds value of property rowXPath.
- 
variableContextorg.jaxen.VariableContext variableContext for cross-row variables
 
- 
 
- 
- 
Class org.dom4j.swing.XMLTableModel extends javax.swing.table.AbstractTableModel implements Serializable- 
Serialized Fields- 
definitionXMLTableDefinition definition Holds value of property definition.
- 
rowsjava.util.List<Node> rows The rows evaluated from the row XPath expression
- 
sourcejava.lang.Object source Holds value of property source.
 
- 
 
- 
 
- 
- 
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.AbstractComment extends AbstractCharacterData implements Serializable
- 
Class org.dom4j.tree.AbstractDocument extends AbstractBranch implements Serializable- 
Serialized Fields- 
encodingjava.lang.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.AbstractCharacterData extends AbstractNode implements Serializable
- 
Class org.dom4j.tree.AbstractNode extends java.lang.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 java.util.ArrayList<T extends Node> implements Serializable- 
Serialized Fields- 
branchAbstractBranch branch TheAbstractBranchinstance which owns the content
- 
branchContentjava.util.List<Node> branchContent The content of the Branch which is modified if I am modified
 
- 
 
- 
- 
Class org.dom4j.tree.BaseElement extends AbstractElement implements Serializable- 
Serialized Fields- 
attributesjava.util.List<Attribute> attributes list of attributes
- 
contentjava.util.List<Node> content List of content nodes.
- 
parentBranchBranch 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.
- 
qnameQName qname TheQNamefor this element
 
- 
 
- 
- 
Class org.dom4j.tree.DefaultAttribute extends FlyweightAttribute implements Serializable- 
Serialized Fields- 
parentElement parent The parent of this node
 
- 
 
- 
- 
Class org.dom4j.tree.DefaultCDATA extends FlyweightCDATA implements Serializable- 
Serialized Fields- 
parentElement parent The parent of this node
 
- 
 
- 
- 
Class org.dom4j.tree.DefaultComment extends FlyweightComment implements Serializable- 
Serialized Fields- 
parentElement parent The parent of this node
 
- 
 
- 
- 
Class org.dom4j.tree.DefaultDocument extends AbstractDocument implements Serializable- 
Serialized Fields- 
contentjava.util.List<Node> content Store the contents of the document as a lazily createdList
- 
docTypeDocumentType docType The document type for this document
- 
documentFactoryDocumentFactory documentFactory The document factory used by default
- 
namejava.lang.String name The name of the document
- 
rootElementElement rootElement The root element of this document
 
- 
 
- 
- 
Class org.dom4j.tree.DefaultDocumentType extends AbstractDocumentType implements Serializable- 
Serialized Fields- 
elementNamejava.lang.String elementName The root element name of the document typ
- 
externalDeclarationsjava.util.List<Decl> externalDeclarations The external DTD declarations
- 
internalDeclarationsjava.util.List<Decl> internalDeclarations The internal DTD declarations
- 
publicIDjava.lang.String publicID Holds value of property publicID.
- 
systemIDjava.lang.String systemID Holds value of property systemID.
 
- 
 
- 
- 
Class org.dom4j.tree.DefaultElement extends AbstractElement implements Serializable- 
Serialized Fields- 
attributesjava.lang.Object attributes Lazily constructes list of attributes
- 
contentjava.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.
- 
parentBranchBranch 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.
- 
qnameQName qname TheQNamefor this element
 
- 
 
- 
- 
Class org.dom4j.tree.DefaultEntity extends FlyweightEntity implements Serializable- 
Serialized Fields- 
parentElement parent The parent of this node
 
- 
 
- 
- 
Class org.dom4j.tree.DefaultNamespace extends Namespace implements Serializable- 
Serialized Fields- 
parentElement parent The parent of this node
 
- 
 
- 
- 
Class org.dom4j.tree.DefaultProcessingInstruction extends FlyweightProcessingInstruction implements Serializable- 
Serialized Fields- 
parentElement parent The parent of this node
 
- 
 
- 
- 
Class org.dom4j.tree.DefaultText extends FlyweightText implements Serializable- 
Serialized Fields- 
parentElement parent The parent of this node
 
- 
 
- 
- 
Class org.dom4j.tree.FlyweightAttribute extends AbstractAttribute implements Serializable- 
Serialized Fields- 
qnameQName qname TheQNamefor this element
- 
valuejava.lang.String value The value of theAttribute
 
- 
 
- 
- 
Class org.dom4j.tree.FlyweightCDATA extends AbstractCDATA implements Serializable- 
Serialized Fields- 
textjava.lang.String text Text of theCDATAnode
 
- 
 
- 
- 
Class org.dom4j.tree.FlyweightComment extends AbstractComment implements Serializable- 
Serialized Fields- 
textjava.lang.String text Text of theCommentnode
 
- 
 
- 
- 
Class org.dom4j.tree.FlyweightEntity extends AbstractEntity implements Serializable- 
Serialized Fields- 
namejava.lang.String name The name of theEntity
- 
textjava.lang.String text The text of theEntity
 
- 
 
- 
- 
Class org.dom4j.tree.FlyweightProcessingInstruction extends AbstractProcessingInstruction implements Serializable- 
Serialized Fields- 
targetjava.lang.String target The target of the PI
- 
textjava.lang.String text The values for the PI as a String
- 
valuesjava.util.Map<java.lang.String,java.lang.String> values The values for the PI in name/value pairs
 
- 
 
- 
- 
Class org.dom4j.tree.FlyweightText extends AbstractText implements Serializable- 
Serialized Fields- 
textjava.lang.String text Text of theTextnode
 
- 
 
- 
 
- 
- 
Package org.dom4j.util- 
Class org.dom4j.util.IndexedDocumentFactory extends DocumentFactory implements Serializable
- 
Class org.dom4j.util.IndexedElement extends DefaultElement implements Serializable- 
Serialized Fields- 
attributeIndexjava.util.Map<java.lang.Object,Attribute> attributeIndex Lazily constructed index for attributes Keys are of type QName and String Values are of type <A>
- 
elementIndexjava.util.Map<java.lang.Object,java.lang.Object> elementIndex Lazily constructed index for elements Keys are of type QName and String Values are of type Element and List<Element>
 
- 
 
- 
- 
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- 
datajava.lang.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- 
datajava.lang.Object data The user data object
 
- 
 
- 
 
- 
- 
Package org.dom4j.xpath- 
Class org.dom4j.xpath.DefaultNamespaceContext extends java.lang.Object implements Serializable- 
Serialized Fields- 
elementElement element 
 
- 
 
- 
- 
Class org.dom4j.xpath.DefaultXPath extends java.lang.Object implements Serializable- 
Serialized Fields- 
namespaceContextorg.jaxen.NamespaceContext namespaceContext 
- 
textjava.lang.String text 
- 
xpathorg.jaxen.XPath xpath 
 
- 
 
- 
 
-