You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xmlbeans.apache.org by ra...@apache.org on 2005/11/05 03:01:58 UTC

svn commit: r330960 [9/21] - in /xmlbeans/site: build/site/ build/site/community/ build/site/docs/2.0.0/guide/ build/site/docs/2.0.0/reference/ build/site/docs/2.0.0/reference/javax/xml/namespace/ build/site/docs/2.0.0/reference/org/apache/xmlbeans/ bu...

Modified: xmlbeans/site/build/site/docs/2.0.0/reference/org/apache/xmlbeans/XmlNonNegativeInteger.Factory.html
URL: http://svn.apache.org/viewcvs/xmlbeans/site/build/site/docs/2.0.0/reference/org/apache/xmlbeans/XmlNonNegativeInteger.Factory.html?rev=330960&r1=330959&r2=330960&view=diff
==============================================================================
--- xmlbeans/site/build/site/docs/2.0.0/reference/org/apache/xmlbeans/XmlNonNegativeInteger.Factory.html (original)
+++ xmlbeans/site/build/site/docs/2.0.0/reference/org/apache/xmlbeans/XmlNonNegativeInteger.Factory.html Fri Nov  4 18:00:48 2005
@@ -2,9 +2,9 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.4.2_04) on Tue Feb 08 17:47:12 PST 2005 -->
+<!-- Generated by javadoc (build 1.4.2_03) on Wed Nov 02 12:35:10 PST 2005 -->
 <TITLE>
-XmlNonNegativeInteger.Factory (XMLBeans 2.0.0-beta1 Documentation)
+XmlNonNegativeInteger.Factory (XMLBeans 2.0.0 Documentation)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.xmlbeans.XmlNonNegativeInteger.Factory class">
@@ -14,7 +14,7 @@
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="XmlNonNegativeInteger.Factory (XMLBeans 2.0.0-beta1 Documentation)";
+    parent.document.title="XmlNonNegativeInteger.Factory (XMLBeans 2.0.0 Documentation)";
 }
 </SCRIPT>
 
@@ -143,7 +143,7 @@
 <TD><CODE><B><A HREF="../../../org/apache/xmlbeans/XmlNonNegativeInteger.Factory.html#newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream)">newValidatingXMLInputStream</A></B>(org.apache.xmlbeans.xml.stream.XMLInputStream&nbsp;xis)</CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a validating XMLInputStream.</TD>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.</I></TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
@@ -152,7 +152,7 @@
                             <A HREF="../../../org/apache/xmlbeans/XmlOptions.html" title="class in org.apache.xmlbeans">XmlOptions</A>&nbsp;options)</CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a validating XMLInputStream.</TD>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.</I></TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
@@ -270,7 +270,7 @@
 <TD><CODE><B><A HREF="../../../org/apache/xmlbeans/XmlNonNegativeInteger.Factory.html#parse(org.apache.xmlbeans.xml.stream.XMLInputStream)">parse</A></B>(org.apache.xmlbeans.xml.stream.XMLInputStream&nbsp;xis)</CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Parses a <A HREF="../../../org/apache/xmlbeans/XmlNonNegativeInteger.html" title="interface in org.apache.xmlbeans"><CODE>XmlNonNegativeInteger</CODE></A> fragment from an XMLInputStream.</TD>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.</I></TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
@@ -279,7 +279,7 @@
       <A HREF="../../../org/apache/xmlbeans/XmlOptions.html" title="class in org.apache.xmlbeans">XmlOptions</A>&nbsp;options)</CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Parses a <A HREF="../../../org/apache/xmlbeans/XmlNonNegativeInteger.html" title="interface in org.apache.xmlbeans"><CODE>XmlNonNegativeInteger</CODE></A> fragment from an XMLInputStream.</TD>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.</I></TD>
 </TR>
 </TABLE>
 &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
@@ -570,6 +570,8 @@
                                    throws <A HREF="../../../org/apache/xmlbeans/XmlException.html" title="class in org.apache.xmlbeans">XmlException</A>,
                                           org.apache.xmlbeans.xml.stream.XMLStreamException</PRE>
 <DL>
+<DD><B>Deprecated.</B>&nbsp;<I>XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.</I>
+<P>
 <DD>Parses a <A HREF="../../../org/apache/xmlbeans/XmlNonNegativeInteger.html" title="interface in org.apache.xmlbeans"><CODE>XmlNonNegativeInteger</CODE></A> fragment from an XMLInputStream.
 <P>
 <DD><DL>
@@ -589,6 +591,8 @@
                                    throws <A HREF="../../../org/apache/xmlbeans/XmlException.html" title="class in org.apache.xmlbeans">XmlException</A>,
                                           org.apache.xmlbeans.xml.stream.XMLStreamException</PRE>
 <DL>
+<DD><B>Deprecated.</B>&nbsp;<I>XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.</I>
+<P>
 <DD>Parses a <A HREF="../../../org/apache/xmlbeans/XmlNonNegativeInteger.html" title="interface in org.apache.xmlbeans"><CODE>XmlNonNegativeInteger</CODE></A> fragment from an XMLInputStream.
 <P>
 <DD><DL>
@@ -607,6 +611,8 @@
                                                                                  throws <A HREF="../../../org/apache/xmlbeans/XmlException.html" title="class in org.apache.xmlbeans">XmlException</A>,
                                                                                         org.apache.xmlbeans.xml.stream.XMLStreamException</PRE>
 <DL>
+<DD><B>Deprecated.</B>&nbsp;<I>XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.</I>
+<P>
 <DD>Returns a validating XMLInputStream.
 <P>
 <DD><DL>
@@ -626,6 +632,8 @@
                                                                                  throws <A HREF="../../../org/apache/xmlbeans/XmlException.html" title="class in org.apache.xmlbeans">XmlException</A>,
                                                                                         org.apache.xmlbeans.xml.stream.XMLStreamException</PRE>
 <DL>
+<DD><B>Deprecated.</B>&nbsp;<I>XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.</I>
+<P>
 <DD>Returns a validating XMLInputStream.
 <P>
 <DD><DL>

Modified: xmlbeans/site/build/site/docs/2.0.0/reference/org/apache/xmlbeans/XmlNonNegativeInteger.html
URL: http://svn.apache.org/viewcvs/xmlbeans/site/build/site/docs/2.0.0/reference/org/apache/xmlbeans/XmlNonNegativeInteger.html?rev=330960&r1=330959&r2=330960&view=diff
==============================================================================
--- xmlbeans/site/build/site/docs/2.0.0/reference/org/apache/xmlbeans/XmlNonNegativeInteger.html (original)
+++ xmlbeans/site/build/site/docs/2.0.0/reference/org/apache/xmlbeans/XmlNonNegativeInteger.html Fri Nov  4 18:00:48 2005
@@ -2,9 +2,9 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.4.2_04) on Tue Feb 08 17:47:06 PST 2005 -->
+<!-- Generated by javadoc (build 1.4.2_03) on Wed Nov 02 12:35:07 PST 2005 -->
 <TITLE>
-XmlNonNegativeInteger (XMLBeans 2.0.0-beta1 Documentation)
+XmlNonNegativeInteger (XMLBeans 2.0.0 Documentation)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.xmlbeans.XmlNonNegativeInteger interface">
@@ -14,7 +14,7 @@
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="XmlNonNegativeInteger (XMLBeans 2.0.0-beta1 Documentation)";
+    parent.document.title="XmlNonNegativeInteger (XMLBeans 2.0.0 Documentation)";
 }
 </SCRIPT>
 

Modified: xmlbeans/site/build/site/docs/2.0.0/reference/org/apache/xmlbeans/XmlNonPositiveInteger.Factory.html
URL: http://svn.apache.org/viewcvs/xmlbeans/site/build/site/docs/2.0.0/reference/org/apache/xmlbeans/XmlNonPositiveInteger.Factory.html?rev=330960&r1=330959&r2=330960&view=diff
==============================================================================
--- xmlbeans/site/build/site/docs/2.0.0/reference/org/apache/xmlbeans/XmlNonPositiveInteger.Factory.html (original)
+++ xmlbeans/site/build/site/docs/2.0.0/reference/org/apache/xmlbeans/XmlNonPositiveInteger.Factory.html Fri Nov  4 18:00:48 2005
@@ -2,9 +2,9 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.4.2_04) on Tue Feb 08 17:47:12 PST 2005 -->
+<!-- Generated by javadoc (build 1.4.2_03) on Wed Nov 02 12:35:10 PST 2005 -->
 <TITLE>
-XmlNonPositiveInteger.Factory (XMLBeans 2.0.0-beta1 Documentation)
+XmlNonPositiveInteger.Factory (XMLBeans 2.0.0 Documentation)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.xmlbeans.XmlNonPositiveInteger.Factory class">
@@ -14,7 +14,7 @@
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="XmlNonPositiveInteger.Factory (XMLBeans 2.0.0-beta1 Documentation)";
+    parent.document.title="XmlNonPositiveInteger.Factory (XMLBeans 2.0.0 Documentation)";
 }
 </SCRIPT>
 
@@ -143,7 +143,7 @@
 <TD><CODE><B><A HREF="../../../org/apache/xmlbeans/XmlNonPositiveInteger.Factory.html#newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream)">newValidatingXMLInputStream</A></B>(org.apache.xmlbeans.xml.stream.XMLInputStream&nbsp;xis)</CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a validating XMLInputStream.</TD>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.</I></TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
@@ -152,7 +152,7 @@
                             <A HREF="../../../org/apache/xmlbeans/XmlOptions.html" title="class in org.apache.xmlbeans">XmlOptions</A>&nbsp;options)</CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a validating XMLInputStream.</TD>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.</I></TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
@@ -270,7 +270,7 @@
 <TD><CODE><B><A HREF="../../../org/apache/xmlbeans/XmlNonPositiveInteger.Factory.html#parse(org.apache.xmlbeans.xml.stream.XMLInputStream)">parse</A></B>(org.apache.xmlbeans.xml.stream.XMLInputStream&nbsp;xis)</CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Parses a <A HREF="../../../org/apache/xmlbeans/XmlNonPositiveInteger.html" title="interface in org.apache.xmlbeans"><CODE>XmlNonPositiveInteger</CODE></A> fragment from an XMLInputStream.</TD>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.</I></TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
@@ -279,7 +279,7 @@
       <A HREF="../../../org/apache/xmlbeans/XmlOptions.html" title="class in org.apache.xmlbeans">XmlOptions</A>&nbsp;options)</CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Parses a <A HREF="../../../org/apache/xmlbeans/XmlNonPositiveInteger.html" title="interface in org.apache.xmlbeans"><CODE>XmlNonPositiveInteger</CODE></A> fragment from an XMLInputStream.</TD>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.</I></TD>
 </TR>
 </TABLE>
 &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
@@ -570,6 +570,8 @@
                                    throws <A HREF="../../../org/apache/xmlbeans/XmlException.html" title="class in org.apache.xmlbeans">XmlException</A>,
                                           org.apache.xmlbeans.xml.stream.XMLStreamException</PRE>
 <DL>
+<DD><B>Deprecated.</B>&nbsp;<I>XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.</I>
+<P>
 <DD>Parses a <A HREF="../../../org/apache/xmlbeans/XmlNonPositiveInteger.html" title="interface in org.apache.xmlbeans"><CODE>XmlNonPositiveInteger</CODE></A> fragment from an XMLInputStream.
 <P>
 <DD><DL>
@@ -589,6 +591,8 @@
                                    throws <A HREF="../../../org/apache/xmlbeans/XmlException.html" title="class in org.apache.xmlbeans">XmlException</A>,
                                           org.apache.xmlbeans.xml.stream.XMLStreamException</PRE>
 <DL>
+<DD><B>Deprecated.</B>&nbsp;<I>XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.</I>
+<P>
 <DD>Parses a <A HREF="../../../org/apache/xmlbeans/XmlNonPositiveInteger.html" title="interface in org.apache.xmlbeans"><CODE>XmlNonPositiveInteger</CODE></A> fragment from an XMLInputStream.
 <P>
 <DD><DL>
@@ -607,6 +611,8 @@
                                                                                  throws <A HREF="../../../org/apache/xmlbeans/XmlException.html" title="class in org.apache.xmlbeans">XmlException</A>,
                                                                                         org.apache.xmlbeans.xml.stream.XMLStreamException</PRE>
 <DL>
+<DD><B>Deprecated.</B>&nbsp;<I>XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.</I>
+<P>
 <DD>Returns a validating XMLInputStream.
 <P>
 <DD><DL>
@@ -626,6 +632,8 @@
                                                                                  throws <A HREF="../../../org/apache/xmlbeans/XmlException.html" title="class in org.apache.xmlbeans">XmlException</A>,
                                                                                         org.apache.xmlbeans.xml.stream.XMLStreamException</PRE>
 <DL>
+<DD><B>Deprecated.</B>&nbsp;<I>XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.</I>
+<P>
 <DD>Returns a validating XMLInputStream.
 <P>
 <DD><DL>

Modified: xmlbeans/site/build/site/docs/2.0.0/reference/org/apache/xmlbeans/XmlNonPositiveInteger.html
URL: http://svn.apache.org/viewcvs/xmlbeans/site/build/site/docs/2.0.0/reference/org/apache/xmlbeans/XmlNonPositiveInteger.html?rev=330960&r1=330959&r2=330960&view=diff
==============================================================================
--- xmlbeans/site/build/site/docs/2.0.0/reference/org/apache/xmlbeans/XmlNonPositiveInteger.html (original)
+++ xmlbeans/site/build/site/docs/2.0.0/reference/org/apache/xmlbeans/XmlNonPositiveInteger.html Fri Nov  4 18:00:48 2005
@@ -2,9 +2,9 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.4.2_04) on Tue Feb 08 17:47:06 PST 2005 -->
+<!-- Generated by javadoc (build 1.4.2_03) on Wed Nov 02 12:35:07 PST 2005 -->
 <TITLE>
-XmlNonPositiveInteger (XMLBeans 2.0.0-beta1 Documentation)
+XmlNonPositiveInteger (XMLBeans 2.0.0 Documentation)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.xmlbeans.XmlNonPositiveInteger interface">
@@ -14,7 +14,7 @@
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="XmlNonPositiveInteger (XMLBeans 2.0.0-beta1 Documentation)";
+    parent.document.title="XmlNonPositiveInteger (XMLBeans 2.0.0 Documentation)";
 }
 </SCRIPT>
 

Modified: xmlbeans/site/build/site/docs/2.0.0/reference/org/apache/xmlbeans/XmlNormalizedString.Factory.html
URL: http://svn.apache.org/viewcvs/xmlbeans/site/build/site/docs/2.0.0/reference/org/apache/xmlbeans/XmlNormalizedString.Factory.html?rev=330960&r1=330959&r2=330960&view=diff
==============================================================================
--- xmlbeans/site/build/site/docs/2.0.0/reference/org/apache/xmlbeans/XmlNormalizedString.Factory.html (original)
+++ xmlbeans/site/build/site/docs/2.0.0/reference/org/apache/xmlbeans/XmlNormalizedString.Factory.html Fri Nov  4 18:00:48 2005
@@ -2,9 +2,9 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.4.2_04) on Tue Feb 08 17:47:12 PST 2005 -->
+<!-- Generated by javadoc (build 1.4.2_03) on Wed Nov 02 12:35:10 PST 2005 -->
 <TITLE>
-XmlNormalizedString.Factory (XMLBeans 2.0.0-beta1 Documentation)
+XmlNormalizedString.Factory (XMLBeans 2.0.0 Documentation)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.xmlbeans.XmlNormalizedString.Factory class">
@@ -14,7 +14,7 @@
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="XmlNormalizedString.Factory (XMLBeans 2.0.0-beta1 Documentation)";
+    parent.document.title="XmlNormalizedString.Factory (XMLBeans 2.0.0 Documentation)";
 }
 </SCRIPT>
 
@@ -143,7 +143,7 @@
 <TD><CODE><B><A HREF="../../../org/apache/xmlbeans/XmlNormalizedString.Factory.html#newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream)">newValidatingXMLInputStream</A></B>(org.apache.xmlbeans.xml.stream.XMLInputStream&nbsp;xis)</CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a validating XMLInputStream.</TD>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.</I></TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
@@ -152,7 +152,7 @@
                             <A HREF="../../../org/apache/xmlbeans/XmlOptions.html" title="class in org.apache.xmlbeans">XmlOptions</A>&nbsp;options)</CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a validating XMLInputStream.</TD>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.</I></TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
@@ -270,7 +270,7 @@
 <TD><CODE><B><A HREF="../../../org/apache/xmlbeans/XmlNormalizedString.Factory.html#parse(org.apache.xmlbeans.xml.stream.XMLInputStream)">parse</A></B>(org.apache.xmlbeans.xml.stream.XMLInputStream&nbsp;xis)</CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Parses a <A HREF="../../../org/apache/xmlbeans/XmlNormalizedString.html" title="interface in org.apache.xmlbeans"><CODE>XmlNormalizedString</CODE></A> fragment from an XMLInputStream.</TD>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.</I></TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
@@ -279,7 +279,7 @@
       <A HREF="../../../org/apache/xmlbeans/XmlOptions.html" title="class in org.apache.xmlbeans">XmlOptions</A>&nbsp;options)</CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Parses a <A HREF="../../../org/apache/xmlbeans/XmlNormalizedString.html" title="interface in org.apache.xmlbeans"><CODE>XmlNormalizedString</CODE></A> fragment from an XMLInputStream.</TD>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.</I></TD>
 </TR>
 </TABLE>
 &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
@@ -570,6 +570,8 @@
                                  throws <A HREF="../../../org/apache/xmlbeans/XmlException.html" title="class in org.apache.xmlbeans">XmlException</A>,
                                         org.apache.xmlbeans.xml.stream.XMLStreamException</PRE>
 <DL>
+<DD><B>Deprecated.</B>&nbsp;<I>XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.</I>
+<P>
 <DD>Parses a <A HREF="../../../org/apache/xmlbeans/XmlNormalizedString.html" title="interface in org.apache.xmlbeans"><CODE>XmlNormalizedString</CODE></A> fragment from an XMLInputStream.
 <P>
 <DD><DL>
@@ -589,6 +591,8 @@
                                  throws <A HREF="../../../org/apache/xmlbeans/XmlException.html" title="class in org.apache.xmlbeans">XmlException</A>,
                                         org.apache.xmlbeans.xml.stream.XMLStreamException</PRE>
 <DL>
+<DD><B>Deprecated.</B>&nbsp;<I>XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.</I>
+<P>
 <DD>Parses a <A HREF="../../../org/apache/xmlbeans/XmlNormalizedString.html" title="interface in org.apache.xmlbeans"><CODE>XmlNormalizedString</CODE></A> fragment from an XMLInputStream.
 <P>
 <DD><DL>
@@ -607,6 +611,8 @@
                                                                                  throws <A HREF="../../../org/apache/xmlbeans/XmlException.html" title="class in org.apache.xmlbeans">XmlException</A>,
                                                                                         org.apache.xmlbeans.xml.stream.XMLStreamException</PRE>
 <DL>
+<DD><B>Deprecated.</B>&nbsp;<I>XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.</I>
+<P>
 <DD>Returns a validating XMLInputStream.
 <P>
 <DD><DL>
@@ -626,6 +632,8 @@
                                                                                  throws <A HREF="../../../org/apache/xmlbeans/XmlException.html" title="class in org.apache.xmlbeans">XmlException</A>,
                                                                                         org.apache.xmlbeans.xml.stream.XMLStreamException</PRE>
 <DL>
+<DD><B>Deprecated.</B>&nbsp;<I>XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.</I>
+<P>
 <DD>Returns a validating XMLInputStream.
 <P>
 <DD><DL>

Modified: xmlbeans/site/build/site/docs/2.0.0/reference/org/apache/xmlbeans/XmlNormalizedString.html
URL: http://svn.apache.org/viewcvs/xmlbeans/site/build/site/docs/2.0.0/reference/org/apache/xmlbeans/XmlNormalizedString.html?rev=330960&r1=330959&r2=330960&view=diff
==============================================================================
--- xmlbeans/site/build/site/docs/2.0.0/reference/org/apache/xmlbeans/XmlNormalizedString.html (original)
+++ xmlbeans/site/build/site/docs/2.0.0/reference/org/apache/xmlbeans/XmlNormalizedString.html Fri Nov  4 18:00:48 2005
@@ -2,9 +2,9 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.4.2_04) on Tue Feb 08 17:47:06 PST 2005 -->
+<!-- Generated by javadoc (build 1.4.2_03) on Wed Nov 02 12:35:07 PST 2005 -->
 <TITLE>
-XmlNormalizedString (XMLBeans 2.0.0-beta1 Documentation)
+XmlNormalizedString (XMLBeans 2.0.0 Documentation)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.xmlbeans.XmlNormalizedString interface">
@@ -14,7 +14,7 @@
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="XmlNormalizedString (XMLBeans 2.0.0-beta1 Documentation)";
+    parent.document.title="XmlNormalizedString (XMLBeans 2.0.0 Documentation)";
 }
 </SCRIPT>
 

Modified: xmlbeans/site/build/site/docs/2.0.0/reference/org/apache/xmlbeans/XmlObject.Factory.html
URL: http://svn.apache.org/viewcvs/xmlbeans/site/build/site/docs/2.0.0/reference/org/apache/xmlbeans/XmlObject.Factory.html?rev=330960&r1=330959&r2=330960&view=diff
==============================================================================
--- xmlbeans/site/build/site/docs/2.0.0/reference/org/apache/xmlbeans/XmlObject.Factory.html (original)
+++ xmlbeans/site/build/site/docs/2.0.0/reference/org/apache/xmlbeans/XmlObject.Factory.html Fri Nov  4 18:00:48 2005
@@ -2,9 +2,9 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.4.2_04) on Tue Feb 08 17:47:12 PST 2005 -->
+<!-- Generated by javadoc (build 1.4.2_03) on Wed Nov 02 12:35:10 PST 2005 -->
 <TITLE>
-XmlObject.Factory (XMLBeans 2.0.0-beta1 Documentation)
+XmlObject.Factory (XMLBeans 2.0.0 Documentation)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.xmlbeans.XmlObject.Factory class">
@@ -14,7 +14,7 @@
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="XmlObject.Factory (XMLBeans 2.0.0-beta1 Documentation)";
+    parent.document.title="XmlObject.Factory (XMLBeans 2.0.0 Documentation)";
 }
 </SCRIPT>
 
@@ -164,7 +164,7 @@
 <TD><CODE><B><A HREF="../../../org/apache/xmlbeans/XmlObject.Factory.html#newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream)">newValidatingXMLInputStream</A></B>(org.apache.xmlbeans.xml.stream.XMLInputStream&nbsp;xis)</CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a new validating <CODE>XMLInputStream</CODE> that throws exceptions when the input is not valid.</TD>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.</I></TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
@@ -173,10 +173,7 @@
                             <A HREF="../../../org/apache/xmlbeans/XmlOptions.html" title="class in org.apache.xmlbeans">XmlOptions</A>&nbsp;options)</CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a new validating <CODE>XMLInputStream</CODE> that throws exceptions 
- when the input is not valid, specifying options
- for the root element's document type and/or the collection object to use
- as an error listener while validating.</TD>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.</I></TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
@@ -310,7 +307,7 @@
 <TD><CODE><B><A HREF="../../../org/apache/xmlbeans/XmlObject.Factory.html#parse(org.apache.xmlbeans.xml.stream.XMLInputStream)">parse</A></B>(org.apache.xmlbeans.xml.stream.XMLInputStream&nbsp;xis)</CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Loads the given <CODE>XMLInputStream</CODE> into an XmlObject.</TD>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.</I></TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
@@ -319,7 +316,7 @@
       <A HREF="../../../org/apache/xmlbeans/XmlOptions.html" title="class in org.apache.xmlbeans">XmlOptions</A>&nbsp;options)</CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Loads the given <CODE>XMLInputStream</CODE> into an XmlObject.</TD>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.</I></TD>
 </TR>
 </TABLE>
 &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
@@ -719,6 +716,8 @@
                        throws <A HREF="../../../org/apache/xmlbeans/XmlException.html" title="class in org.apache.xmlbeans">XmlException</A>,
                               org.apache.xmlbeans.xml.stream.XMLStreamException</PRE>
 <DL>
+<DD><B>Deprecated.</B>&nbsp;<I>XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.</I>
+<P>
 <DD>Loads the given <CODE>XMLInputStream</CODE> into an XmlObject.
 <P>
 <DD><DL>
@@ -738,6 +737,8 @@
                        throws <A HREF="../../../org/apache/xmlbeans/XmlException.html" title="class in org.apache.xmlbeans">XmlException</A>,
                               org.apache.xmlbeans.xml.stream.XMLStreamException</PRE>
 <DL>
+<DD><B>Deprecated.</B>&nbsp;<I>XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.</I>
+<P>
 <DD>Loads the given <CODE>XMLInputStream</CODE> into an XmlObject.
 <P>
 <DD><DL>
@@ -808,6 +809,8 @@
                                                                                  throws <A HREF="../../../org/apache/xmlbeans/XmlException.html" title="class in org.apache.xmlbeans">XmlException</A>,
                                                                                         org.apache.xmlbeans.xml.stream.XMLStreamException</PRE>
 <DL>
+<DD><B>Deprecated.</B>&nbsp;<I>XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.</I>
+<P>
 <DD>Returns a new validating <CODE>XMLInputStream</CODE> that throws exceptions when the input is not valid.
 <P>
 <DD><DL>
@@ -827,6 +830,8 @@
                                                                                  throws <A HREF="../../../org/apache/xmlbeans/XmlException.html" title="class in org.apache.xmlbeans">XmlException</A>,
                                                                                         org.apache.xmlbeans.xml.stream.XMLStreamException</PRE>
 <DL>
+<DD><B>Deprecated.</B>&nbsp;<I>XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.</I>
+<P>
 <DD>Returns a new validating <CODE>XMLInputStream</CODE> that throws exceptions 
  when the input is not valid, specifying options
  for the root element's document type and/or the collection object to use

Modified: xmlbeans/site/build/site/docs/2.0.0/reference/org/apache/xmlbeans/XmlObject.html
URL: http://svn.apache.org/viewcvs/xmlbeans/site/build/site/docs/2.0.0/reference/org/apache/xmlbeans/XmlObject.html?rev=330960&r1=330959&r2=330960&view=diff
==============================================================================
--- xmlbeans/site/build/site/docs/2.0.0/reference/org/apache/xmlbeans/XmlObject.html (original)
+++ xmlbeans/site/build/site/docs/2.0.0/reference/org/apache/xmlbeans/XmlObject.html Fri Nov  4 18:00:48 2005
@@ -2,9 +2,9 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.4.2_04) on Tue Feb 08 17:47:06 PST 2005 -->
+<!-- Generated by javadoc (build 1.4.2_03) on Wed Nov 02 12:35:07 PST 2005 -->
 <TITLE>
-XmlObject (XMLBeans 2.0.0-beta1 Documentation)
+XmlObject (XMLBeans 2.0.0 Documentation)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.xmlbeans.XmlObject interface">
@@ -14,7 +14,7 @@
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="XmlObject (XMLBeans 2.0.0-beta1 Documentation)";
+    parent.document.title="XmlObject (XMLBeans 2.0.0 Documentation)";
 }
 </SCRIPT>
 

Modified: xmlbeans/site/build/site/docs/2.0.0/reference/org/apache/xmlbeans/XmlOptions.html
URL: http://svn.apache.org/viewcvs/xmlbeans/site/build/site/docs/2.0.0/reference/org/apache/xmlbeans/XmlOptions.html?rev=330960&r1=330959&r2=330960&view=diff
==============================================================================
--- xmlbeans/site/build/site/docs/2.0.0/reference/org/apache/xmlbeans/XmlOptions.html (original)
+++ xmlbeans/site/build/site/docs/2.0.0/reference/org/apache/xmlbeans/XmlOptions.html Fri Nov  4 18:00:48 2005
@@ -2,9 +2,9 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.4.2_04) on Tue Feb 08 17:47:12 PST 2005 -->
+<!-- Generated by javadoc (build 1.4.2_03) on Wed Nov 02 12:35:10 PST 2005 -->
 <TITLE>
-XmlOptions (XMLBeans 2.0.0-beta1 Documentation)
+XmlOptions (XMLBeans 2.0.0 Documentation)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.xmlbeans.XmlOptions class">
@@ -14,7 +14,7 @@
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="XmlOptions (XMLBeans 2.0.0-beta1 Documentation)";
+    parent.document.title="XmlOptions (XMLBeans 2.0.0 Documentation)";
 }
 </SCRIPT>
 
@@ -112,6 +112,43 @@
  System.out.println(xobj.xmlText(
      new XmlOptions().setSavePrettyPrint().setSavePrettyPrintIndent(4)));
  </pre>
+
+ Table showing where each option gets used.
+ Note that:
+ <ul>
+ <li>options available for <code>newInstance</code> methods will also
+ apply for <code>parse</code> methods</li>
+ <li>options used for <code>validate</code> methods are also used for
+ <code>compile</code> methods, since compilation usually implies
+ validation against Schema for Schemas</li>
+ </ul>
+
+ <table border="1">
+ <tr>
+   <th align="center"><code>newInstance</code> methods</th>
+   <th align="center"><code>parse</code> methods</th>
+   <th align="center"><code>validate</code> methods</th>
+   <th align="center"><code>compile</code> methods</th>
+   <th align="center"><code>save</code> and <code>xmlText</code>methods</th>
+ </tr>
+ <tr>
+   <td align="center"><code>setDocumentType</code><br/>
+                      <code>setDocumentSourceName</code><br/>
+                      <code>setValidateOnSet</code><br/>
+                      <code>setUnsynchronized</code></td>
+   <td align="center"><code>setLoad***</code><br/>
+                      <code>setEntityResolver</code></td>
+   <td align="center"><code>setErrorListener</code><br/>
+                      <code>setValidateTreatLaxAsSkip</code></td>
+   <td align="center"><code>setErrorListener</code><br/>
+                      <code>setCompile***</code><br/>
+                      <code>setEntityResolver</code><br/>
+                      <code>setGenerateJavaVersion</code></td>
+   <td align="center"><code>setSave***</code><br/>
+                      <code>setUseDefaultNamespace</code><br/>
+                      <code>setCharacterEncoding</code></td>
+ </tr>
+ </table>
 <P>
 
 <P>
@@ -2364,8 +2401,8 @@
 </DL>
 </DD>
 <DD><DL>
-<DT><B>Parameters:</B><DD><CODE>source</CODE> - A Java version number<DT><B>See Also:</B><DD><CODE>GENERATE_JAVA_14</CODE>, 
-<CODE>GENERATE_JAVA_15</CODE>, 
+<DT><B>Parameters:</B><DD><CODE>source</CODE> - A Java version number<DT><B>See Also:</B><DD><A HREF="../../../org/apache/xmlbeans/XmlOptions.html#GENERATE_JAVA_14"><CODE>GENERATE_JAVA_14</CODE></A>, 
+<A HREF="../../../org/apache/xmlbeans/XmlOptions.html#GENERATE_JAVA_15"><CODE>GENERATE_JAVA_15</CODE></A>, 
 <A HREF="../../../org/apache/xmlbeans/XmlBeans.html#compileXmlBeans(java.lang.String, org.apache.xmlbeans.SchemaTypeSystem, org.apache.xmlbeans.XmlObject[], org.apache.xmlbeans.BindingConfig, org.apache.xmlbeans.SchemaTypeLoader, org.apache.xmlbeans.Filer, org.apache.xmlbeans.XmlOptions)"><CODE>XmlBeans.compileXmlBeans(java.lang.String, org.apache.xmlbeans.SchemaTypeSystem, org.apache.xmlbeans.XmlObject[], org.apache.xmlbeans.BindingConfig, org.apache.xmlbeans.SchemaTypeLoader, org.apache.xmlbeans.Filer, org.apache.xmlbeans.XmlOptions)</CODE></A></DL>
 </DD>
 </DL>

Modified: xmlbeans/site/build/site/docs/2.0.0/reference/org/apache/xmlbeans/XmlPositiveInteger.Factory.html
URL: http://svn.apache.org/viewcvs/xmlbeans/site/build/site/docs/2.0.0/reference/org/apache/xmlbeans/XmlPositiveInteger.Factory.html?rev=330960&r1=330959&r2=330960&view=diff
==============================================================================
--- xmlbeans/site/build/site/docs/2.0.0/reference/org/apache/xmlbeans/XmlPositiveInteger.Factory.html (original)
+++ xmlbeans/site/build/site/docs/2.0.0/reference/org/apache/xmlbeans/XmlPositiveInteger.Factory.html Fri Nov  4 18:00:48 2005
@@ -2,9 +2,9 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.4.2_04) on Tue Feb 08 17:47:12 PST 2005 -->
+<!-- Generated by javadoc (build 1.4.2_03) on Wed Nov 02 12:35:10 PST 2005 -->
 <TITLE>
-XmlPositiveInteger.Factory (XMLBeans 2.0.0-beta1 Documentation)
+XmlPositiveInteger.Factory (XMLBeans 2.0.0 Documentation)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.xmlbeans.XmlPositiveInteger.Factory class">
@@ -14,7 +14,7 @@
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="XmlPositiveInteger.Factory (XMLBeans 2.0.0-beta1 Documentation)";
+    parent.document.title="XmlPositiveInteger.Factory (XMLBeans 2.0.0 Documentation)";
 }
 </SCRIPT>
 
@@ -143,7 +143,7 @@
 <TD><CODE><B><A HREF="../../../org/apache/xmlbeans/XmlPositiveInteger.Factory.html#newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream)">newValidatingXMLInputStream</A></B>(org.apache.xmlbeans.xml.stream.XMLInputStream&nbsp;xis)</CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a validating XMLInputStream.</TD>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.</I></TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
@@ -152,7 +152,7 @@
                             <A HREF="../../../org/apache/xmlbeans/XmlOptions.html" title="class in org.apache.xmlbeans">XmlOptions</A>&nbsp;options)</CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a validating XMLInputStream.</TD>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.</I></TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
@@ -270,7 +270,7 @@
 <TD><CODE><B><A HREF="../../../org/apache/xmlbeans/XmlPositiveInteger.Factory.html#parse(org.apache.xmlbeans.xml.stream.XMLInputStream)">parse</A></B>(org.apache.xmlbeans.xml.stream.XMLInputStream&nbsp;xis)</CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Parses a <A HREF="../../../org/apache/xmlbeans/XmlPositiveInteger.html" title="interface in org.apache.xmlbeans"><CODE>XmlPositiveInteger</CODE></A> fragment from an XMLInputStream.</TD>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.</I></TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
@@ -279,7 +279,7 @@
       <A HREF="../../../org/apache/xmlbeans/XmlOptions.html" title="class in org.apache.xmlbeans">XmlOptions</A>&nbsp;options)</CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Parses a <A HREF="../../../org/apache/xmlbeans/XmlPositiveInteger.html" title="interface in org.apache.xmlbeans"><CODE>XmlPositiveInteger</CODE></A> fragment from an XMLInputStream.</TD>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.</I></TD>
 </TR>
 </TABLE>
 &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
@@ -570,6 +570,8 @@
                                 throws <A HREF="../../../org/apache/xmlbeans/XmlException.html" title="class in org.apache.xmlbeans">XmlException</A>,
                                        org.apache.xmlbeans.xml.stream.XMLStreamException</PRE>
 <DL>
+<DD><B>Deprecated.</B>&nbsp;<I>XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.</I>
+<P>
 <DD>Parses a <A HREF="../../../org/apache/xmlbeans/XmlPositiveInteger.html" title="interface in org.apache.xmlbeans"><CODE>XmlPositiveInteger</CODE></A> fragment from an XMLInputStream.
 <P>
 <DD><DL>
@@ -589,6 +591,8 @@
                                 throws <A HREF="../../../org/apache/xmlbeans/XmlException.html" title="class in org.apache.xmlbeans">XmlException</A>,
                                        org.apache.xmlbeans.xml.stream.XMLStreamException</PRE>
 <DL>
+<DD><B>Deprecated.</B>&nbsp;<I>XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.</I>
+<P>
 <DD>Parses a <A HREF="../../../org/apache/xmlbeans/XmlPositiveInteger.html" title="interface in org.apache.xmlbeans"><CODE>XmlPositiveInteger</CODE></A> fragment from an XMLInputStream.
 <P>
 <DD><DL>
@@ -607,6 +611,8 @@
                                                                                  throws <A HREF="../../../org/apache/xmlbeans/XmlException.html" title="class in org.apache.xmlbeans">XmlException</A>,
                                                                                         org.apache.xmlbeans.xml.stream.XMLStreamException</PRE>
 <DL>
+<DD><B>Deprecated.</B>&nbsp;<I>XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.</I>
+<P>
 <DD>Returns a validating XMLInputStream.
 <P>
 <DD><DL>
@@ -626,6 +632,8 @@
                                                                                  throws <A HREF="../../../org/apache/xmlbeans/XmlException.html" title="class in org.apache.xmlbeans">XmlException</A>,
                                                                                         org.apache.xmlbeans.xml.stream.XMLStreamException</PRE>
 <DL>
+<DD><B>Deprecated.</B>&nbsp;<I>XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.</I>
+<P>
 <DD>Returns a validating XMLInputStream.
 <P>
 <DD><DL>

Modified: xmlbeans/site/build/site/docs/2.0.0/reference/org/apache/xmlbeans/XmlPositiveInteger.html
URL: http://svn.apache.org/viewcvs/xmlbeans/site/build/site/docs/2.0.0/reference/org/apache/xmlbeans/XmlPositiveInteger.html?rev=330960&r1=330959&r2=330960&view=diff
==============================================================================
--- xmlbeans/site/build/site/docs/2.0.0/reference/org/apache/xmlbeans/XmlPositiveInteger.html (original)
+++ xmlbeans/site/build/site/docs/2.0.0/reference/org/apache/xmlbeans/XmlPositiveInteger.html Fri Nov  4 18:00:48 2005
@@ -2,9 +2,9 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.4.2_04) on Tue Feb 08 17:47:06 PST 2005 -->
+<!-- Generated by javadoc (build 1.4.2_03) on Wed Nov 02 12:35:07 PST 2005 -->
 <TITLE>
-XmlPositiveInteger (XMLBeans 2.0.0-beta1 Documentation)
+XmlPositiveInteger (XMLBeans 2.0.0 Documentation)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.xmlbeans.XmlPositiveInteger interface">
@@ -14,7 +14,7 @@
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="XmlPositiveInteger (XMLBeans 2.0.0-beta1 Documentation)";
+    parent.document.title="XmlPositiveInteger (XMLBeans 2.0.0 Documentation)";
 }
 </SCRIPT>
 

Modified: xmlbeans/site/build/site/docs/2.0.0/reference/org/apache/xmlbeans/XmlQName.Factory.html
URL: http://svn.apache.org/viewcvs/xmlbeans/site/build/site/docs/2.0.0/reference/org/apache/xmlbeans/XmlQName.Factory.html?rev=330960&r1=330959&r2=330960&view=diff
==============================================================================
--- xmlbeans/site/build/site/docs/2.0.0/reference/org/apache/xmlbeans/XmlQName.Factory.html (original)
+++ xmlbeans/site/build/site/docs/2.0.0/reference/org/apache/xmlbeans/XmlQName.Factory.html Fri Nov  4 18:00:48 2005
@@ -2,9 +2,9 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.4.2_04) on Tue Feb 08 17:47:12 PST 2005 -->
+<!-- Generated by javadoc (build 1.4.2_03) on Wed Nov 02 12:35:10 PST 2005 -->
 <TITLE>
-XmlQName.Factory (XMLBeans 2.0.0-beta1 Documentation)
+XmlQName.Factory (XMLBeans 2.0.0 Documentation)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.xmlbeans.XmlQName.Factory class">
@@ -14,7 +14,7 @@
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="XmlQName.Factory (XMLBeans 2.0.0-beta1 Documentation)";
+    parent.document.title="XmlQName.Factory (XMLBeans 2.0.0 Documentation)";
 }
 </SCRIPT>
 
@@ -143,7 +143,7 @@
 <TD><CODE><B><A HREF="../../../org/apache/xmlbeans/XmlQName.Factory.html#newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream)">newValidatingXMLInputStream</A></B>(org.apache.xmlbeans.xml.stream.XMLInputStream&nbsp;xis)</CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a validating XMLInputStream.</TD>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.</I></TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
@@ -152,7 +152,7 @@
                             <A HREF="../../../org/apache/xmlbeans/XmlOptions.html" title="class in org.apache.xmlbeans">XmlOptions</A>&nbsp;options)</CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a validating XMLInputStream.</TD>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.</I></TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
@@ -270,7 +270,7 @@
 <TD><CODE><B><A HREF="../../../org/apache/xmlbeans/XmlQName.Factory.html#parse(org.apache.xmlbeans.xml.stream.XMLInputStream)">parse</A></B>(org.apache.xmlbeans.xml.stream.XMLInputStream&nbsp;xis)</CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Parses a <A HREF="../../../org/apache/xmlbeans/XmlQName.html" title="interface in org.apache.xmlbeans"><CODE>XmlQName</CODE></A> fragment from an XMLInputStream.</TD>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.</I></TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
@@ -279,7 +279,7 @@
       <A HREF="../../../org/apache/xmlbeans/XmlOptions.html" title="class in org.apache.xmlbeans">XmlOptions</A>&nbsp;options)</CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Parses a <A HREF="../../../org/apache/xmlbeans/XmlQName.html" title="interface in org.apache.xmlbeans"><CODE>XmlQName</CODE></A> fragment from an XMLInputStream.</TD>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.</I></TD>
 </TR>
 </TABLE>
 &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
@@ -570,6 +570,8 @@
                       throws <A HREF="../../../org/apache/xmlbeans/XmlException.html" title="class in org.apache.xmlbeans">XmlException</A>,
                              org.apache.xmlbeans.xml.stream.XMLStreamException</PRE>
 <DL>
+<DD><B>Deprecated.</B>&nbsp;<I>XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.</I>
+<P>
 <DD>Parses a <A HREF="../../../org/apache/xmlbeans/XmlQName.html" title="interface in org.apache.xmlbeans"><CODE>XmlQName</CODE></A> fragment from an XMLInputStream.
 <P>
 <DD><DL>
@@ -589,6 +591,8 @@
                       throws <A HREF="../../../org/apache/xmlbeans/XmlException.html" title="class in org.apache.xmlbeans">XmlException</A>,
                              org.apache.xmlbeans.xml.stream.XMLStreamException</PRE>
 <DL>
+<DD><B>Deprecated.</B>&nbsp;<I>XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.</I>
+<P>
 <DD>Parses a <A HREF="../../../org/apache/xmlbeans/XmlQName.html" title="interface in org.apache.xmlbeans"><CODE>XmlQName</CODE></A> fragment from an XMLInputStream.
 <P>
 <DD><DL>
@@ -607,6 +611,8 @@
                                                                                  throws <A HREF="../../../org/apache/xmlbeans/XmlException.html" title="class in org.apache.xmlbeans">XmlException</A>,
                                                                                         org.apache.xmlbeans.xml.stream.XMLStreamException</PRE>
 <DL>
+<DD><B>Deprecated.</B>&nbsp;<I>XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.</I>
+<P>
 <DD>Returns a validating XMLInputStream.
 <P>
 <DD><DL>
@@ -626,6 +632,8 @@
                                                                                  throws <A HREF="../../../org/apache/xmlbeans/XmlException.html" title="class in org.apache.xmlbeans">XmlException</A>,
                                                                                         org.apache.xmlbeans.xml.stream.XMLStreamException</PRE>
 <DL>
+<DD><B>Deprecated.</B>&nbsp;<I>XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.</I>
+<P>
 <DD>Returns a validating XMLInputStream.
 <P>
 <DD><DL>

Modified: xmlbeans/site/build/site/docs/2.0.0/reference/org/apache/xmlbeans/XmlQName.html
URL: http://svn.apache.org/viewcvs/xmlbeans/site/build/site/docs/2.0.0/reference/org/apache/xmlbeans/XmlQName.html?rev=330960&r1=330959&r2=330960&view=diff
==============================================================================
--- xmlbeans/site/build/site/docs/2.0.0/reference/org/apache/xmlbeans/XmlQName.html (original)
+++ xmlbeans/site/build/site/docs/2.0.0/reference/org/apache/xmlbeans/XmlQName.html Fri Nov  4 18:00:48 2005
@@ -2,9 +2,9 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.4.2_04) on Tue Feb 08 17:47:07 PST 2005 -->
+<!-- Generated by javadoc (build 1.4.2_03) on Wed Nov 02 12:35:07 PST 2005 -->
 <TITLE>
-XmlQName (XMLBeans 2.0.0-beta1 Documentation)
+XmlQName (XMLBeans 2.0.0 Documentation)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.xmlbeans.XmlQName interface">
@@ -14,7 +14,7 @@
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="XmlQName (XMLBeans 2.0.0-beta1 Documentation)";
+    parent.document.title="XmlQName (XMLBeans 2.0.0 Documentation)";
 }
 </SCRIPT>
 

Modified: xmlbeans/site/build/site/docs/2.0.0/reference/org/apache/xmlbeans/XmlRuntimeException.html
URL: http://svn.apache.org/viewcvs/xmlbeans/site/build/site/docs/2.0.0/reference/org/apache/xmlbeans/XmlRuntimeException.html?rev=330960&r1=330959&r2=330960&view=diff
==============================================================================
--- xmlbeans/site/build/site/docs/2.0.0/reference/org/apache/xmlbeans/XmlRuntimeException.html (original)
+++ xmlbeans/site/build/site/docs/2.0.0/reference/org/apache/xmlbeans/XmlRuntimeException.html Fri Nov  4 18:00:48 2005
@@ -2,9 +2,9 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.4.2_04) on Tue Feb 08 17:47:13 PST 2005 -->
+<!-- Generated by javadoc (build 1.4.2_03) on Wed Nov 02 12:35:11 PST 2005 -->
 <TITLE>
-XmlRuntimeException (XMLBeans 2.0.0-beta1 Documentation)
+XmlRuntimeException (XMLBeans 2.0.0 Documentation)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.xmlbeans.XmlRuntimeException class">
@@ -14,7 +14,7 @@
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="XmlRuntimeException (XMLBeans 2.0.0-beta1 Documentation)";
+    parent.document.title="XmlRuntimeException (XMLBeans 2.0.0 Documentation)";
 }
 </SCRIPT>
 

Modified: xmlbeans/site/build/site/docs/2.0.0/reference/org/apache/xmlbeans/XmlSaxHandler.html
URL: http://svn.apache.org/viewcvs/xmlbeans/site/build/site/docs/2.0.0/reference/org/apache/xmlbeans/XmlSaxHandler.html?rev=330960&r1=330959&r2=330960&view=diff
==============================================================================
--- xmlbeans/site/build/site/docs/2.0.0/reference/org/apache/xmlbeans/XmlSaxHandler.html (original)
+++ xmlbeans/site/build/site/docs/2.0.0/reference/org/apache/xmlbeans/XmlSaxHandler.html Fri Nov  4 18:00:48 2005
@@ -2,9 +2,9 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.4.2_04) on Tue Feb 08 17:47:07 PST 2005 -->
+<!-- Generated by javadoc (build 1.4.2_03) on Wed Nov 02 12:35:07 PST 2005 -->
 <TITLE>
-XmlSaxHandler (XMLBeans 2.0.0-beta1 Documentation)
+XmlSaxHandler (XMLBeans 2.0.0 Documentation)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.xmlbeans.XmlSaxHandler interface">
@@ -14,7 +14,7 @@
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="XmlSaxHandler (XMLBeans 2.0.0-beta1 Documentation)";
+    parent.document.title="XmlSaxHandler (XMLBeans 2.0.0 Documentation)";
 }
 </SCRIPT>
 

Modified: xmlbeans/site/build/site/docs/2.0.0/reference/org/apache/xmlbeans/XmlShort.Factory.html
URL: http://svn.apache.org/viewcvs/xmlbeans/site/build/site/docs/2.0.0/reference/org/apache/xmlbeans/XmlShort.Factory.html?rev=330960&r1=330959&r2=330960&view=diff
==============================================================================
--- xmlbeans/site/build/site/docs/2.0.0/reference/org/apache/xmlbeans/XmlShort.Factory.html (original)
+++ xmlbeans/site/build/site/docs/2.0.0/reference/org/apache/xmlbeans/XmlShort.Factory.html Fri Nov  4 18:00:48 2005
@@ -2,9 +2,9 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.4.2_04) on Tue Feb 08 17:47:12 PST 2005 -->
+<!-- Generated by javadoc (build 1.4.2_03) on Wed Nov 02 12:35:10 PST 2005 -->
 <TITLE>
-XmlShort.Factory (XMLBeans 2.0.0-beta1 Documentation)
+XmlShort.Factory (XMLBeans 2.0.0 Documentation)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.xmlbeans.XmlShort.Factory class">
@@ -14,7 +14,7 @@
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="XmlShort.Factory (XMLBeans 2.0.0-beta1 Documentation)";
+    parent.document.title="XmlShort.Factory (XMLBeans 2.0.0 Documentation)";
 }
 </SCRIPT>
 
@@ -143,7 +143,7 @@
 <TD><CODE><B><A HREF="../../../org/apache/xmlbeans/XmlShort.Factory.html#newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream)">newValidatingXMLInputStream</A></B>(org.apache.xmlbeans.xml.stream.XMLInputStream&nbsp;xis)</CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a validating XMLInputStream.</TD>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.</I></TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
@@ -152,7 +152,7 @@
                             <A HREF="../../../org/apache/xmlbeans/XmlOptions.html" title="class in org.apache.xmlbeans">XmlOptions</A>&nbsp;options)</CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a validating XMLInputStream.</TD>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.</I></TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
@@ -270,7 +270,7 @@
 <TD><CODE><B><A HREF="../../../org/apache/xmlbeans/XmlShort.Factory.html#parse(org.apache.xmlbeans.xml.stream.XMLInputStream)">parse</A></B>(org.apache.xmlbeans.xml.stream.XMLInputStream&nbsp;xis)</CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Parses a <A HREF="../../../org/apache/xmlbeans/XmlShort.html" title="interface in org.apache.xmlbeans"><CODE>XmlShort</CODE></A> fragment from an XMLInputStream.</TD>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.</I></TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
@@ -279,7 +279,7 @@
       <A HREF="../../../org/apache/xmlbeans/XmlOptions.html" title="class in org.apache.xmlbeans">XmlOptions</A>&nbsp;options)</CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Parses a <A HREF="../../../org/apache/xmlbeans/XmlShort.html" title="interface in org.apache.xmlbeans"><CODE>XmlShort</CODE></A> fragment from an XMLInputStream.</TD>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.</I></TD>
 </TR>
 </TABLE>
 &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
@@ -570,6 +570,8 @@
                       throws <A HREF="../../../org/apache/xmlbeans/XmlException.html" title="class in org.apache.xmlbeans">XmlException</A>,
                              org.apache.xmlbeans.xml.stream.XMLStreamException</PRE>
 <DL>
+<DD><B>Deprecated.</B>&nbsp;<I>XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.</I>
+<P>
 <DD>Parses a <A HREF="../../../org/apache/xmlbeans/XmlShort.html" title="interface in org.apache.xmlbeans"><CODE>XmlShort</CODE></A> fragment from an XMLInputStream.
 <P>
 <DD><DL>
@@ -589,6 +591,8 @@
                       throws <A HREF="../../../org/apache/xmlbeans/XmlException.html" title="class in org.apache.xmlbeans">XmlException</A>,
                              org.apache.xmlbeans.xml.stream.XMLStreamException</PRE>
 <DL>
+<DD><B>Deprecated.</B>&nbsp;<I>XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.</I>
+<P>
 <DD>Parses a <A HREF="../../../org/apache/xmlbeans/XmlShort.html" title="interface in org.apache.xmlbeans"><CODE>XmlShort</CODE></A> fragment from an XMLInputStream.
 <P>
 <DD><DL>
@@ -607,6 +611,8 @@
                                                                                  throws <A HREF="../../../org/apache/xmlbeans/XmlException.html" title="class in org.apache.xmlbeans">XmlException</A>,
                                                                                         org.apache.xmlbeans.xml.stream.XMLStreamException</PRE>
 <DL>
+<DD><B>Deprecated.</B>&nbsp;<I>XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.</I>
+<P>
 <DD>Returns a validating XMLInputStream.
 <P>
 <DD><DL>
@@ -626,6 +632,8 @@
                                                                                  throws <A HREF="../../../org/apache/xmlbeans/XmlException.html" title="class in org.apache.xmlbeans">XmlException</A>,
                                                                                         org.apache.xmlbeans.xml.stream.XMLStreamException</PRE>
 <DL>
+<DD><B>Deprecated.</B>&nbsp;<I>XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.</I>
+<P>
 <DD>Returns a validating XMLInputStream.
 <P>
 <DD><DL>

Modified: xmlbeans/site/build/site/docs/2.0.0/reference/org/apache/xmlbeans/XmlShort.html
URL: http://svn.apache.org/viewcvs/xmlbeans/site/build/site/docs/2.0.0/reference/org/apache/xmlbeans/XmlShort.html?rev=330960&r1=330959&r2=330960&view=diff
==============================================================================
--- xmlbeans/site/build/site/docs/2.0.0/reference/org/apache/xmlbeans/XmlShort.html (original)
+++ xmlbeans/site/build/site/docs/2.0.0/reference/org/apache/xmlbeans/XmlShort.html Fri Nov  4 18:00:48 2005
@@ -2,9 +2,9 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.4.2_04) on Tue Feb 08 17:47:07 PST 2005 -->
+<!-- Generated by javadoc (build 1.4.2_03) on Wed Nov 02 12:35:07 PST 2005 -->
 <TITLE>
-XmlShort (XMLBeans 2.0.0-beta1 Documentation)
+XmlShort (XMLBeans 2.0.0 Documentation)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.xmlbeans.XmlShort interface">
@@ -14,7 +14,7 @@
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="XmlShort (XMLBeans 2.0.0-beta1 Documentation)";
+    parent.document.title="XmlShort (XMLBeans 2.0.0 Documentation)";
 }
 </SCRIPT>
 

Modified: xmlbeans/site/build/site/docs/2.0.0/reference/org/apache/xmlbeans/XmlSimpleList.html
URL: http://svn.apache.org/viewcvs/xmlbeans/site/build/site/docs/2.0.0/reference/org/apache/xmlbeans/XmlSimpleList.html?rev=330960&r1=330959&r2=330960&view=diff
==============================================================================
--- xmlbeans/site/build/site/docs/2.0.0/reference/org/apache/xmlbeans/XmlSimpleList.html (original)
+++ xmlbeans/site/build/site/docs/2.0.0/reference/org/apache/xmlbeans/XmlSimpleList.html Fri Nov  4 18:00:48 2005
@@ -2,9 +2,9 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.4.2_04) on Tue Feb 08 17:47:12 PST 2005 -->
+<!-- Generated by javadoc (build 1.4.2_03) on Wed Nov 02 12:35:10 PST 2005 -->
 <TITLE>
-XmlSimpleList (XMLBeans 2.0.0-beta1 Documentation)
+XmlSimpleList (XMLBeans 2.0.0 Documentation)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.xmlbeans.XmlSimpleList class">
@@ -14,7 +14,7 @@
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="XmlSimpleList (XMLBeans 2.0.0-beta1 Documentation)";
+    parent.document.title="XmlSimpleList (XMLBeans 2.0.0 Documentation)";
 }
 </SCRIPT>
 

Modified: xmlbeans/site/build/site/docs/2.0.0/reference/org/apache/xmlbeans/XmlString.Factory.html
URL: http://svn.apache.org/viewcvs/xmlbeans/site/build/site/docs/2.0.0/reference/org/apache/xmlbeans/XmlString.Factory.html?rev=330960&r1=330959&r2=330960&view=diff
==============================================================================
--- xmlbeans/site/build/site/docs/2.0.0/reference/org/apache/xmlbeans/XmlString.Factory.html (original)
+++ xmlbeans/site/build/site/docs/2.0.0/reference/org/apache/xmlbeans/XmlString.Factory.html Fri Nov  4 18:00:48 2005
@@ -2,9 +2,9 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.4.2_04) on Tue Feb 08 17:47:12 PST 2005 -->
+<!-- Generated by javadoc (build 1.4.2_03) on Wed Nov 02 12:35:10 PST 2005 -->
 <TITLE>
-XmlString.Factory (XMLBeans 2.0.0-beta1 Documentation)
+XmlString.Factory (XMLBeans 2.0.0 Documentation)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.xmlbeans.XmlString.Factory class">
@@ -14,7 +14,7 @@
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="XmlString.Factory (XMLBeans 2.0.0-beta1 Documentation)";
+    parent.document.title="XmlString.Factory (XMLBeans 2.0.0 Documentation)";
 }
 </SCRIPT>
 
@@ -143,7 +143,7 @@
 <TD><CODE><B><A HREF="../../../org/apache/xmlbeans/XmlString.Factory.html#newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream)">newValidatingXMLInputStream</A></B>(org.apache.xmlbeans.xml.stream.XMLInputStream&nbsp;xis)</CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a validating XMLInputStream.</TD>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.</I></TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
@@ -152,7 +152,7 @@
                             <A HREF="../../../org/apache/xmlbeans/XmlOptions.html" title="class in org.apache.xmlbeans">XmlOptions</A>&nbsp;options)</CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a validating XMLInputStream.</TD>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.</I></TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
@@ -270,7 +270,7 @@
 <TD><CODE><B><A HREF="../../../org/apache/xmlbeans/XmlString.Factory.html#parse(org.apache.xmlbeans.xml.stream.XMLInputStream)">parse</A></B>(org.apache.xmlbeans.xml.stream.XMLInputStream&nbsp;xis)</CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Parses a <A HREF="../../../org/apache/xmlbeans/XmlString.html" title="interface in org.apache.xmlbeans"><CODE>XmlString</CODE></A> fragment from an XMLInputStream.</TD>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.</I></TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
@@ -279,7 +279,7 @@
       <A HREF="../../../org/apache/xmlbeans/XmlOptions.html" title="class in org.apache.xmlbeans">XmlOptions</A>&nbsp;options)</CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Parses a <A HREF="../../../org/apache/xmlbeans/XmlString.html" title="interface in org.apache.xmlbeans"><CODE>XmlString</CODE></A> fragment from an XMLInputStream.</TD>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.</I></TD>
 </TR>
 </TABLE>
 &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
@@ -570,6 +570,8 @@
                        throws <A HREF="../../../org/apache/xmlbeans/XmlException.html" title="class in org.apache.xmlbeans">XmlException</A>,
                               org.apache.xmlbeans.xml.stream.XMLStreamException</PRE>
 <DL>
+<DD><B>Deprecated.</B>&nbsp;<I>XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.</I>
+<P>
 <DD>Parses a <A HREF="../../../org/apache/xmlbeans/XmlString.html" title="interface in org.apache.xmlbeans"><CODE>XmlString</CODE></A> fragment from an XMLInputStream.
 <P>
 <DD><DL>
@@ -589,6 +591,8 @@
                        throws <A HREF="../../../org/apache/xmlbeans/XmlException.html" title="class in org.apache.xmlbeans">XmlException</A>,
                               org.apache.xmlbeans.xml.stream.XMLStreamException</PRE>
 <DL>
+<DD><B>Deprecated.</B>&nbsp;<I>XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.</I>
+<P>
 <DD>Parses a <A HREF="../../../org/apache/xmlbeans/XmlString.html" title="interface in org.apache.xmlbeans"><CODE>XmlString</CODE></A> fragment from an XMLInputStream.
 <P>
 <DD><DL>
@@ -607,6 +611,8 @@
                                                                                  throws <A HREF="../../../org/apache/xmlbeans/XmlException.html" title="class in org.apache.xmlbeans">XmlException</A>,
                                                                                         org.apache.xmlbeans.xml.stream.XMLStreamException</PRE>
 <DL>
+<DD><B>Deprecated.</B>&nbsp;<I>XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.</I>
+<P>
 <DD>Returns a validating XMLInputStream.
 <P>
 <DD><DL>
@@ -626,6 +632,8 @@
                                                                                  throws <A HREF="../../../org/apache/xmlbeans/XmlException.html" title="class in org.apache.xmlbeans">XmlException</A>,
                                                                                         org.apache.xmlbeans.xml.stream.XMLStreamException</PRE>
 <DL>
+<DD><B>Deprecated.</B>&nbsp;<I>XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.</I>
+<P>
 <DD>Returns a validating XMLInputStream.
 <P>
 <DD><DL>

Modified: xmlbeans/site/build/site/docs/2.0.0/reference/org/apache/xmlbeans/XmlString.html
URL: http://svn.apache.org/viewcvs/xmlbeans/site/build/site/docs/2.0.0/reference/org/apache/xmlbeans/XmlString.html?rev=330960&r1=330959&r2=330960&view=diff
==============================================================================
--- xmlbeans/site/build/site/docs/2.0.0/reference/org/apache/xmlbeans/XmlString.html (original)
+++ xmlbeans/site/build/site/docs/2.0.0/reference/org/apache/xmlbeans/XmlString.html Fri Nov  4 18:00:48 2005
@@ -2,9 +2,9 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.4.2_04) on Tue Feb 08 17:47:07 PST 2005 -->
+<!-- Generated by javadoc (build 1.4.2_03) on Wed Nov 02 12:35:07 PST 2005 -->
 <TITLE>
-XmlString (XMLBeans 2.0.0-beta1 Documentation)
+XmlString (XMLBeans 2.0.0 Documentation)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.xmlbeans.XmlString interface">
@@ -14,7 +14,7 @@
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="XmlString (XMLBeans 2.0.0-beta1 Documentation)";
+    parent.document.title="XmlString (XMLBeans 2.0.0 Documentation)";
 }
 </SCRIPT>
 

Modified: xmlbeans/site/build/site/docs/2.0.0/reference/org/apache/xmlbeans/XmlTime.Factory.html
URL: http://svn.apache.org/viewcvs/xmlbeans/site/build/site/docs/2.0.0/reference/org/apache/xmlbeans/XmlTime.Factory.html?rev=330960&r1=330959&r2=330960&view=diff
==============================================================================
--- xmlbeans/site/build/site/docs/2.0.0/reference/org/apache/xmlbeans/XmlTime.Factory.html (original)
+++ xmlbeans/site/build/site/docs/2.0.0/reference/org/apache/xmlbeans/XmlTime.Factory.html Fri Nov  4 18:00:48 2005
@@ -2,9 +2,9 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.4.2_04) on Tue Feb 08 17:47:13 PST 2005 -->
+<!-- Generated by javadoc (build 1.4.2_03) on Wed Nov 02 12:35:10 PST 2005 -->
 <TITLE>
-XmlTime.Factory (XMLBeans 2.0.0-beta1 Documentation)
+XmlTime.Factory (XMLBeans 2.0.0 Documentation)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.xmlbeans.XmlTime.Factory class">
@@ -14,7 +14,7 @@
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="XmlTime.Factory (XMLBeans 2.0.0-beta1 Documentation)";
+    parent.document.title="XmlTime.Factory (XMLBeans 2.0.0 Documentation)";
 }
 </SCRIPT>
 
@@ -143,7 +143,7 @@
 <TD><CODE><B><A HREF="../../../org/apache/xmlbeans/XmlTime.Factory.html#newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream)">newValidatingXMLInputStream</A></B>(org.apache.xmlbeans.xml.stream.XMLInputStream&nbsp;xis)</CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a validating XMLInputStream.</TD>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.</I></TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
@@ -152,7 +152,7 @@
                             <A HREF="../../../org/apache/xmlbeans/XmlOptions.html" title="class in org.apache.xmlbeans">XmlOptions</A>&nbsp;options)</CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a validating XMLInputStream.</TD>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.</I></TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
@@ -270,7 +270,7 @@
 <TD><CODE><B><A HREF="../../../org/apache/xmlbeans/XmlTime.Factory.html#parse(org.apache.xmlbeans.xml.stream.XMLInputStream)">parse</A></B>(org.apache.xmlbeans.xml.stream.XMLInputStream&nbsp;xis)</CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Parses a <A HREF="../../../org/apache/xmlbeans/XmlTime.html" title="interface in org.apache.xmlbeans"><CODE>XmlTime</CODE></A> fragment from an XMLInputStream.</TD>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.</I></TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
@@ -279,7 +279,7 @@
       <A HREF="../../../org/apache/xmlbeans/XmlOptions.html" title="class in org.apache.xmlbeans">XmlOptions</A>&nbsp;options)</CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Parses a <A HREF="../../../org/apache/xmlbeans/XmlTime.html" title="interface in org.apache.xmlbeans"><CODE>XmlTime</CODE></A> fragment from an XMLInputStream.</TD>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.</I></TD>
 </TR>
 </TABLE>
 &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
@@ -570,6 +570,8 @@
                      throws <A HREF="../../../org/apache/xmlbeans/XmlException.html" title="class in org.apache.xmlbeans">XmlException</A>,
                             org.apache.xmlbeans.xml.stream.XMLStreamException</PRE>
 <DL>
+<DD><B>Deprecated.</B>&nbsp;<I>XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.</I>
+<P>
 <DD>Parses a <A HREF="../../../org/apache/xmlbeans/XmlTime.html" title="interface in org.apache.xmlbeans"><CODE>XmlTime</CODE></A> fragment from an XMLInputStream.
 <P>
 <DD><DL>
@@ -589,6 +591,8 @@
                      throws <A HREF="../../../org/apache/xmlbeans/XmlException.html" title="class in org.apache.xmlbeans">XmlException</A>,
                             org.apache.xmlbeans.xml.stream.XMLStreamException</PRE>
 <DL>
+<DD><B>Deprecated.</B>&nbsp;<I>XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.</I>
+<P>
 <DD>Parses a <A HREF="../../../org/apache/xmlbeans/XmlTime.html" title="interface in org.apache.xmlbeans"><CODE>XmlTime</CODE></A> fragment from an XMLInputStream.
 <P>
 <DD><DL>
@@ -607,6 +611,8 @@
                                                                                  throws <A HREF="../../../org/apache/xmlbeans/XmlException.html" title="class in org.apache.xmlbeans">XmlException</A>,
                                                                                         org.apache.xmlbeans.xml.stream.XMLStreamException</PRE>
 <DL>
+<DD><B>Deprecated.</B>&nbsp;<I>XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.</I>
+<P>
 <DD>Returns a validating XMLInputStream.
 <P>
 <DD><DL>
@@ -626,6 +632,8 @@
                                                                                  throws <A HREF="../../../org/apache/xmlbeans/XmlException.html" title="class in org.apache.xmlbeans">XmlException</A>,
                                                                                         org.apache.xmlbeans.xml.stream.XMLStreamException</PRE>
 <DL>
+<DD><B>Deprecated.</B>&nbsp;<I>XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.</I>
+<P>
 <DD>Returns a validating XMLInputStream.
 <P>
 <DD><DL>

Modified: xmlbeans/site/build/site/docs/2.0.0/reference/org/apache/xmlbeans/XmlTime.html
URL: http://svn.apache.org/viewcvs/xmlbeans/site/build/site/docs/2.0.0/reference/org/apache/xmlbeans/XmlTime.html?rev=330960&r1=330959&r2=330960&view=diff
==============================================================================
--- xmlbeans/site/build/site/docs/2.0.0/reference/org/apache/xmlbeans/XmlTime.html (original)
+++ xmlbeans/site/build/site/docs/2.0.0/reference/org/apache/xmlbeans/XmlTime.html Fri Nov  4 18:00:48 2005
@@ -2,9 +2,9 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.4.2_04) on Tue Feb 08 17:47:07 PST 2005 -->
+<!-- Generated by javadoc (build 1.4.2_03) on Wed Nov 02 12:35:07 PST 2005 -->
 <TITLE>
-XmlTime (XMLBeans 2.0.0-beta1 Documentation)
+XmlTime (XMLBeans 2.0.0 Documentation)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.xmlbeans.XmlTime interface">
@@ -14,7 +14,7 @@
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="XmlTime (XMLBeans 2.0.0-beta1 Documentation)";
+    parent.document.title="XmlTime (XMLBeans 2.0.0 Documentation)";
 }
 </SCRIPT>
 

Modified: xmlbeans/site/build/site/docs/2.0.0/reference/org/apache/xmlbeans/XmlToken.Factory.html
URL: http://svn.apache.org/viewcvs/xmlbeans/site/build/site/docs/2.0.0/reference/org/apache/xmlbeans/XmlToken.Factory.html?rev=330960&r1=330959&r2=330960&view=diff
==============================================================================
--- xmlbeans/site/build/site/docs/2.0.0/reference/org/apache/xmlbeans/XmlToken.Factory.html (original)
+++ xmlbeans/site/build/site/docs/2.0.0/reference/org/apache/xmlbeans/XmlToken.Factory.html Fri Nov  4 18:00:48 2005
@@ -2,9 +2,9 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.4.2_04) on Tue Feb 08 17:47:13 PST 2005 -->
+<!-- Generated by javadoc (build 1.4.2_03) on Wed Nov 02 12:35:10 PST 2005 -->
 <TITLE>
-XmlToken.Factory (XMLBeans 2.0.0-beta1 Documentation)
+XmlToken.Factory (XMLBeans 2.0.0 Documentation)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.xmlbeans.XmlToken.Factory class">
@@ -14,7 +14,7 @@
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="XmlToken.Factory (XMLBeans 2.0.0-beta1 Documentation)";
+    parent.document.title="XmlToken.Factory (XMLBeans 2.0.0 Documentation)";
 }
 </SCRIPT>
 
@@ -143,7 +143,7 @@
 <TD><CODE><B><A HREF="../../../org/apache/xmlbeans/XmlToken.Factory.html#newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream)">newValidatingXMLInputStream</A></B>(org.apache.xmlbeans.xml.stream.XMLInputStream&nbsp;xis)</CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a validating XMLInputStream.</TD>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.</I></TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
@@ -152,7 +152,7 @@
                             <A HREF="../../../org/apache/xmlbeans/XmlOptions.html" title="class in org.apache.xmlbeans">XmlOptions</A>&nbsp;options)</CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a validating XMLInputStream.</TD>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.</I></TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
@@ -270,7 +270,7 @@
 <TD><CODE><B><A HREF="../../../org/apache/xmlbeans/XmlToken.Factory.html#parse(org.apache.xmlbeans.xml.stream.XMLInputStream)">parse</A></B>(org.apache.xmlbeans.xml.stream.XMLInputStream&nbsp;xis)</CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Parses a <A HREF="../../../org/apache/xmlbeans/XmlToken.html" title="interface in org.apache.xmlbeans"><CODE>XmlToken</CODE></A> fragment from an XMLInputStream.</TD>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.</I></TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
@@ -279,7 +279,7 @@
       <A HREF="../../../org/apache/xmlbeans/XmlOptions.html" title="class in org.apache.xmlbeans">XmlOptions</A>&nbsp;options)</CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Parses a <A HREF="../../../org/apache/xmlbeans/XmlToken.html" title="interface in org.apache.xmlbeans"><CODE>XmlToken</CODE></A> fragment from an XMLInputStream.</TD>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.</I></TD>
 </TR>
 </TABLE>
 &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
@@ -570,6 +570,8 @@
                       throws <A HREF="../../../org/apache/xmlbeans/XmlException.html" title="class in org.apache.xmlbeans">XmlException</A>,
                              org.apache.xmlbeans.xml.stream.XMLStreamException</PRE>
 <DL>
+<DD><B>Deprecated.</B>&nbsp;<I>XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.</I>
+<P>
 <DD>Parses a <A HREF="../../../org/apache/xmlbeans/XmlToken.html" title="interface in org.apache.xmlbeans"><CODE>XmlToken</CODE></A> fragment from an XMLInputStream.
 <P>
 <DD><DL>
@@ -589,6 +591,8 @@
                       throws <A HREF="../../../org/apache/xmlbeans/XmlException.html" title="class in org.apache.xmlbeans">XmlException</A>,
                              org.apache.xmlbeans.xml.stream.XMLStreamException</PRE>
 <DL>
+<DD><B>Deprecated.</B>&nbsp;<I>XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.</I>
+<P>
 <DD>Parses a <A HREF="../../../org/apache/xmlbeans/XmlToken.html" title="interface in org.apache.xmlbeans"><CODE>XmlToken</CODE></A> fragment from an XMLInputStream.
 <P>
 <DD><DL>
@@ -607,6 +611,8 @@
                                                                                  throws <A HREF="../../../org/apache/xmlbeans/XmlException.html" title="class in org.apache.xmlbeans">XmlException</A>,
                                                                                         org.apache.xmlbeans.xml.stream.XMLStreamException</PRE>
 <DL>
+<DD><B>Deprecated.</B>&nbsp;<I>XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.</I>
+<P>
 <DD>Returns a validating XMLInputStream.
 <P>
 <DD><DL>
@@ -626,6 +632,8 @@
                                                                                  throws <A HREF="../../../org/apache/xmlbeans/XmlException.html" title="class in org.apache.xmlbeans">XmlException</A>,
                                                                                         org.apache.xmlbeans.xml.stream.XMLStreamException</PRE>
 <DL>
+<DD><B>Deprecated.</B>&nbsp;<I>XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.</I>
+<P>
 <DD>Returns a validating XMLInputStream.
 <P>
 <DD><DL>

Modified: xmlbeans/site/build/site/docs/2.0.0/reference/org/apache/xmlbeans/XmlToken.html
URL: http://svn.apache.org/viewcvs/xmlbeans/site/build/site/docs/2.0.0/reference/org/apache/xmlbeans/XmlToken.html?rev=330960&r1=330959&r2=330960&view=diff
==============================================================================
--- xmlbeans/site/build/site/docs/2.0.0/reference/org/apache/xmlbeans/XmlToken.html (original)
+++ xmlbeans/site/build/site/docs/2.0.0/reference/org/apache/xmlbeans/XmlToken.html Fri Nov  4 18:00:48 2005
@@ -2,9 +2,9 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.4.2_04) on Tue Feb 08 17:47:07 PST 2005 -->
+<!-- Generated by javadoc (build 1.4.2_03) on Wed Nov 02 12:35:07 PST 2005 -->
 <TITLE>
-XmlToken (XMLBeans 2.0.0-beta1 Documentation)
+XmlToken (XMLBeans 2.0.0 Documentation)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.xmlbeans.XmlToken interface">
@@ -14,7 +14,7 @@
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="XmlToken (XMLBeans 2.0.0-beta1 Documentation)";
+    parent.document.title="XmlToken (XMLBeans 2.0.0 Documentation)";
 }
 </SCRIPT>
 

Modified: xmlbeans/site/build/site/docs/2.0.0/reference/org/apache/xmlbeans/XmlTokenSource.html
URL: http://svn.apache.org/viewcvs/xmlbeans/site/build/site/docs/2.0.0/reference/org/apache/xmlbeans/XmlTokenSource.html?rev=330960&r1=330959&r2=330960&view=diff
==============================================================================
--- xmlbeans/site/build/site/docs/2.0.0/reference/org/apache/xmlbeans/XmlTokenSource.html (original)
+++ xmlbeans/site/build/site/docs/2.0.0/reference/org/apache/xmlbeans/XmlTokenSource.html Fri Nov  4 18:00:48 2005
@@ -2,9 +2,9 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.4.2_04) on Tue Feb 08 17:47:07 PST 2005 -->
+<!-- Generated by javadoc (build 1.4.2_03) on Wed Nov 02 12:35:07 PST 2005 -->
 <TITLE>
-XmlTokenSource (XMLBeans 2.0.0-beta1 Documentation)
+XmlTokenSource (XMLBeans 2.0.0 Documentation)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.xmlbeans.XmlTokenSource interface">
@@ -14,7 +14,7 @@
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="XmlTokenSource (XMLBeans 2.0.0-beta1 Documentation)";
+    parent.document.title="XmlTokenSource (XMLBeans 2.0.0 Documentation)";
 }
 </SCRIPT>
 
@@ -224,7 +224,7 @@
 <TD><CODE><B><A HREF="../../../org/apache/xmlbeans/XmlTokenSource.html#newXMLInputStream()">newXMLInputStream</A></B>()</CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a new XmlInputStream.</TD>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.</I></TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
@@ -232,7 +232,7 @@
 <TD><CODE><B><A HREF="../../../org/apache/xmlbeans/XmlTokenSource.html#newXMLInputStream(org.apache.xmlbeans.XmlOptions)">newXMLInputStream</A></B>(<A HREF="../../../org/apache/xmlbeans/XmlOptions.html" title="class in org.apache.xmlbeans">XmlOptions</A>&nbsp;options)</CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Just like newXMLInputStream() but with any of a number of options.</TD>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.</I></TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
@@ -414,6 +414,8 @@
 <PRE>
 public org.apache.xmlbeans.xml.stream.XMLInputStream <B>newXMLInputStream</B>()</PRE>
 <DL>
+<DD><B>Deprecated.</B>&nbsp;<I>XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.</I>
+<P>
 <DD>Returns a new XmlInputStream.
 
  The stream starts at the current begin-tag or begin-document
@@ -647,6 +649,8 @@
 <PRE>
 public org.apache.xmlbeans.xml.stream.XMLInputStream <B>newXMLInputStream</B>(<A HREF="../../../org/apache/xmlbeans/XmlOptions.html" title="class in org.apache.xmlbeans">XmlOptions</A>&nbsp;options)</PRE>
 <DL>
+<DD><B>Deprecated.</B>&nbsp;<I>XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.</I>
+<P>
 <DD><p>Just like newXMLInputStream() but with any of a number of options. Use the 
  <em>options</em> parameter to specify the following:</p>
  



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xmlbeans.apache.org
For additional commands, e-mail: commits-help@xmlbeans.apache.org