Serialized Form
-
Package org.dom4j
-
Class org.dom4j.DocumentException extends Exception implements Serializable
-
Class org.dom4j.DocumentFactory extends Object implements Serializable
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
-
Serialized Fields
-
-
Class org.dom4j.IllegalAddException extends IllegalArgumentException implements Serializable
-
Class org.dom4j.InvalidXPathException extends IllegalArgumentException implements Serializable
-
Class org.dom4j.Namespace extends AbstractNode implements Serializable
-
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
-
documentFactory
DocumentFactory documentFactory
The document factory used for this QName if specified or null -
hashCode
int hashCode
A cached version of the hashcode for efficiency -
name
String name
The local name of the element or attribute -
qualifiedName
String qualifiedName
The qualified name of the element or attribute
-
-
-
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
-
-
Class org.dom4j.datatype.DatatypeDocumentFactory extends DocumentFactory implements Serializable
-
Serialized Fields
-
autoLoadSchema
boolean autoLoadSchema
If schemas are automatically loaded when parsing instance documents -
schemaBuilder
SchemaParser schemaBuilder
The builder of XML Schemas -
xmlSchemaReader
SAXReader xmlSchemaReader
reader of XML Schemas
-
-
-
Class org.dom4j.datatype.DatatypeElement extends DefaultElement implements Serializable
-
Serialized Fields
-
data
Object data
The data (Object) value of theAttribute
-
datatype
com.sun.msv.datatype.xsd.XSDatatype datatype
TheXSDatatype
of theAttribute
-
-
-
Class org.dom4j.datatype.DatatypeElementFactory extends DocumentFactory implements Serializable
-
Serialized Fields
-
attributeXSDatatypes
Map<QName,com.sun.msv.datatype.xsd.XSDatatype> attributeXSDatatypes
Cache ofXSDatatype
instances per AttributeQName
-
childrenXSDatatypes
Map<QName,com.sun.msv.datatype.xsd.XSDatatype> childrenXSDatatypes
Cache ofXSDatatype
instances per child ElementQName
-
elementQName
QName elementQName
-
-
-
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
- 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.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
-
Class org.dom4j.swing.XMLTableDefinition extends Object implements Serializable
-
Serialized Fields
-
columnArray
XMLTableColumnDefinition[] columnArray
integer index array cache -
columnNameIndex
Map<String,XMLTableColumnDefinition> columnNameIndex
name index cache -
columns
List<XMLTableColumnDefinition> columns
The columns to display in this table -
rowValue
Object rowValue
stores the current row value for the variableContext -
rowXPath
XPath rowXPath
Holds value of property rowXPath. -
variableContext
org.jaxen.VariableContext variableContext
for cross-row variables
-
-
-
Class org.dom4j.swing.XMLTableModel extends AbstractTableModel implements Serializable
-
Serialized Fields
-
definition
XMLTableDefinition definition
Holds value of property definition. -
rows
List<Node> rows
The rows evaluated from the row XPath expression -
source
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.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<T extends Node> implements Serializable
-
Serialized Fields
-
branch
AbstractBranch branch
TheAbstractBranch
instance which owns the content -
branchContent
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
-
attributes
List<Attribute> attributes
list of attributes -
content
List<Node> content
List of content nodes. -
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. -
qname
QName qname
TheQName
for this element
-
-
-
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
-
content
List<Node> content
Store the contents of the document as a lazily createdList
-
docType
DocumentType docType
The document type for this document -
documentFactory
DocumentFactory documentFactory
The document factory used by default -
name
String name
The name of the document -
rootElement
Element rootElement
The root element of this document
-
-
-
Class org.dom4j.tree.DefaultDocumentType extends AbstractDocumentType implements Serializable
-
Serialized Fields
-
elementName
String elementName
The root element name of the document typ -
externalDeclarations
List<Decl> externalDeclarations
The external DTD declarations -
internalDeclarations
List<Decl> internalDeclarations
The internal DTD declarations -
publicID
String publicID
Holds value of property publicID. -
systemID
String systemID
Holds value of property systemID.
-
-
-
Class org.dom4j.tree.DefaultElement extends AbstractElement implements Serializable
-
Serialized Fields
-
attributes
Object attributes
Lazily constructes list of attributes -
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. -
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. -
qname
QName qname
TheQName
for this element
-
-
-
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
-
Class org.dom4j.tree.FlyweightCDATA extends AbstractCDATA implements Serializable
-
Serialized Fields
-
text
String text
Text of theCDATA
node
-
-
-
Class org.dom4j.tree.FlyweightComment extends AbstractComment implements Serializable
-
Serialized Fields
-
text
String text
Text of theComment
node
-
-
-
Class org.dom4j.tree.FlyweightEntity extends AbstractEntity implements Serializable
-
Class org.dom4j.tree.FlyweightProcessingInstruction extends AbstractProcessingInstruction implements Serializable
-
Class org.dom4j.tree.FlyweightText extends AbstractText implements Serializable
-
Serialized Fields
-
text
String text
Text of theText
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
-
attributeIndex
Map<Object,Attribute> attributeIndex
Lazily constructed index for attributes Keys are of type QName and String Values are of type <A> -
elementIndex
Map<Object,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
-
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
-
namespaceContext
org.jaxen.NamespaceContext namespaceContext
-
text
String text
-
xpath
org.jaxen.XPath xpath
-
-
-