Show serialized-form.html syntax highlighted
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.4.2_02) on Mon May 16 14:23:27 GMT+01:00 2005 -->
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<TITLE>
Serialized Form (dom4j 1.6.1 API)
</TITLE>
<LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title="Serialized Form (dom4j 1.6.1 API)";
}
</SCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="index.html" target="_top"><B>FRAMES</B></A>
<A HREF="serialized-form.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<CENTER>
<H1>
Serialized Form</H1>
</CENTER>
<HR SIZE="4" NOSHADE>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD ALIGN="center"><FONT SIZE="+2">
<B>Package</B> <B>org.dom4j</B></FONT></TD>
</TR>
</TABLE>
<P>
<A NAME="org.dom4j.DocumentException"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Class <A HREF="org/dom4j/DocumentException.html" title="class in org.dom4j">org.dom4j.DocumentException</A> extends <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/Exception.html" title="class or interface in java.lang">Exception</A> implements Serializable</B></FONT></TD>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=1><FONT SIZE="+2">
<B>Serialized Fields</B></FONT></TD>
</TR>
</TABLE>
<H3>
nestedException</H3>
<PRE>
<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/Throwable.html" title="class or interface in java.lang">Throwable</A> <B>nestedException</B></PRE>
<DL>
<DD>A wrapped <code>Throwable</code>
<P>
<DL>
</DL>
</DL>
<P>
<A NAME="org.dom4j.DocumentFactory"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Class <A HREF="org/dom4j/DocumentFactory.html" title="class in org.dom4j">org.dom4j.DocumentFactory</A> extends <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A> implements Serializable</B></FONT></TD>
</TR>
</TABLE>
<P>
<A NAME="serialized_methods"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=1><FONT SIZE="+2">
<B>Serialization Methods</B></FONT></TD>
</TR>
</TABLE>
<P>
<A NAME="readObject(java.io.ObjectInputStream)"><!-- --></A><H3>
readObject</H3>
<PRE>
private void <B>readObject</B>(<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/io/ObjectInputStream.html" title="class or interface in java.io">ObjectInputStream</A> in)
throws <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/io/IOException.html" title="class or interface in java.io">IOException</A>,
<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/ClassNotFoundException.html" title="class or interface in java.lang">ClassNotFoundException</A></PRE>
<DL>
</DL>
<A NAME="serializedForm"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=1><FONT SIZE="+2">
<B>Serialized Fields</B></FONT></TD>
</TR>
</TABLE>
<H3>
xpathNamespaceURIs</H3>
<PRE>
<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/util/Map.html" title="class or interface in java.util">Map</A> <B>xpathNamespaceURIs</B></PRE>
<DL>
<DD>Default namespace prefix -> URI mappings for XPath expressions to use
<P>
<DL>
</DL>
</DL>
<P>
<A NAME="org.dom4j.IllegalAddException"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Class <A HREF="org/dom4j/IllegalAddException.html" title="class in org.dom4j">org.dom4j.IllegalAddException</A> extends <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/IllegalArgumentException.html" title="class or interface in java.lang">IllegalArgumentException</A> implements Serializable</B></FONT></TD>
</TR>
</TABLE>
<P>
<P>
<A NAME="org.dom4j.InvalidXPathException"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Class <A HREF="org/dom4j/InvalidXPathException.html" title="class in org.dom4j">org.dom4j.InvalidXPathException</A> extends <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/IllegalArgumentException.html" title="class or interface in java.lang">IllegalArgumentException</A> implements Serializable</B></FONT></TD>
</TR>
</TABLE>
<P>
<B>serialVersionUID: </B>3257009869058881592l
<P>
<P>
<A NAME="org.dom4j.Namespace"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Class <A HREF="org/dom4j/Namespace.html" title="class in org.dom4j">org.dom4j.Namespace</A> extends <A HREF="org/dom4j/tree/AbstractNode.html" title="class in org.dom4j.tree">AbstractNode</A> implements Serializable</B></FONT></TD>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=1><FONT SIZE="+2">
<B>Serialized Fields</B></FONT></TD>
</TR>
</TABLE>
<H3>
prefix</H3>
<PRE>
<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> <B>prefix</B></PRE>
<DL>
<DD>The prefix mapped to this namespace
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
uri</H3>
<PRE>
<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> <B>uri</B></PRE>
<DL>
<DD>The URI for this namespace
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
hashCode</H3>
<PRE>
int <B>hashCode</B></PRE>
<DL>
<DD>A cached version of the hashcode for efficiency
<P>
<DL>
</DL>
</DL>
<P>
<A NAME="org.dom4j.QName"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Class <A HREF="org/dom4j/QName.html" title="class in org.dom4j">org.dom4j.QName</A> extends <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A> implements Serializable</B></FONT></TD>
</TR>
</TABLE>
<P>
<A NAME="serialized_methods"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=1><FONT SIZE="+2">
<B>Serialization Methods</B></FONT></TD>
</TR>
</TABLE>
<P>
<A NAME="readObject(java.io.ObjectInputStream)"><!-- --></A><H3>
readObject</H3>
<PRE>
private void <B>readObject</B>(<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/io/ObjectInputStream.html" title="class or interface in java.io">ObjectInputStream</A> in)
throws <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/io/IOException.html" title="class or interface in java.io">IOException</A>,
<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/ClassNotFoundException.html" title="class or interface in java.lang">ClassNotFoundException</A></PRE>
<DL>
</DL>
<HR>
<A NAME="writeObject(java.io.ObjectOutputStream)"><!-- --></A><H3>
writeObject</H3>
<PRE>
private void <B>writeObject</B>(<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/io/ObjectOutputStream.html" title="class or interface in java.io">ObjectOutputStream</A> out)
throws <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/io/IOException.html" title="class or interface in java.io">IOException</A></PRE>
<DL>
</DL>
<A NAME="serializedForm"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=1><FONT SIZE="+2">
<B>Serialized Fields</B></FONT></TD>
</TR>
</TABLE>
<H3>
name</H3>
<PRE>
<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> <B>name</B></PRE>
<DL>
<DD>The local name of the element or attribute
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
qualifiedName</H3>
<PRE>
<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> <B>qualifiedName</B></PRE>
<DL>
<DD>The qualified name of the element or attribute
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
hashCode</H3>
<PRE>
int <B>hashCode</B></PRE>
<DL>
<DD>A cached version of the hashcode for efficiency
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
documentFactory</H3>
<PRE>
<A HREF="org/dom4j/DocumentFactory.html" title="class in org.dom4j">DocumentFactory</A> <B>documentFactory</B></PRE>
<DL>
<DD>The document factory used for this QName if specified or null
<P>
<DL>
</DL>
</DL>
<P>
<A NAME="org.dom4j.XPathException"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Class <A HREF="org/dom4j/XPathException.html" title="class in org.dom4j">org.dom4j.XPathException</A> extends <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/RuntimeException.html" title="class or interface in java.lang">RuntimeException</A> implements Serializable</B></FONT></TD>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=1><FONT SIZE="+2">
<B>Serialized Fields</B></FONT></TD>
</TR>
</TABLE>
<H3>
xpath</H3>
<PRE>
<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> <B>xpath</B></PRE>
<DL>
<DD>The XPath expression that caused the exception
<P>
<DL>
</DL>
</DL>
<P>
<HR SIZE="4" NOSHADE>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD ALIGN="center"><FONT SIZE="+2">
<B>Package</B> <B>org.dom4j.bean</B></FONT></TD>
</TR>
</TABLE>
<P>
<A NAME="org.dom4j.bean.BeanAttribute"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Class <A HREF="org/dom4j/bean/BeanAttribute.html" title="class in org.dom4j.bean">org.dom4j.bean.BeanAttribute</A> extends <A HREF="org/dom4j/tree/AbstractAttribute.html" title="class in org.dom4j.tree">AbstractAttribute</A> implements Serializable</B></FONT></TD>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=1><FONT SIZE="+2">
<B>Serialized Fields</B></FONT></TD>
</TR>
</TABLE>
<H3>
beanList</H3>
<PRE>
<A HREF="org/dom4j/bean/BeanAttributeList.html" title="class in org.dom4j.bean">BeanAttributeList</A> <B>beanList</B></PRE>
<DL>
<DD>The list of Bean attributes
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
index</H3>
<PRE>
int <B>index</B></PRE>
<DL>
<DD>The index in the Bean attribute list
<P>
<DL>
</DL>
</DL>
<P>
<A NAME="org.dom4j.bean.BeanDocumentFactory"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Class <A HREF="org/dom4j/bean/BeanDocumentFactory.html" title="class in org.dom4j.bean">org.dom4j.bean.BeanDocumentFactory</A> extends <A HREF="org/dom4j/DocumentFactory.html" title="class in org.dom4j">DocumentFactory</A> implements Serializable</B></FONT></TD>
</TR>
</TABLE>
<P>
<P>
<A NAME="org.dom4j.bean.BeanElement"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Class <A HREF="org/dom4j/bean/BeanElement.html" title="class in org.dom4j.bean">org.dom4j.bean.BeanElement</A> extends <A HREF="org/dom4j/tree/DefaultElement.html" title="class in org.dom4j.tree">DefaultElement</A> implements Serializable</B></FONT></TD>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=1><FONT SIZE="+2">
<B>Serialized Fields</B></FONT></TD>
</TR>
</TABLE>
<H3>
bean</H3>
<PRE>
<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A> <B>bean</B></PRE>
<DL>
<DD>The JavaBean which defines my attributes
<P>
<DL>
</DL>
</DL>
<P>
<HR SIZE="4" NOSHADE>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD ALIGN="center"><FONT SIZE="+2">
<B>Package</B> <B>org.dom4j.datatype</B></FONT></TD>
</TR>
</TABLE>
<P>
<A NAME="org.dom4j.datatype.DatatypeAttribute"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Class <A HREF="org/dom4j/datatype/DatatypeAttribute.html" title="class in org.dom4j.datatype">org.dom4j.datatype.DatatypeAttribute</A> extends <A HREF="org/dom4j/tree/AbstractAttribute.html" title="class in org.dom4j.tree">AbstractAttribute</A> implements Serializable</B></FONT></TD>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=1><FONT SIZE="+2">
<B>Serialized Fields</B></FONT></TD>
</TR>
</TABLE>
<H3>
parent</H3>
<PRE>
<A HREF="org/dom4j/Element.html" title="interface in org.dom4j">Element</A> <B>parent</B></PRE>
<DL>
<DD>The parent <code>Element</code> of the <code>Attribute</code>
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
qname</H3>
<PRE>
<A HREF="org/dom4j/QName.html" title="class in org.dom4j">QName</A> <B>qname</B></PRE>
<DL>
<DD>The <code>QName</code> for this element
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
datatype</H3>
<PRE>
com.sun.msv.datatype.xsd.XSDatatype <B>datatype</B></PRE>
<DL>
<DD>The <code>XSDatatype</code> of the <code>Attribute</code>
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
data</H3>
<PRE>
<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A> <B>data</B></PRE>
<DL>
<DD>The data (Object) value of the <code>Attribute</code>
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
text</H3>
<PRE>
<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> <B>text</B></PRE>
<DL>
<DD>The text value of the <code>Attribute</code>
<P>
<DL>
</DL>
</DL>
<P>
<A NAME="org.dom4j.datatype.DatatypeDocumentFactory"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Class <A HREF="org/dom4j/datatype/DatatypeDocumentFactory.html" title="class in org.dom4j.datatype">org.dom4j.datatype.DatatypeDocumentFactory</A> extends <A HREF="org/dom4j/DocumentFactory.html" title="class in org.dom4j">DocumentFactory</A> implements Serializable</B></FONT></TD>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=1><FONT SIZE="+2">
<B>Serialized Fields</B></FONT></TD>
</TR>
</TABLE>
<H3>
schemaBuilder</H3>
<PRE>
<A HREF="org/dom4j/datatype/SchemaParser.html" title="class in org.dom4j.datatype">SchemaParser</A> <B>schemaBuilder</B></PRE>
<DL>
<DD>The builder of XML Schemas
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
xmlSchemaReader</H3>
<PRE>
<A HREF="org/dom4j/io/SAXReader.html" title="class in org.dom4j.io">SAXReader</A> <B>xmlSchemaReader</B></PRE>
<DL>
<DD>reader of XML Schemas
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
autoLoadSchema</H3>
<PRE>
boolean <B>autoLoadSchema</B></PRE>
<DL>
<DD>If schemas are automatically loaded when parsing instance documents
<P>
<DL>
</DL>
</DL>
<P>
<A NAME="org.dom4j.datatype.DatatypeElement"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Class <A HREF="org/dom4j/datatype/DatatypeElement.html" title="class in org.dom4j.datatype">org.dom4j.datatype.DatatypeElement</A> extends <A HREF="org/dom4j/tree/DefaultElement.html" title="class in org.dom4j.tree">DefaultElement</A> implements Serializable</B></FONT></TD>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=1><FONT SIZE="+2">
<B>Serialized Fields</B></FONT></TD>
</TR>
</TABLE>
<H3>
datatype</H3>
<PRE>
com.sun.msv.datatype.xsd.XSDatatype <B>datatype</B></PRE>
<DL>
<DD>The <code>XSDatatype</code> of the <code>Attribute</code>
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
data</H3>
<PRE>
<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A> <B>data</B></PRE>
<DL>
<DD>The data (Object) value of the <code>Attribute</code>
<P>
<DL>
</DL>
</DL>
<P>
<A NAME="org.dom4j.datatype.DatatypeElementFactory"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Class <A HREF="org/dom4j/datatype/DatatypeElementFactory.html" title="class in org.dom4j.datatype">org.dom4j.datatype.DatatypeElementFactory</A> extends <A HREF="org/dom4j/DocumentFactory.html" title="class in org.dom4j">DocumentFactory</A> implements Serializable</B></FONT></TD>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=1><FONT SIZE="+2">
<B>Serialized Fields</B></FONT></TD>
</TR>
</TABLE>
<H3>
elementQName</H3>
<PRE>
<A HREF="org/dom4j/QName.html" title="class in org.dom4j">QName</A> <B>elementQName</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
attributeXSDatatypes</H3>
<PRE>
<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/util/Map.html" title="class or interface in java.util">Map</A> <B>attributeXSDatatypes</B></PRE>
<DL>
<DD>Cache of <code>XSDatatype</code> instances per Attribute
<code>QName</code>
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
childrenXSDatatypes</H3>
<PRE>
<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/util/Map.html" title="class or interface in java.util">Map</A> <B>childrenXSDatatypes</B></PRE>
<DL>
<DD>Cache of <code>XSDatatype</code> instances per child Element
<code>QName</code>
<P>
<DL>
</DL>
</DL>
<P>
<A NAME="org.dom4j.datatype.InvalidSchemaException"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Class <A HREF="org/dom4j/datatype/InvalidSchemaException.html" title="class in org.dom4j.datatype">org.dom4j.datatype.InvalidSchemaException</A> extends <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/IllegalArgumentException.html" title="class or interface in java.lang">IllegalArgumentException</A> implements Serializable</B></FONT></TD>
</TR>
</TABLE>
<P>
<P>
<HR SIZE="4" NOSHADE>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD ALIGN="center"><FONT SIZE="+2">
<B>Package</B> <B>org.dom4j.dom</B></FONT></TD>
</TR>
</TABLE>
<P>
<A NAME="org.dom4j.dom.DOMAttribute"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Class <A HREF="org/dom4j/dom/DOMAttribute.html" title="class in org.dom4j.dom">org.dom4j.dom.DOMAttribute</A> extends <A HREF="org/dom4j/tree/DefaultAttribute.html" title="class in org.dom4j.tree">DefaultAttribute</A> implements Serializable</B></FONT></TD>
</TR>
</TABLE>
<P>
<P>
<A NAME="org.dom4j.dom.DOMCDATA"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Class <A HREF="org/dom4j/dom/DOMCDATA.html" title="class in org.dom4j.dom">org.dom4j.dom.DOMCDATA</A> extends <A HREF="org/dom4j/tree/DefaultCDATA.html" title="class in org.dom4j.tree">DefaultCDATA</A> implements Serializable</B></FONT></TD>
</TR>
</TABLE>
<P>
<P>
<A NAME="org.dom4j.dom.DOMComment"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Class <A HREF="org/dom4j/dom/DOMComment.html" title="class in org.dom4j.dom">org.dom4j.dom.DOMComment</A> extends <A HREF="org/dom4j/tree/DefaultComment.html" title="class in org.dom4j.tree">DefaultComment</A> implements Serializable</B></FONT></TD>
</TR>
</TABLE>
<P>
<P>
<A NAME="org.dom4j.dom.DOMDocument"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Class <A HREF="org/dom4j/dom/DOMDocument.html" title="class in org.dom4j.dom">org.dom4j.dom.DOMDocument</A> extends <A HREF="org/dom4j/tree/DefaultDocument.html" title="class in org.dom4j.tree">DefaultDocument</A> implements Serializable</B></FONT></TD>
</TR>
</TABLE>
<P>
<P>
<A NAME="org.dom4j.dom.DOMDocumentFactory"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Class <A HREF="org/dom4j/dom/DOMDocumentFactory.html" title="class in org.dom4j.dom">org.dom4j.dom.DOMDocumentFactory</A> extends <A HREF="org/dom4j/DocumentFactory.html" title="class in org.dom4j">DocumentFactory</A> implements Serializable</B></FONT></TD>
</TR>
</TABLE>
<P>
<P>
<A NAME="org.dom4j.dom.DOMDocumentType"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Class <A HREF="org/dom4j/dom/DOMDocumentType.html" title="class in org.dom4j.dom">org.dom4j.dom.DOMDocumentType</A> extends <A HREF="org/dom4j/tree/DefaultDocumentType.html" title="class in org.dom4j.tree">DefaultDocumentType</A> implements Serializable</B></FONT></TD>
</TR>
</TABLE>
<P>
<P>
<A NAME="org.dom4j.dom.DOMElement"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Class <A HREF="org/dom4j/dom/DOMElement.html" title="class in org.dom4j.dom">org.dom4j.dom.DOMElement</A> extends <A HREF="org/dom4j/tree/DefaultElement.html" title="class in org.dom4j.tree">DefaultElement</A> implements Serializable</B></FONT></TD>
</TR>
</TABLE>
<P>
<P>
<A NAME="org.dom4j.dom.DOMEntityReference"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Class <A HREF="org/dom4j/dom/DOMEntityReference.html" title="class in org.dom4j.dom">org.dom4j.dom.DOMEntityReference</A> extends <A HREF="org/dom4j/tree/DefaultEntity.html" title="class in org.dom4j.tree">DefaultEntity</A> implements Serializable</B></FONT></TD>
</TR>
</TABLE>
<P>
<P>
<A NAME="org.dom4j.dom.DOMNamespace"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Class <A HREF="org/dom4j/dom/DOMNamespace.html" title="class in org.dom4j.dom">org.dom4j.dom.DOMNamespace</A> extends <A HREF="org/dom4j/tree/DefaultNamespace.html" title="class in org.dom4j.tree">DefaultNamespace</A> implements Serializable</B></FONT></TD>
</TR>
</TABLE>
<P>
<P>
<A NAME="org.dom4j.dom.DOMProcessingInstruction"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Class <A HREF="org/dom4j/dom/DOMProcessingInstruction.html" title="class in org.dom4j.dom">org.dom4j.dom.DOMProcessingInstruction</A> extends <A HREF="org/dom4j/tree/DefaultProcessingInstruction.html" title="class in org.dom4j.tree">DefaultProcessingInstruction</A> implements Serializable</B></FONT></TD>
</TR>
</TABLE>
<P>
<P>
<A NAME="org.dom4j.dom.DOMText"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Class <A HREF="org/dom4j/dom/DOMText.html" title="class in org.dom4j.dom">org.dom4j.dom.DOMText</A> extends <A HREF="org/dom4j/tree/DefaultText.html" title="class in org.dom4j.tree">DefaultText</A> implements Serializable</B></FONT></TD>
</TR>
</TABLE>
<P>
<P>
<HR SIZE="4" NOSHADE>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD ALIGN="center"><FONT SIZE="+2">
<B>Package</B> <B>org.dom4j.io</B></FONT></TD>
</TR>
</TABLE>
<P>
<A NAME="org.dom4j.io.SAXEventRecorder"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Class <A HREF="org/dom4j/io/SAXEventRecorder.html" title="class in org.dom4j.io">org.dom4j.io.SAXEventRecorder</A> extends <A HREF="http://java.sun.com/xml/jaxp/dist/1.1/docs/api/org/xml/sax/helpers/DefaultHandler.html" title="class or interface in org.xml.sax.helpers">DefaultHandler</A> implements Serializable</B></FONT></TD>
</TR>
</TABLE>
<P>
<B>serialVersionUID: </B>1l
<P>
<A NAME="serialized_methods"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=1><FONT SIZE="+2">
<B>Serialization Methods</B></FONT></TD>
</TR>
</TABLE>
<P>
<A NAME="readExternal(java.io.ObjectInput)"><!-- --></A><H3>
readExternal</H3>
<PRE>
public void <B>readExternal</B>(<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/io/ObjectInput.html" title="class or interface in java.io">ObjectInput</A> in)
throws <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/ClassNotFoundException.html" title="class or interface in java.lang">ClassNotFoundException</A>,
<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/io/IOException.html" title="class or interface in java.io">IOException</A></PRE>
<DL>
</DL>
<HR>
<A NAME="writeExternal(java.io.ObjectOutput)"><!-- --></A><H3>
writeExternal</H3>
<PRE>
public void <B>writeExternal</B>(<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/io/ObjectOutput.html" title="class or interface in java.io">ObjectOutput</A> out)
throws <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/io/IOException.html" title="class or interface in java.io">IOException</A></PRE>
<DL>
</DL>
<P>
<A NAME="org.dom4j.io.SAXReader.SAXEntityResolver"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Class <A HREF="org/dom4j/io/SAXReader.SAXEntityResolver.html" title="class in org.dom4j.io">org.dom4j.io.SAXReader.SAXEntityResolver</A> extends <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A> implements Serializable</B></FONT></TD>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=1><FONT SIZE="+2">
<B>Serialized Fields</B></FONT></TD>
</TR>
</TABLE>
<H3>
uriPrefix</H3>
<PRE>
<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> <B>uriPrefix</B></PRE>
<DL>
<DL>
</DL>
</DL>
<P>
<HR SIZE="4" NOSHADE>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD ALIGN="center"><FONT SIZE="+2">
<B>Package</B> <B>org.dom4j.swing</B></FONT></TD>
</TR>
</TABLE>
<P>
<A NAME="org.dom4j.swing.DocumentTreeModel"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Class <A HREF="org/dom4j/swing/DocumentTreeModel.html" title="class in org.dom4j.swing">org.dom4j.swing.DocumentTreeModel</A> extends <A HREF="http://java.sun.com/j2se/1.3/docs/api/javax/swing/tree/DefaultTreeModel.html" title="class or interface in javax.swing.tree">DefaultTreeModel</A> implements Serializable</B></FONT></TD>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=1><FONT SIZE="+2">
<B>Serialized Fields</B></FONT></TD>
</TR>
</TABLE>
<H3>
document</H3>
<PRE>
<A HREF="org/dom4j/Document.html" title="interface in org.dom4j">Document</A> <B>document</B></PRE>
<DL>
<DD>The document for this model
<P>
<DL>
</DL>
</DL>
<P>
<A NAME="org.dom4j.swing.XMLTableColumnDefinition"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Class <A HREF="org/dom4j/swing/XMLTableColumnDefinition.html" title="class in org.dom4j.swing">org.dom4j.swing.XMLTableColumnDefinition</A> extends <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A> implements Serializable</B></FONT></TD>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=1><FONT SIZE="+2">
<B>Serialized Fields</B></FONT></TD>
</TR>
</TABLE>
<H3>
type</H3>
<PRE>
int <B>type</B></PRE>
<DL>
<DD>Holds value of property type.
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
name</H3>
<PRE>
<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> <B>name</B></PRE>
<DL>
<DD>Holds value of property name.
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
xpath</H3>
<PRE>
<A HREF="org/dom4j/XPath.html" title="interface in org.dom4j">XPath</A> <B>xpath</B></PRE>
<DL>
<DD>Holds value of property xpath.
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
columnNameXPath</H3>
<PRE>
<A HREF="org/dom4j/XPath.html" title="interface in org.dom4j">XPath</A> <B>columnNameXPath</B></PRE>
<DL>
<DD>Holds the XPath used for the column name
<P>
<DL>
</DL>
</DL>
<P>
<A NAME="org.dom4j.swing.XMLTableDefinition"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Class <A HREF="org/dom4j/swing/XMLTableDefinition.html" title="class in org.dom4j.swing">org.dom4j.swing.XMLTableDefinition</A> extends <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A> implements Serializable</B></FONT></TD>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=1><FONT SIZE="+2">
<B>Serialized Fields</B></FONT></TD>
</TR>
</TABLE>
<H3>
rowXPath</H3>
<PRE>
<A HREF="org/dom4j/XPath.html" title="interface in org.dom4j">XPath</A> <B>rowXPath</B></PRE>
<DL>
<DD>Holds value of property rowXPath.
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
columns</H3>
<PRE>
<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/util/List.html" title="class or interface in java.util">List</A> <B>columns</B></PRE>
<DL>
<DD>The columns to display in this table
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
columnArray</H3>
<PRE>
<A HREF="org/dom4j/swing/XMLTableColumnDefinition.html" title="class in org.dom4j.swing">XMLTableColumnDefinition</A>[] <B>columnArray</B></PRE>
<DL>
<DD>integer index array cache
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
columnNameIndex</H3>
<PRE>
<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/util/Map.html" title="class or interface in java.util">Map</A> <B>columnNameIndex</B></PRE>
<DL>
<DD>name index cache
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
variableContext</H3>
<PRE>
org.jaxen.VariableContext <B>variableContext</B></PRE>
<DL>
<DD>for cross-row variables
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
rowValue</H3>
<PRE>
<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A> <B>rowValue</B></PRE>
<DL>
<DD>stores the current row value for the variableContext
<P>
<DL>
</DL>
</DL>
<P>
<A NAME="org.dom4j.swing.XMLTableModel"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Class <A HREF="org/dom4j/swing/XMLTableModel.html" title="class in org.dom4j.swing">org.dom4j.swing.XMLTableModel</A> extends <A HREF="http://java.sun.com/j2se/1.3/docs/api/javax/swing/table/AbstractTableModel.html" title="class or interface in javax.swing.table">AbstractTableModel</A> implements Serializable</B></FONT></TD>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=1><FONT SIZE="+2">
<B>Serialized Fields</B></FONT></TD>
</TR>
</TABLE>
<H3>
definition</H3>
<PRE>
<A HREF="org/dom4j/swing/XMLTableDefinition.html" title="class in org.dom4j.swing">XMLTableDefinition</A> <B>definition</B></PRE>
<DL>
<DD>Holds value of property definition.
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
source</H3>
<PRE>
<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A> <B>source</B></PRE>
<DL>
<DD>Holds value of property source.
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
rows</H3>
<PRE>
<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/util/List.html" title="class or interface in java.util">List</A> <B>rows</B></PRE>
<DL>
<DD>The rows evaluated from the row XPath expression
<P>
<DL>
</DL>
</DL>
<P>
<HR SIZE="4" NOSHADE>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD ALIGN="center"><FONT SIZE="+2">
<B>Package</B> <B>org.dom4j.tree</B></FONT></TD>
</TR>
</TABLE>
<P>
<A NAME="org.dom4j.tree.AbstractAttribute"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Class <A HREF="org/dom4j/tree/AbstractAttribute.html" title="class in org.dom4j.tree">org.dom4j.tree.AbstractAttribute</A> extends <A HREF="org/dom4j/tree/AbstractNode.html" title="class in org.dom4j.tree">AbstractNode</A> implements Serializable</B></FONT></TD>
</TR>
</TABLE>
<P>
<P>
<A NAME="org.dom4j.tree.AbstractBranch"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Class <A HREF="org/dom4j/tree/AbstractBranch.html" title="class in org.dom4j.tree">org.dom4j.tree.AbstractBranch</A> extends <A HREF="org/dom4j/tree/AbstractNode.html" title="class in org.dom4j.tree">AbstractNode</A> implements Serializable</B></FONT></TD>
</TR>
</TABLE>
<P>
<P>
<A NAME="org.dom4j.tree.AbstractCDATA"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Class <A HREF="org/dom4j/tree/AbstractCDATA.html" title="class in org.dom4j.tree">org.dom4j.tree.AbstractCDATA</A> extends <A HREF="org/dom4j/tree/AbstractCharacterData.html" title="class in org.dom4j.tree">AbstractCharacterData</A> implements Serializable</B></FONT></TD>
</TR>
</TABLE>
<P>
<P>
<A NAME="org.dom4j.tree.AbstractCharacterData"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Class <A HREF="org/dom4j/tree/AbstractCharacterData.html" title="class in org.dom4j.tree">org.dom4j.tree.AbstractCharacterData</A> extends <A HREF="org/dom4j/tree/AbstractNode.html" title="class in org.dom4j.tree">AbstractNode</A> implements Serializable</B></FONT></TD>
</TR>
</TABLE>
<P>
<P>
<A NAME="org.dom4j.tree.AbstractComment"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Class <A HREF="org/dom4j/tree/AbstractComment.html" title="class in org.dom4j.tree">org.dom4j.tree.AbstractComment</A> extends <A HREF="org/dom4j/tree/AbstractCharacterData.html" title="class in org.dom4j.tree">AbstractCharacterData</A> implements Serializable</B></FONT></TD>
</TR>
</TABLE>
<P>
<P>
<A NAME="org.dom4j.tree.AbstractDocument"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Class <A HREF="org/dom4j/tree/AbstractDocument.html" title="class in org.dom4j.tree">org.dom4j.tree.AbstractDocument</A> extends <A HREF="org/dom4j/tree/AbstractBranch.html" title="class in org.dom4j.tree">AbstractBranch</A> implements Serializable</B></FONT></TD>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=1><FONT SIZE="+2">
<B>Serialized Fields</B></FONT></TD>
</TR>
</TABLE>
<H3>
encoding</H3>
<PRE>
<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> <B>encoding</B></PRE>
<DL>
<DD>The encoding of this document as stated in the XML declaration
<P>
<DL>
</DL>
</DL>
<P>
<A NAME="org.dom4j.tree.AbstractDocumentType"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Class <A HREF="org/dom4j/tree/AbstractDocumentType.html" title="class in org.dom4j.tree">org.dom4j.tree.AbstractDocumentType</A> extends <A HREF="org/dom4j/tree/AbstractNode.html" title="class in org.dom4j.tree">AbstractNode</A> implements Serializable</B></FONT></TD>
</TR>
</TABLE>
<P>
<P>
<A NAME="org.dom4j.tree.AbstractElement"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Class <A HREF="org/dom4j/tree/AbstractElement.html" title="class in org.dom4j.tree">org.dom4j.tree.AbstractElement</A> extends <A HREF="org/dom4j/tree/AbstractBranch.html" title="class in org.dom4j.tree">AbstractBranch</A> implements Serializable</B></FONT></TD>
</TR>
</TABLE>
<P>
<P>
<A NAME="org.dom4j.tree.AbstractEntity"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Class <A HREF="org/dom4j/tree/AbstractEntity.html" title="class in org.dom4j.tree">org.dom4j.tree.AbstractEntity</A> extends <A HREF="org/dom4j/tree/AbstractNode.html" title="class in org.dom4j.tree">AbstractNode</A> implements Serializable</B></FONT></TD>
</TR>
</TABLE>
<P>
<P>
<A NAME="org.dom4j.tree.AbstractNode"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Class <A HREF="org/dom4j/tree/AbstractNode.html" title="class in org.dom4j.tree">org.dom4j.tree.AbstractNode</A> extends <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A> implements Serializable</B></FONT></TD>
</TR>
</TABLE>
<P>
<P>
<A NAME="org.dom4j.tree.AbstractProcessingInstruction"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Class <A HREF="org/dom4j/tree/AbstractProcessingInstruction.html" title="class in org.dom4j.tree">org.dom4j.tree.AbstractProcessingInstruction</A> extends <A HREF="org/dom4j/tree/AbstractNode.html" title="class in org.dom4j.tree">AbstractNode</A> implements Serializable</B></FONT></TD>
</TR>
</TABLE>
<P>
<P>
<A NAME="org.dom4j.tree.AbstractText"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Class <A HREF="org/dom4j/tree/AbstractText.html" title="class in org.dom4j.tree">org.dom4j.tree.AbstractText</A> extends <A HREF="org/dom4j/tree/AbstractCharacterData.html" title="class in org.dom4j.tree">AbstractCharacterData</A> implements Serializable</B></FONT></TD>
</TR>
</TABLE>
<P>
<P>
<A NAME="org.dom4j.tree.BackedList"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Class <A HREF="org/dom4j/tree/BackedList.html" title="class in org.dom4j.tree">org.dom4j.tree.BackedList</A> extends <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/util/ArrayList.html" title="class or interface in java.util">ArrayList</A> implements Serializable</B></FONT></TD>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=1><FONT SIZE="+2">
<B>Serialized Fields</B></FONT></TD>
</TR>
</TABLE>
<H3>
branchContent</H3>
<PRE>
<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/util/List.html" title="class or interface in java.util">List</A> <B>branchContent</B></PRE>
<DL>
<DD>The content of the Branch which is modified if I am modified
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
branch</H3>
<PRE>
<A HREF="org/dom4j/tree/AbstractBranch.html" title="class in org.dom4j.tree">AbstractBranch</A> <B>branch</B></PRE>
<DL>
<DD>The <code>AbstractBranch</code> instance which owns the content
<P>
<DL>
</DL>
</DL>
<P>
<A NAME="org.dom4j.tree.BaseElement"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Class <A HREF="org/dom4j/tree/BaseElement.html" title="class in org.dom4j.tree">org.dom4j.tree.BaseElement</A> extends <A HREF="org/dom4j/tree/AbstractElement.html" title="class in org.dom4j.tree">AbstractElement</A> implements Serializable</B></FONT></TD>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=1><FONT SIZE="+2">
<B>Serialized Fields</B></FONT></TD>
</TR>
</TABLE>
<H3>
qname</H3>
<PRE>
<A HREF="org/dom4j/QName.html" title="class in org.dom4j">QName</A> <B>qname</B></PRE>
<DL>
<DD>The <code>QName</code> for this element
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
parentBranch</H3>
<PRE>
<A HREF="org/dom4j/Branch.html" title="interface in org.dom4j">Branch</A> <B>parentBranch</B></PRE>
<DL>
<DD>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.
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
content</H3>
<PRE>
<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/util/List.html" title="class or interface in java.util">List</A> <B>content</B></PRE>
<DL>
<DD>List of content nodes.
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
attributes</H3>
<PRE>
<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/util/List.html" title="class or interface in java.util">List</A> <B>attributes</B></PRE>
<DL>
<DD>list of attributes
<P>
<DL>
</DL>
</DL>
<P>
<A NAME="org.dom4j.tree.ConcurrentReaderHashMap.BarrierLock"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Class <A HREF="org/dom4j/tree/ConcurrentReaderHashMap.BarrierLock.html" title="class in org.dom4j.tree">org.dom4j.tree.ConcurrentReaderHashMap.BarrierLock</A> extends <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A> implements Serializable</B></FONT></TD>
</TR>
</TABLE>
<P>
<P>
<A NAME="org.dom4j.tree.DefaultAttribute"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Class <A HREF="org/dom4j/tree/DefaultAttribute.html" title="class in org.dom4j.tree">org.dom4j.tree.DefaultAttribute</A> extends <A HREF="org/dom4j/tree/FlyweightAttribute.html" title="class in org.dom4j.tree">FlyweightAttribute</A> implements Serializable</B></FONT></TD>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=1><FONT SIZE="+2">
<B>Serialized Fields</B></FONT></TD>
</TR>
</TABLE>
<H3>
parent</H3>
<PRE>
<A HREF="org/dom4j/Element.html" title="interface in org.dom4j">Element</A> <B>parent</B></PRE>
<DL>
<DD>The parent of this node
<P>
<DL>
</DL>
</DL>
<P>
<A NAME="org.dom4j.tree.DefaultCDATA"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Class <A HREF="org/dom4j/tree/DefaultCDATA.html" title="class in org.dom4j.tree">org.dom4j.tree.DefaultCDATA</A> extends <A HREF="org/dom4j/tree/FlyweightCDATA.html" title="class in org.dom4j.tree">FlyweightCDATA</A> implements Serializable</B></FONT></TD>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=1><FONT SIZE="+2">
<B>Serialized Fields</B></FONT></TD>
</TR>
</TABLE>
<H3>
parent</H3>
<PRE>
<A HREF="org/dom4j/Element.html" title="interface in org.dom4j">Element</A> <B>parent</B></PRE>
<DL>
<DD>The parent of this node
<P>
<DL>
</DL>
</DL>
<P>
<A NAME="org.dom4j.tree.DefaultComment"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Class <A HREF="org/dom4j/tree/DefaultComment.html" title="class in org.dom4j.tree">org.dom4j.tree.DefaultComment</A> extends <A HREF="org/dom4j/tree/FlyweightComment.html" title="class in org.dom4j.tree">FlyweightComment</A> implements Serializable</B></FONT></TD>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=1><FONT SIZE="+2">
<B>Serialized Fields</B></FONT></TD>
</TR>
</TABLE>
<H3>
parent</H3>
<PRE>
<A HREF="org/dom4j/Element.html" title="interface in org.dom4j">Element</A> <B>parent</B></PRE>
<DL>
<DD>The parent of this node
<P>
<DL>
</DL>
</DL>
<P>
<A NAME="org.dom4j.tree.DefaultDocument"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Class <A HREF="org/dom4j/tree/DefaultDocument.html" title="class in org.dom4j.tree">org.dom4j.tree.DefaultDocument</A> extends <A HREF="org/dom4j/tree/AbstractDocument.html" title="class in org.dom4j.tree">AbstractDocument</A> implements Serializable</B></FONT></TD>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=1><FONT SIZE="+2">
<B>Serialized Fields</B></FONT></TD>
</TR>
</TABLE>
<H3>
name</H3>
<PRE>
<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> <B>name</B></PRE>
<DL>
<DD>The name of the document
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
rootElement</H3>
<PRE>
<A HREF="org/dom4j/Element.html" title="interface in org.dom4j">Element</A> <B>rootElement</B></PRE>
<DL>
<DD>The root element of this document
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
content</H3>
<PRE>
<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/util/List.html" title="class or interface in java.util">List</A> <B>content</B></PRE>
<DL>
<DD>Store the contents of the document as a lazily created <code>List</code>
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
docType</H3>
<PRE>
<A HREF="org/dom4j/DocumentType.html" title="interface in org.dom4j">DocumentType</A> <B>docType</B></PRE>
<DL>
<DD>The document type for this document
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
documentFactory</H3>
<PRE>
<A HREF="org/dom4j/DocumentFactory.html" title="class in org.dom4j">DocumentFactory</A> <B>documentFactory</B></PRE>
<DL>
<DD>The document factory used by default
<P>
<DL>
</DL>
</DL>
<P>
<A NAME="org.dom4j.tree.DefaultDocumentType"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Class <A HREF="org/dom4j/tree/DefaultDocumentType.html" title="class in org.dom4j.tree">org.dom4j.tree.DefaultDocumentType</A> extends <A HREF="org/dom4j/tree/AbstractDocumentType.html" title="class in org.dom4j.tree">AbstractDocumentType</A> implements Serializable</B></FONT></TD>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=1><FONT SIZE="+2">
<B>Serialized Fields</B></FONT></TD>
</TR>
</TABLE>
<H3>
elementName</H3>
<PRE>
<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> <B>elementName</B></PRE>
<DL>
<DD>The root element name of the document typ
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
publicID</H3>
<PRE>
<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> <B>publicID</B></PRE>
<DL>
<DD>Holds value of property publicID.
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
systemID</H3>
<PRE>
<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> <B>systemID</B></PRE>
<DL>
<DD>Holds value of property systemID.
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
internalDeclarations</H3>
<PRE>
<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/util/List.html" title="class or interface in java.util">List</A> <B>internalDeclarations</B></PRE>
<DL>
<DD>The internal DTD declarations
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
externalDeclarations</H3>
<PRE>
<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/util/List.html" title="class or interface in java.util">List</A> <B>externalDeclarations</B></PRE>
<DL>
<DD>The external DTD declarations
<P>
<DL>
</DL>
</DL>
<P>
<A NAME="org.dom4j.tree.DefaultElement"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Class <A HREF="org/dom4j/tree/DefaultElement.html" title="class in org.dom4j.tree">org.dom4j.tree.DefaultElement</A> extends <A HREF="org/dom4j/tree/AbstractElement.html" title="class in org.dom4j.tree">AbstractElement</A> implements Serializable</B></FONT></TD>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=1><FONT SIZE="+2">
<B>Serialized Fields</B></FONT></TD>
</TR>
</TABLE>
<H3>
qname</H3>
<PRE>
<A HREF="org/dom4j/QName.html" title="class in org.dom4j">QName</A> <B>qname</B></PRE>
<DL>
<DD>The <code>QName</code> for this element
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
parentBranch</H3>
<PRE>
<A HREF="org/dom4j/Branch.html" title="interface in org.dom4j">Branch</A> <B>parentBranch</B></PRE>
<DL>
<DD>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.
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
content</H3>
<PRE>
<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A> <B>content</B></PRE>
<DL>
<DD>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.
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
attributes</H3>
<PRE>
<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A> <B>attributes</B></PRE>
<DL>
<DD>Lazily constructes list of attributes
<P>
<DL>
</DL>
</DL>
<P>
<A NAME="org.dom4j.tree.DefaultEntity"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Class <A HREF="org/dom4j/tree/DefaultEntity.html" title="class in org.dom4j.tree">org.dom4j.tree.DefaultEntity</A> extends <A HREF="org/dom4j/tree/FlyweightEntity.html" title="class in org.dom4j.tree">FlyweightEntity</A> implements Serializable</B></FONT></TD>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=1><FONT SIZE="+2">
<B>Serialized Fields</B></FONT></TD>
</TR>
</TABLE>
<H3>
parent</H3>
<PRE>
<A HREF="org/dom4j/Element.html" title="interface in org.dom4j">Element</A> <B>parent</B></PRE>
<DL>
<DD>The parent of this node
<P>
<DL>
</DL>
</DL>
<P>
<A NAME="org.dom4j.tree.DefaultNamespace"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Class <A HREF="org/dom4j/tree/DefaultNamespace.html" title="class in org.dom4j.tree">org.dom4j.tree.DefaultNamespace</A> extends <A HREF="org/dom4j/Namespace.html" title="class in org.dom4j">Namespace</A> implements Serializable</B></FONT></TD>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=1><FONT SIZE="+2">
<B>Serialized Fields</B></FONT></TD>
</TR>
</TABLE>
<H3>
parent</H3>
<PRE>
<A HREF="org/dom4j/Element.html" title="interface in org.dom4j">Element</A> <B>parent</B></PRE>
<DL>
<DD>The parent of this node
<P>
<DL>
</DL>
</DL>
<P>
<A NAME="org.dom4j.tree.DefaultProcessingInstruction"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Class <A HREF="org/dom4j/tree/DefaultProcessingInstruction.html" title="class in org.dom4j.tree">org.dom4j.tree.DefaultProcessingInstruction</A> extends <A HREF="org/dom4j/tree/FlyweightProcessingInstruction.html" title="class in org.dom4j.tree">FlyweightProcessingInstruction</A> implements Serializable</B></FONT></TD>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=1><FONT SIZE="+2">
<B>Serialized Fields</B></FONT></TD>
</TR>
</TABLE>
<H3>
parent</H3>
<PRE>
<A HREF="org/dom4j/Element.html" title="interface in org.dom4j">Element</A> <B>parent</B></PRE>
<DL>
<DD>The parent of this node
<P>
<DL>
</DL>
</DL>
<P>
<A NAME="org.dom4j.tree.DefaultText"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Class <A HREF="org/dom4j/tree/DefaultText.html" title="class in org.dom4j.tree">org.dom4j.tree.DefaultText</A> extends <A HREF="org/dom4j/tree/FlyweightText.html" title="class in org.dom4j.tree">FlyweightText</A> implements Serializable</B></FONT></TD>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=1><FONT SIZE="+2">
<B>Serialized Fields</B></FONT></TD>
</TR>
</TABLE>
<H3>
parent</H3>
<PRE>
<A HREF="org/dom4j/Element.html" title="interface in org.dom4j">Element</A> <B>parent</B></PRE>
<DL>
<DD>The parent of this node
<P>
<DL>
</DL>
</DL>
<P>
<A NAME="org.dom4j.tree.FlyweightAttribute"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Class <A HREF="org/dom4j/tree/FlyweightAttribute.html" title="class in org.dom4j.tree">org.dom4j.tree.FlyweightAttribute</A> extends <A HREF="org/dom4j/tree/AbstractAttribute.html" title="class in org.dom4j.tree">AbstractAttribute</A> implements Serializable</B></FONT></TD>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=1><FONT SIZE="+2">
<B>Serialized Fields</B></FONT></TD>
</TR>
</TABLE>
<H3>
qname</H3>
<PRE>
<A HREF="org/dom4j/QName.html" title="class in org.dom4j">QName</A> <B>qname</B></PRE>
<DL>
<DD>The <code>QName</code> for this element
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
value</H3>
<PRE>
<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> <B>value</B></PRE>
<DL>
<DD>The value of the <code>Attribute</code>
<P>
<DL>
</DL>
</DL>
<P>
<A NAME="org.dom4j.tree.FlyweightCDATA"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Class <A HREF="org/dom4j/tree/FlyweightCDATA.html" title="class in org.dom4j.tree">org.dom4j.tree.FlyweightCDATA</A> extends <A HREF="org/dom4j/tree/AbstractCDATA.html" title="class in org.dom4j.tree">AbstractCDATA</A> implements Serializable</B></FONT></TD>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=1><FONT SIZE="+2">
<B>Serialized Fields</B></FONT></TD>
</TR>
</TABLE>
<H3>
text</H3>
<PRE>
<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> <B>text</B></PRE>
<DL>
<DD>Text of the <code>CDATA</code> node
<P>
<DL>
</DL>
</DL>
<P>
<A NAME="org.dom4j.tree.FlyweightComment"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Class <A HREF="org/dom4j/tree/FlyweightComment.html" title="class in org.dom4j.tree">org.dom4j.tree.FlyweightComment</A> extends <A HREF="org/dom4j/tree/AbstractComment.html" title="class in org.dom4j.tree">AbstractComment</A> implements Serializable</B></FONT></TD>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=1><FONT SIZE="+2">
<B>Serialized Fields</B></FONT></TD>
</TR>
</TABLE>
<H3>
text</H3>
<PRE>
<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> <B>text</B></PRE>
<DL>
<DD>Text of the <code>Comment</code> node
<P>
<DL>
</DL>
</DL>
<P>
<A NAME="org.dom4j.tree.FlyweightEntity"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Class <A HREF="org/dom4j/tree/FlyweightEntity.html" title="class in org.dom4j.tree">org.dom4j.tree.FlyweightEntity</A> extends <A HREF="org/dom4j/tree/AbstractEntity.html" title="class in org.dom4j.tree">AbstractEntity</A> implements Serializable</B></FONT></TD>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=1><FONT SIZE="+2">
<B>Serialized Fields</B></FONT></TD>
</TR>
</TABLE>
<H3>
name</H3>
<PRE>
<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> <B>name</B></PRE>
<DL>
<DD>The name of the <code>Entity</code>
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
text</H3>
<PRE>
<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> <B>text</B></PRE>
<DL>
<DD>The text of the <code>Entity</code>
<P>
<DL>
</DL>
</DL>
<P>
<A NAME="org.dom4j.tree.FlyweightProcessingInstruction"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Class <A HREF="org/dom4j/tree/FlyweightProcessingInstruction.html" title="class in org.dom4j.tree">org.dom4j.tree.FlyweightProcessingInstruction</A> extends <A HREF="org/dom4j/tree/AbstractProcessingInstruction.html" title="class in org.dom4j.tree">AbstractProcessingInstruction</A> implements Serializable</B></FONT></TD>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=1><FONT SIZE="+2">
<B>Serialized Fields</B></FONT></TD>
</TR>
</TABLE>
<H3>
target</H3>
<PRE>
<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> <B>target</B></PRE>
<DL>
<DD>The target of the PI
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
text</H3>
<PRE>
<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> <B>text</B></PRE>
<DL>
<DD>The values for the PI as a String
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
values</H3>
<PRE>
<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/util/Map.html" title="class or interface in java.util">Map</A> <B>values</B></PRE>
<DL>
<DD>The values for the PI in name/value pairs
<P>
<DL>
</DL>
</DL>
<P>
<A NAME="org.dom4j.tree.FlyweightText"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Class <A HREF="org/dom4j/tree/FlyweightText.html" title="class in org.dom4j.tree">org.dom4j.tree.FlyweightText</A> extends <A HREF="org/dom4j/tree/AbstractText.html" title="class in org.dom4j.tree">AbstractText</A> implements Serializable</B></FONT></TD>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=1><FONT SIZE="+2">
<B>Serialized Fields</B></FONT></TD>
</TR>
</TABLE>
<H3>
text</H3>
<PRE>
<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> <B>text</B></PRE>
<DL>
<DD>Text of the <code>Text</code> node
<P>
<DL>
</DL>
</DL>
<P>
<HR SIZE="4" NOSHADE>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD ALIGN="center"><FONT SIZE="+2">
<B>Package</B> <B>org.dom4j.util</B></FONT></TD>
</TR>
</TABLE>
<P>
<A NAME="org.dom4j.util.IndexedDocumentFactory"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Class <A HREF="org/dom4j/util/IndexedDocumentFactory.html" title="class in org.dom4j.util">org.dom4j.util.IndexedDocumentFactory</A> extends <A HREF="org/dom4j/DocumentFactory.html" title="class in org.dom4j">DocumentFactory</A> implements Serializable</B></FONT></TD>
</TR>
</TABLE>
<P>
<P>
<A NAME="org.dom4j.util.IndexedElement"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Class <A HREF="org/dom4j/util/IndexedElement.html" title="class in org.dom4j.util">org.dom4j.util.IndexedElement</A> extends <A HREF="org/dom4j/tree/DefaultElement.html" title="class in org.dom4j.tree">DefaultElement</A> implements Serializable</B></FONT></TD>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=1><FONT SIZE="+2">
<B>Serialized Fields</B></FONT></TD>
</TR>
</TABLE>
<H3>
elementIndex</H3>
<PRE>
<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/util/Map.html" title="class or interface in java.util">Map</A> <B>elementIndex</B></PRE>
<DL>
<DD>Lazily constructed index for elements
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
attributeIndex</H3>
<PRE>
<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/util/Map.html" title="class or interface in java.util">Map</A> <B>attributeIndex</B></PRE>
<DL>
<DD>Lazily constructed index for attributes
<P>
<DL>
</DL>
</DL>
<P>
<A NAME="org.dom4j.util.NonLazyDocumentFactory"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Class <A HREF="org/dom4j/util/NonLazyDocumentFactory.html" title="class in org.dom4j.util">org.dom4j.util.NonLazyDocumentFactory</A> extends <A HREF="org/dom4j/DocumentFactory.html" title="class in org.dom4j">DocumentFactory</A> implements Serializable</B></FONT></TD>
</TR>
</TABLE>
<P>
<P>
<A NAME="org.dom4j.util.NonLazyElement"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Class <A HREF="org/dom4j/util/NonLazyElement.html" title="class in org.dom4j.util">org.dom4j.util.NonLazyElement</A> extends <A HREF="org/dom4j/tree/BaseElement.html" title="class in org.dom4j.tree">BaseElement</A> implements Serializable</B></FONT></TD>
</TR>
</TABLE>
<P>
<P>
<A NAME="org.dom4j.util.UserDataAttribute"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Class <A HREF="org/dom4j/util/UserDataAttribute.html" title="class in org.dom4j.util">org.dom4j.util.UserDataAttribute</A> extends <A HREF="org/dom4j/tree/DefaultAttribute.html" title="class in org.dom4j.tree">DefaultAttribute</A> implements Serializable</B></FONT></TD>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=1><FONT SIZE="+2">
<B>Serialized Fields</B></FONT></TD>
</TR>
</TABLE>
<H3>
data</H3>
<PRE>
<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A> <B>data</B></PRE>
<DL>
<DD>The user data object
<P>
<DL>
</DL>
</DL>
<P>
<A NAME="org.dom4j.util.UserDataDocumentFactory"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Class <A HREF="org/dom4j/util/UserDataDocumentFactory.html" title="class in org.dom4j.util">org.dom4j.util.UserDataDocumentFactory</A> extends <A HREF="org/dom4j/DocumentFactory.html" title="class in org.dom4j">DocumentFactory</A> implements Serializable</B></FONT></TD>
</TR>
</TABLE>
<P>
<P>
<A NAME="org.dom4j.util.UserDataElement"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Class <A HREF="org/dom4j/util/UserDataElement.html" title="class in org.dom4j.util">org.dom4j.util.UserDataElement</A> extends <A HREF="org/dom4j/tree/DefaultElement.html" title="class in org.dom4j.tree">DefaultElement</A> implements Serializable</B></FONT></TD>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=1><FONT SIZE="+2">
<B>Serialized Fields</B></FONT></TD>
</TR>
</TABLE>
<H3>
data</H3>
<PRE>
<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A> <B>data</B></PRE>
<DL>
<DD>The user data object
<P>
<DL>
</DL>
</DL>
<P>
<HR SIZE="4" NOSHADE>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD ALIGN="center"><FONT SIZE="+2">
<B>Package</B> <B>org.dom4j.xpath</B></FONT></TD>
</TR>
</TABLE>
<P>
<A NAME="org.dom4j.xpath.DefaultNamespaceContext"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Class <A HREF="org/dom4j/xpath/DefaultNamespaceContext.html" title="class in org.dom4j.xpath">org.dom4j.xpath.DefaultNamespaceContext</A> extends <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A> implements Serializable</B></FONT></TD>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=1><FONT SIZE="+2">
<B>Serialized Fields</B></FONT></TD>
</TR>
</TABLE>
<H3>
element</H3>
<PRE>
<A HREF="org/dom4j/Element.html" title="interface in org.dom4j">Element</A> <B>element</B></PRE>
<DL>
<DL>
</DL>
</DL>
<P>
<A NAME="org.dom4j.xpath.DefaultXPath"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Class <A HREF="org/dom4j/xpath/DefaultXPath.html" title="class in org.dom4j.xpath">org.dom4j.xpath.DefaultXPath</A> extends <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A> implements Serializable</B></FONT></TD>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=1><FONT SIZE="+2">
<B>Serialized Fields</B></FONT></TD>
</TR>
</TABLE>
<H3>
text</H3>
<PRE>
<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> <B>text</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
xpath</H3>
<PRE>
org.jaxen.XPath <B>xpath</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
namespaceContext</H3>
<PRE>
org.jaxen.NamespaceContext <B>namespaceContext</B></PRE>
<DL>
<DL>
</DL>
</DL>
<P>
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="index.html" target="_top"><B>FRAMES</B></A>
<A HREF="serialized-form.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
Copyright © 2001-2005 MetaStuff Ltd.. All Rights Reserved.
</BODY>
</HTML>
See more files for this project here