BeanDocumentFactory.html from PeerWriter at Krugle
Show BeanDocumentFactory.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:22 GMT+01:00 2005 -->
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<TITLE>
BeanDocumentFactory (dom4j 1.6.1 API)
</TITLE>
<META NAME="keywords" CONTENT="org.dom4j.bean.BeanDocumentFactory class">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title="BeanDocumentFactory (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"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/BeanDocumentFactory.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-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">
<A HREF="../../../org/dom4j/bean/BeanAttributeList.html" title="class in org.dom4j.bean"><B>PREV CLASS</B></A>
<A HREF="../../../org/dom4j/bean/BeanElement.html" title="class in org.dom4j.bean"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../index.html" target="_top"><B>FRAMES</B></A>
<A HREF="BeanDocumentFactory.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>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY: NESTED | <A HREF="#fields_inherited_from_class_org.dom4j.DocumentFactory">FIELD</A> | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<!-- ======== START OF CLASS DATA ======== -->
<H2>
<FONT SIZE="-1">
org.dom4j.bean</FONT>
<BR>
Class BeanDocumentFactory</H2>
<PRE>
<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/Object.html" title="class or interface in java.lang">java.lang.Object</A>
<IMG SRC="../../../resources/inherit.gif" ALT="extended by"><A HREF="../../../org/dom4j/DocumentFactory.html" title="class in org.dom4j">org.dom4j.DocumentFactory</A>
<IMG SRC="../../../resources/inherit.gif" ALT="extended by"><B>org.dom4j.bean.BeanDocumentFactory</B>
</PRE>
<DL>
<DT><B>All Implemented Interfaces:</B> <DD><A HREF="http://java.sun.com/j2se/1.3/docs/api/java/io/Serializable.html" title="class or interface in java.io">Serializable</A></DD>
</DL>
<HR>
<DL>
<DT>public class <B>BeanDocumentFactory</B><DT>extends <A HREF="../../../org/dom4j/DocumentFactory.html" title="class in org.dom4j">DocumentFactory</A></DL>
<P>
<p>
<code>BeanDocumentFactory</code> is a factory of DOM4J objects which may be
BeanElements which are backed by JavaBeans and their properties.
</p>
<p>
The tree built allows full XPath expressions from anywhere on the tree.
</p>
<P>
<P>
<DL>
<DT><B>Version:</B></DT>
<DD>$Revision: 1.1 $</DD>
<DT><B>Author:</B></DT>
<DD><a href="mailto:jstrachan@apache.org">James Strachan </a></DD>
<DT><B>See Also:</B><DD><A HREF="../../../serialized-form.html#org.dom4j.bean.BeanDocumentFactory">Serialized Form</A></DL>
<HR>
<P>
<!-- ======== NESTED CLASS SUMMARY ======== -->
<!-- =========== FIELD SUMMARY =========== -->
<A NAME="field_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Field Summary</B></FONT></TD>
</TR>
</TABLE>
<A NAME="fields_inherited_from_class_org.dom4j.DocumentFactory"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TD><B>Fields inherited from class org.dom4j.<A HREF="../../../org/dom4j/DocumentFactory.html" title="class in org.dom4j">DocumentFactory</A></B></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><A HREF="../../../org/dom4j/DocumentFactory.html#cache">cache</A></CODE></TD>
</TR>
</TABLE>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<A NAME="constructor_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Constructor Summary</B></FONT></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../org/dom4j/bean/BeanDocumentFactory.html#BeanDocumentFactory()">BeanDocumentFactory</A></B>()</CODE>
<BR>
</TD>
</TR>
</TABLE>
<!-- ========== METHOD SUMMARY =========== -->
<A NAME="method_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Method Summary</B></FONT></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../org/dom4j/Attribute.html" title="interface in org.dom4j">Attribute</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/dom4j/bean/BeanDocumentFactory.html#createAttribute(org.dom4j.Element, org.dom4j.QName, java.lang.String)">createAttribute</A></B>(<A HREF="../../../org/dom4j/Element.html" title="interface in org.dom4j">Element</A> owner,
<A HREF="../../../org/dom4j/QName.html" title="class in org.dom4j">QName</A> qname,
<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> value)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/dom4j/bean/BeanDocumentFactory.html#createBean(org.dom4j.QName)">createBean</A></B>(<A HREF="../../../org/dom4j/QName.html" title="class in org.dom4j">QName</A> qname)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/dom4j/bean/BeanDocumentFactory.html#createBean(org.dom4j.QName, org.xml.sax.Attributes)">createBean</A></B>(<A HREF="../../../org/dom4j/QName.html" title="class in org.dom4j">QName</A> qname,
<A HREF="http://java.sun.com/xml/jaxp/dist/1.1/docs/api/org/xml/sax/Attributes.html" title="class or interface in org.xml.sax">Attributes</A> attributes)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../org/dom4j/Element.html" title="interface in org.dom4j">Element</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/dom4j/bean/BeanDocumentFactory.html#createElement(org.dom4j.QName)">createElement</A></B>(<A HREF="../../../org/dom4j/QName.html" title="class in org.dom4j">QName</A> qname)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../org/dom4j/Element.html" title="interface in org.dom4j">Element</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/dom4j/bean/BeanDocumentFactory.html#createElement(org.dom4j.QName, org.xml.sax.Attributes)">createElement</A></B>(<A HREF="../../../org/dom4j/QName.html" title="class in org.dom4j">QName</A> qname,
<A HREF="http://java.sun.com/xml/jaxp/dist/1.1/docs/api/org/xml/sax/Attributes.html" title="class or interface in org.xml.sax">Attributes</A> attributes)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../org/dom4j/DocumentFactory.html" title="class in org.dom4j">DocumentFactory</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/dom4j/bean/BeanDocumentFactory.html#getInstance()">getInstance</A></B>()</CODE>
<BR>
Access to the singleton instance of this factory.
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/dom4j/bean/BeanDocumentFactory.html#handleException(java.lang.Exception)">handleException</A></B>(<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/Exception.html" title="class or interface in java.lang">Exception</A> e)</CODE>
<BR>
</TD>
</TR>
</TABLE>
<A NAME="methods_inherited_from_class_org.dom4j.DocumentFactory"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TD><B>Methods inherited from class org.dom4j.<A HREF="../../../org/dom4j/DocumentFactory.html" title="class in org.dom4j">DocumentFactory</A></B></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><A HREF="../../../org/dom4j/DocumentFactory.html#createAttribute(org.dom4j.Element, java.lang.String, java.lang.String)">createAttribute</A>, <A HREF="../../../org/dom4j/DocumentFactory.html#createCDATA(java.lang.String)">createCDATA</A>, <A HREF="../../../org/dom4j/DocumentFactory.html#createComment(java.lang.String)">createComment</A>, <A HREF="../../../org/dom4j/DocumentFactory.html#createDocType(java.lang.String, java.lang.String, java.lang.String)">createDocType</A>, <A HREF="../../../org/dom4j/DocumentFactory.html#createDocument()">createDocument</A>, <A HREF="../../../org/dom4j/DocumentFactory.html#createDocument(org.dom4j.Element)">createDocument</A>, <A HREF="../../../org/dom4j/DocumentFactory.html#createDocument(java.lang.String)">createDocument</A>, <A HREF="../../../org/dom4j/DocumentFactory.html#createElement(java.lang.String)">createElement</A>, <A HREF="../../../org/dom4j/DocumentFactory.html#createElement(java.lang.String, java.lang.String)">createElement</A>, <A HREF="../../../org/dom4j/DocumentFactory.html#createEntity(java.lang.String, java.lang.String)">createEntity</A>, <A HREF="../../../org/dom4j/DocumentFactory.html#createNamespace(java.lang.String, java.lang.String)">createNamespace</A>, <A HREF="../../../org/dom4j/DocumentFactory.html#createPattern(java.lang.String)">createPattern</A>, <A HREF="../../../org/dom4j/DocumentFactory.html#createProcessingInstruction(java.lang.String, java.util.Map)">createProcessingInstruction</A>, <A HREF="../../../org/dom4j/DocumentFactory.html#createProcessingInstruction(java.lang.String, java.lang.String)">createProcessingInstruction</A>, <A HREF="../../../org/dom4j/DocumentFactory.html#createQName(java.lang.String)">createQName</A>, <A HREF="../../../org/dom4j/DocumentFactory.html#createQName(java.lang.String, org.dom4j.Namespace)">createQName</A>, <A HREF="../../../org/dom4j/DocumentFactory.html#createQName(java.lang.String, java.lang.String)">createQName</A>, <A HREF="../../../org/dom4j/DocumentFactory.html#createQName(java.lang.String, java.lang.String, java.lang.String)">createQName</A>, <A HREF="../../../org/dom4j/DocumentFactory.html#createQNameCache()">createQNameCache</A>, <A HREF="../../../org/dom4j/DocumentFactory.html#createSingleton(java.lang.String)">createSingleton</A>, <A HREF="../../../org/dom4j/DocumentFactory.html#createText(java.lang.String)">createText</A>, <A HREF="../../../org/dom4j/DocumentFactory.html#createXPath(java.lang.String)">createXPath</A>, <A HREF="../../../org/dom4j/DocumentFactory.html#createXPath(java.lang.String, org.jaxen.VariableContext)">createXPath</A>, <A HREF="../../../org/dom4j/DocumentFactory.html#createXPathFilter(java.lang.String)">createXPathFilter</A>, <A HREF="../../../org/dom4j/DocumentFactory.html#createXPathFilter(java.lang.String, org.jaxen.VariableContext)">createXPathFilter</A>, <A HREF="../../../org/dom4j/DocumentFactory.html#getQNames()">getQNames</A>, <A HREF="../../../org/dom4j/DocumentFactory.html#getXPathNamespaceURIs()">getXPathNamespaceURIs</A>, <A HREF="../../../org/dom4j/DocumentFactory.html#init()">init</A>, <A HREF="../../../org/dom4j/DocumentFactory.html#intern(org.dom4j.QName)">intern</A>, <A HREF="../../../org/dom4j/DocumentFactory.html#setXPathNamespaceURIs(java.util.Map)">setXPathNamespaceURIs</A></CODE></TD>
</TR>
</TABLE>
<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TD><B>Methods inherited from class java.lang.<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></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/Object.html#clone()" title="class or interface in java.lang">clone</A>, <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/Object.html#equals(java.lang.Object)" title="class or interface in java.lang">equals</A>, <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/Object.html#finalize()" title="class or interface in java.lang">finalize</A>, <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/Object.html#getClass()" title="class or interface in java.lang">getClass</A>, <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/Object.html#hashCode()" title="class or interface in java.lang">hashCode</A>, <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/Object.html#notify()" title="class or interface in java.lang">notify</A>, <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/Object.html#notifyAll()" title="class or interface in java.lang">notifyAll</A>, <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/Object.html#toString()" title="class or interface in java.lang">toString</A>, <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/Object.html#wait()" title="class or interface in java.lang">wait</A>, <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/Object.html#wait(long)" title="class or interface in java.lang">wait</A>, <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/Object.html#wait(long, int)" title="class or interface in java.lang">wait</A></CODE></TD>
</TR>
</TABLE>
<P>
<!-- ============ FIELD DETAIL =========== -->
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<A NAME="constructor_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=1><FONT SIZE="+2">
<B>Constructor Detail</B></FONT></TD>
</TR>
</TABLE>
<A NAME="BeanDocumentFactory()"><!-- --></A><H3>
BeanDocumentFactory</H3>
<PRE>
public <B>BeanDocumentFactory</B>()</PRE>
<DL>
</DL>
<!-- ============ METHOD DETAIL ========== -->
<A NAME="method_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=1><FONT SIZE="+2">
<B>Method Detail</B></FONT></TD>
</TR>
</TABLE>
<A NAME="getInstance()"><!-- --></A><H3>
getInstance</H3>
<PRE>
public static <A HREF="../../../org/dom4j/DocumentFactory.html" title="class in org.dom4j">DocumentFactory</A> <B>getInstance</B>()</PRE>
<DL>
<DD><p>
Access to the singleton instance of this factory.
</p>
<P>
<DD><DL>
<DT><B>Returns:</B><DD>the default singleon instance</DL>
</DD>
</DL>
<HR>
<A NAME="createElement(org.dom4j.QName)"><!-- --></A><H3>
createElement</H3>
<PRE>
public <A HREF="../../../org/dom4j/Element.html" title="interface in org.dom4j">Element</A> <B>createElement</B>(<A HREF="../../../org/dom4j/QName.html" title="class in org.dom4j">QName</A> qname)</PRE>
<DL>
<DD><DL>
<DT><B>Overrides:</B><DD><CODE><A HREF="../../../org/dom4j/DocumentFactory.html#createElement(org.dom4j.QName)">createElement</A></CODE> in class <CODE><A HREF="../../../org/dom4j/DocumentFactory.html" title="class in org.dom4j">DocumentFactory</A></CODE></DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="createElement(org.dom4j.QName, org.xml.sax.Attributes)"><!-- --></A><H3>
createElement</H3>
<PRE>
public <A HREF="../../../org/dom4j/Element.html" title="interface in org.dom4j">Element</A> <B>createElement</B>(<A HREF="../../../org/dom4j/QName.html" title="class in org.dom4j">QName</A> qname,
<A HREF="http://java.sun.com/xml/jaxp/dist/1.1/docs/api/org/xml/sax/Attributes.html" title="class or interface in org.xml.sax">Attributes</A> attributes)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="createAttribute(org.dom4j.Element, org.dom4j.QName, java.lang.String)"><!-- --></A><H3>
createAttribute</H3>
<PRE>
public <A HREF="../../../org/dom4j/Attribute.html" title="interface in org.dom4j">Attribute</A> <B>createAttribute</B>(<A HREF="../../../org/dom4j/Element.html" title="interface in org.dom4j">Element</A> owner,
<A HREF="../../../org/dom4j/QName.html" title="class in org.dom4j">QName</A> qname,
<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> value)</PRE>
<DL>
<DD><DL>
<DT><B>Overrides:</B><DD><CODE><A HREF="../../../org/dom4j/DocumentFactory.html#createAttribute(org.dom4j.Element, org.dom4j.QName, java.lang.String)">createAttribute</A></CODE> in class <CODE><A HREF="../../../org/dom4j/DocumentFactory.html" title="class in org.dom4j">DocumentFactory</A></CODE></DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="createBean(org.dom4j.QName)"><!-- --></A><H3>
createBean</H3>
<PRE>
protected <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>createBean</B>(<A HREF="../../../org/dom4j/QName.html" title="class in org.dom4j">QName</A> qname)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="createBean(org.dom4j.QName, org.xml.sax.Attributes)"><!-- --></A><H3>
createBean</H3>
<PRE>
protected <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>createBean</B>(<A HREF="../../../org/dom4j/QName.html" title="class in org.dom4j">QName</A> qname,
<A HREF="http://java.sun.com/xml/jaxp/dist/1.1/docs/api/org/xml/sax/Attributes.html" title="class or interface in org.xml.sax">Attributes</A> attributes)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="handleException(java.lang.Exception)"><!-- --></A><H3>
handleException</H3>
<PRE>
protected void <B>handleException</B>(<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/Exception.html" title="class or interface in java.lang">Exception</A> e)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<!-- ========= END OF CLASS DATA ========= -->
<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"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/BeanDocumentFactory.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-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">
<A HREF="../../../org/dom4j/bean/BeanAttributeList.html" title="class in org.dom4j.bean"><B>PREV CLASS</B></A>
<A HREF="../../../org/dom4j/bean/BeanElement.html" title="class in org.dom4j.bean"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../index.html" target="_top"><B>FRAMES</B></A>
<A HREF="BeanDocumentFactory.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>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY: NESTED | <A HREF="#fields_inherited_from_class_org.dom4j.DocumentFactory">FIELD</A> | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></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