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
-
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<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
-
hashCode
int hashCode
A cached version of the hashcode for efficiency -
prefix
java.lang.String prefix
The prefix mapped to this namespace -
uri
java.lang.String uri
The URI for this namespace
-
-
-
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
-
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
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
-
-
-
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.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
java.lang.Object bean
The JavaBean which defines my attributes
-
-
-
-
Package org.dom4j.datatype
-
Class org.dom4j.datatype.DatatypeAttribute extends AbstractAttribute implements Serializable
-
Serialized Fields
-
data
java.lang.Object data
The data (Object) value of theAttribute
-
datatype
com.sun.msv.datatype.xsd.XSDatatype datatype
TheXSDatatype
of theAttribute
-
parent
Element parent
The parentElement
of theAttribute
-
qname
QName qname
TheQName
for this element -
text
java.lang.String text
The text value of theAttribute
-
-
-
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
java.lang.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
java.util.Map<QName,com.sun.msv.datatype.xsd.XSDatatype> attributeXSDatatypes
Cache ofXSDatatype
instances per AttributeQName
-
elementQName
QName elementQName
-
childrenXSDatatypes
java.util.Map<QName,com.sun.msv.datatype.xsd.XSDatatype> childrenXSDatatypes
Cache ofXSDatatype
instances 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
-
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.swing
-
Class org.dom4j.swing.DocumentTreeModel extends javax.swing.tree.DefaultTreeModel implements Serializable
-
Serialized Fields
-
document
Document 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
-
columnArray
XMLTableColumnDefinition[] columnArray
integer index array cache -
columnNameIndex
java.util.Map<java.lang.String,XMLTableColumnDefinition> columnNameIndex
name index cache -
columns
java.util.List<XMLTableColumnDefinition> columns
The columns to display in this table -
rowValue
java.lang.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 javax.swing.table.AbstractTableModel implements Serializable
-
Serialized Fields
-
definition
XMLTableDefinition definition
Holds value of property definition. -
rows
java.util.List<Node> rows
The rows evaluated from the row XPath expression -
source
java.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
-
encoding
java.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
-
branch
AbstractBranch branch
TheAbstractBranch
instance which owns the content -
branchContent
java.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
-
attributes
java.util.List<Attribute> attributes
list of attributes -
content
java.util.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
java.util.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
java.lang.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
java.lang.String elementName
The root element name of the document typ -
externalDeclarations
java.util.List<Decl> externalDeclarations
The external DTD declarations -
internalDeclarations
java.util.List<Decl> internalDeclarations
The internal DTD declarations -
publicID
java.lang.String publicID
Holds value of property publicID. -
systemID
java.lang.String systemID
Holds value of property systemID.
-
-
-
Class org.dom4j.tree.DefaultElement extends AbstractElement implements Serializable
-
Serialized Fields
-
attributes
java.lang.Object attributes
Lazily constructes list of attributes -
content
java.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. -
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
-
Serialized Fields
-
qname
QName qname
TheQName
for this element -
value
java.lang.String value
The value of theAttribute
-
-
-
Class org.dom4j.tree.FlyweightCDATA extends AbstractCDATA implements Serializable
-
Serialized Fields
-
text
java.lang.String text
Text of theCDATA
node
-
-
-
Class org.dom4j.tree.FlyweightComment extends AbstractComment implements Serializable
-
Serialized Fields
-
text
java.lang.String text
Text of theComment
node
-
-
-
Class org.dom4j.tree.FlyweightEntity extends AbstractEntity implements Serializable
-
Serialized Fields
-
name
java.lang.String name
The name of theEntity
-
text
java.lang.String text
The text of theEntity
-
-
-
Class org.dom4j.tree.FlyweightProcessingInstruction extends AbstractProcessingInstruction implements Serializable
-
Serialized Fields
-
target
java.lang.String target
The target of the PI -
text
java.lang.String text
The values for the PI as a String -
values
java.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
-
text
java.lang.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
java.util.Map<java.lang.Object,Attribute> attributeIndex
Lazily constructed index for attributes Keys are of type QName and String Values are of type <A> -
elementIndex
java.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
-
data
java.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
-
data
java.lang.Object data
The user data object
-
-
-
-
Package org.dom4j.xpath
-
Class org.dom4j.xpath.DefaultNamespaceContext extends java.lang.Object implements Serializable
-
Serialized Fields
-
element
Element element
-
-
-
Class org.dom4j.xpath.DefaultXPath extends java.lang.Object implements Serializable
-
Serialized Fields
-
namespaceContext
org.jaxen.NamespaceContext namespaceContext
-
text
java.lang.String text
-
xpath
org.jaxen.XPath xpath
-
-
-