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 [10/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/ b...

Modified: xmlbeans/site/build/site/docs/2.0.0/reference/org/apache/xmlbeans/XmlUnsignedByte.Factory.html
URL: http://svn.apache.org/viewcvs/xmlbeans/site/build/site/docs/2.0.0/reference/org/apache/xmlbeans/XmlUnsignedByte.Factory.html?rev=330960&r1=330959&r2=330960&view=diff
==============================================================================
--- xmlbeans/site/build/site/docs/2.0.0/reference/org/apache/xmlbeans/XmlUnsignedByte.Factory.html (original)
+++ xmlbeans/site/build/site/docs/2.0.0/reference/org/apache/xmlbeans/XmlUnsignedByte.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>
-XmlUnsignedByte.Factory (XMLBeans 2.0.0-beta1 Documentation)
+XmlUnsignedByte.Factory (XMLBeans 2.0.0 Documentation)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.xmlbeans.XmlUnsignedByte.Factory class">
@@ -14,7 +14,7 @@
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="XmlUnsignedByte.Factory (XMLBeans 2.0.0-beta1 Documentation)";
+    parent.document.title="XmlUnsignedByte.Factory (XMLBeans 2.0.0 Documentation)";
 }
 </SCRIPT>
 
@@ -143,7 +143,7 @@
 <TD><CODE><B><A HREF="../../../org/apache/xmlbeans/XmlUnsignedByte.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/XmlUnsignedByte.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/XmlUnsignedByte.html" title="interface in org.apache.xmlbeans"><CODE>XmlUnsignedByte</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/XmlUnsignedByte.html" title="interface in org.apache.xmlbeans"><CODE>XmlUnsignedByte</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/XmlUnsignedByte.html" title="interface in org.apache.xmlbeans"><CODE>XmlUnsignedByte</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/XmlUnsignedByte.html" title="interface in org.apache.xmlbeans"><CODE>XmlUnsignedByte</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/XmlUnsignedByte.html
URL: http://svn.apache.org/viewcvs/xmlbeans/site/build/site/docs/2.0.0/reference/org/apache/xmlbeans/XmlUnsignedByte.html?rev=330960&r1=330959&r2=330960&view=diff
==============================================================================
--- xmlbeans/site/build/site/docs/2.0.0/reference/org/apache/xmlbeans/XmlUnsignedByte.html (original)
+++ xmlbeans/site/build/site/docs/2.0.0/reference/org/apache/xmlbeans/XmlUnsignedByte.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>
-XmlUnsignedByte (XMLBeans 2.0.0-beta1 Documentation)
+XmlUnsignedByte (XMLBeans 2.0.0 Documentation)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.xmlbeans.XmlUnsignedByte interface">
@@ -14,7 +14,7 @@
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="XmlUnsignedByte (XMLBeans 2.0.0-beta1 Documentation)";
+    parent.document.title="XmlUnsignedByte (XMLBeans 2.0.0 Documentation)";
 }
 </SCRIPT>
 

Modified: xmlbeans/site/build/site/docs/2.0.0/reference/org/apache/xmlbeans/XmlUnsignedInt.Factory.html
URL: http://svn.apache.org/viewcvs/xmlbeans/site/build/site/docs/2.0.0/reference/org/apache/xmlbeans/XmlUnsignedInt.Factory.html?rev=330960&r1=330959&r2=330960&view=diff
==============================================================================
--- xmlbeans/site/build/site/docs/2.0.0/reference/org/apache/xmlbeans/XmlUnsignedInt.Factory.html (original)
+++ xmlbeans/site/build/site/docs/2.0.0/reference/org/apache/xmlbeans/XmlUnsignedInt.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>
-XmlUnsignedInt.Factory (XMLBeans 2.0.0-beta1 Documentation)
+XmlUnsignedInt.Factory (XMLBeans 2.0.0 Documentation)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.xmlbeans.XmlUnsignedInt.Factory class">
@@ -14,7 +14,7 @@
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="XmlUnsignedInt.Factory (XMLBeans 2.0.0-beta1 Documentation)";
+    parent.document.title="XmlUnsignedInt.Factory (XMLBeans 2.0.0 Documentation)";
 }
 </SCRIPT>
 
@@ -143,7 +143,7 @@
 <TD><CODE><B><A HREF="../../../org/apache/xmlbeans/XmlUnsignedInt.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/XmlUnsignedInt.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/XmlUnsignedInt.html" title="interface in org.apache.xmlbeans"><CODE>XmlUnsignedInt</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/XmlUnsignedInt.html" title="interface in org.apache.xmlbeans"><CODE>XmlUnsignedInt</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/XmlUnsignedInt.html" title="interface in org.apache.xmlbeans"><CODE>XmlUnsignedInt</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/XmlUnsignedInt.html" title="interface in org.apache.xmlbeans"><CODE>XmlUnsignedInt</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/XmlUnsignedInt.html
URL: http://svn.apache.org/viewcvs/xmlbeans/site/build/site/docs/2.0.0/reference/org/apache/xmlbeans/XmlUnsignedInt.html?rev=330960&r1=330959&r2=330960&view=diff
==============================================================================
--- xmlbeans/site/build/site/docs/2.0.0/reference/org/apache/xmlbeans/XmlUnsignedInt.html (original)
+++ xmlbeans/site/build/site/docs/2.0.0/reference/org/apache/xmlbeans/XmlUnsignedInt.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>
-XmlUnsignedInt (XMLBeans 2.0.0-beta1 Documentation)
+XmlUnsignedInt (XMLBeans 2.0.0 Documentation)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.xmlbeans.XmlUnsignedInt interface">
@@ -14,7 +14,7 @@
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="XmlUnsignedInt (XMLBeans 2.0.0-beta1 Documentation)";
+    parent.document.title="XmlUnsignedInt (XMLBeans 2.0.0 Documentation)";
 }
 </SCRIPT>
 

Modified: xmlbeans/site/build/site/docs/2.0.0/reference/org/apache/xmlbeans/XmlUnsignedLong.Factory.html
URL: http://svn.apache.org/viewcvs/xmlbeans/site/build/site/docs/2.0.0/reference/org/apache/xmlbeans/XmlUnsignedLong.Factory.html?rev=330960&r1=330959&r2=330960&view=diff
==============================================================================
--- xmlbeans/site/build/site/docs/2.0.0/reference/org/apache/xmlbeans/XmlUnsignedLong.Factory.html (original)
+++ xmlbeans/site/build/site/docs/2.0.0/reference/org/apache/xmlbeans/XmlUnsignedLong.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>
-XmlUnsignedLong.Factory (XMLBeans 2.0.0-beta1 Documentation)
+XmlUnsignedLong.Factory (XMLBeans 2.0.0 Documentation)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.xmlbeans.XmlUnsignedLong.Factory class">
@@ -14,7 +14,7 @@
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="XmlUnsignedLong.Factory (XMLBeans 2.0.0-beta1 Documentation)";
+    parent.document.title="XmlUnsignedLong.Factory (XMLBeans 2.0.0 Documentation)";
 }
 </SCRIPT>
 
@@ -143,7 +143,7 @@
 <TD><CODE><B><A HREF="../../../org/apache/xmlbeans/XmlUnsignedLong.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/XmlUnsignedLong.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/XmlUnsignedLong.html" title="interface in org.apache.xmlbeans"><CODE>XmlUnsignedLong</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/XmlUnsignedLong.html" title="interface in org.apache.xmlbeans"><CODE>XmlUnsignedLong</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/XmlUnsignedLong.html" title="interface in org.apache.xmlbeans"><CODE>XmlUnsignedLong</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/XmlUnsignedLong.html" title="interface in org.apache.xmlbeans"><CODE>XmlUnsignedLong</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/XmlUnsignedLong.html
URL: http://svn.apache.org/viewcvs/xmlbeans/site/build/site/docs/2.0.0/reference/org/apache/xmlbeans/XmlUnsignedLong.html?rev=330960&r1=330959&r2=330960&view=diff
==============================================================================
--- xmlbeans/site/build/site/docs/2.0.0/reference/org/apache/xmlbeans/XmlUnsignedLong.html (original)
+++ xmlbeans/site/build/site/docs/2.0.0/reference/org/apache/xmlbeans/XmlUnsignedLong.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>
-XmlUnsignedLong (XMLBeans 2.0.0-beta1 Documentation)
+XmlUnsignedLong (XMLBeans 2.0.0 Documentation)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.xmlbeans.XmlUnsignedLong interface">
@@ -14,7 +14,7 @@
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="XmlUnsignedLong (XMLBeans 2.0.0-beta1 Documentation)";
+    parent.document.title="XmlUnsignedLong (XMLBeans 2.0.0 Documentation)";
 }
 </SCRIPT>
 

Modified: xmlbeans/site/build/site/docs/2.0.0/reference/org/apache/xmlbeans/XmlUnsignedShort.Factory.html
URL: http://svn.apache.org/viewcvs/xmlbeans/site/build/site/docs/2.0.0/reference/org/apache/xmlbeans/XmlUnsignedShort.Factory.html?rev=330960&r1=330959&r2=330960&view=diff
==============================================================================
--- xmlbeans/site/build/site/docs/2.0.0/reference/org/apache/xmlbeans/XmlUnsignedShort.Factory.html (original)
+++ xmlbeans/site/build/site/docs/2.0.0/reference/org/apache/xmlbeans/XmlUnsignedShort.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>
-XmlUnsignedShort.Factory (XMLBeans 2.0.0-beta1 Documentation)
+XmlUnsignedShort.Factory (XMLBeans 2.0.0 Documentation)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.xmlbeans.XmlUnsignedShort.Factory class">
@@ -14,7 +14,7 @@
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="XmlUnsignedShort.Factory (XMLBeans 2.0.0-beta1 Documentation)";
+    parent.document.title="XmlUnsignedShort.Factory (XMLBeans 2.0.0 Documentation)";
 }
 </SCRIPT>
 
@@ -143,7 +143,7 @@
 <TD><CODE><B><A HREF="../../../org/apache/xmlbeans/XmlUnsignedShort.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/XmlUnsignedShort.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/XmlUnsignedShort.html" title="interface in org.apache.xmlbeans"><CODE>XmlUnsignedShort</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/XmlUnsignedShort.html" title="interface in org.apache.xmlbeans"><CODE>XmlUnsignedShort</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/XmlUnsignedShort.html" title="interface in org.apache.xmlbeans"><CODE>XmlUnsignedShort</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/XmlUnsignedShort.html" title="interface in org.apache.xmlbeans"><CODE>XmlUnsignedShort</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/XmlUnsignedShort.html
URL: http://svn.apache.org/viewcvs/xmlbeans/site/build/site/docs/2.0.0/reference/org/apache/xmlbeans/XmlUnsignedShort.html?rev=330960&r1=330959&r2=330960&view=diff
==============================================================================
--- xmlbeans/site/build/site/docs/2.0.0/reference/org/apache/xmlbeans/XmlUnsignedShort.html (original)
+++ xmlbeans/site/build/site/docs/2.0.0/reference/org/apache/xmlbeans/XmlUnsignedShort.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>
-XmlUnsignedShort (XMLBeans 2.0.0-beta1 Documentation)
+XmlUnsignedShort (XMLBeans 2.0.0 Documentation)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.xmlbeans.XmlUnsignedShort interface">
@@ -14,7 +14,7 @@
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="XmlUnsignedShort (XMLBeans 2.0.0-beta1 Documentation)";
+    parent.document.title="XmlUnsignedShort (XMLBeans 2.0.0 Documentation)";
 }
 </SCRIPT>
 

Modified: xmlbeans/site/build/site/docs/2.0.0/reference/org/apache/xmlbeans/XmlValidationError.html
URL: http://svn.apache.org/viewcvs/xmlbeans/site/build/site/docs/2.0.0/reference/org/apache/xmlbeans/XmlValidationError.html?rev=330960&r1=330959&r2=330960&view=diff
==============================================================================
--- xmlbeans/site/build/site/docs/2.0.0/reference/org/apache/xmlbeans/XmlValidationError.html (original)
+++ xmlbeans/site/build/site/docs/2.0.0/reference/org/apache/xmlbeans/XmlValidationError.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>
-XmlValidationError (XMLBeans 2.0.0-beta1 Documentation)
+XmlValidationError (XMLBeans 2.0.0 Documentation)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.xmlbeans.XmlValidationError class">
@@ -14,7 +14,7 @@
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="XmlValidationError (XMLBeans 2.0.0-beta1 Documentation)";
+    parent.document.title="XmlValidationError (XMLBeans 2.0.0 Documentation)";
 }
 </SCRIPT>
 

Modified: xmlbeans/site/build/site/docs/2.0.0/reference/org/apache/xmlbeans/package-frame.html
URL: http://svn.apache.org/viewcvs/xmlbeans/site/build/site/docs/2.0.0/reference/org/apache/xmlbeans/package-frame.html?rev=330960&r1=330959&r2=330960&view=diff
==============================================================================
--- xmlbeans/site/build/site/docs/2.0.0/reference/org/apache/xmlbeans/package-frame.html (original)
+++ xmlbeans/site/build/site/docs/2.0.0/reference/org/apache/xmlbeans/package-frame.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:03 PST 2005 -->
+<!-- Generated by javadoc (build 1.4.2_03) on Wed Nov 02 12:35:05 PST 2005 -->
 <TITLE>
-org.apache.xmlbeans (XMLBeans 2.0.0-beta1 Documentation)
+org.apache.xmlbeans (XMLBeans 2.0.0 Documentation)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.xmlbeans package">

Modified: xmlbeans/site/build/site/docs/2.0.0/reference/org/apache/xmlbeans/package-summary.html
URL: http://svn.apache.org/viewcvs/xmlbeans/site/build/site/docs/2.0.0/reference/org/apache/xmlbeans/package-summary.html?rev=330960&r1=330959&r2=330960&view=diff
==============================================================================
--- xmlbeans/site/build/site/docs/2.0.0/reference/org/apache/xmlbeans/package-summary.html (original)
+++ xmlbeans/site/build/site/docs/2.0.0/reference/org/apache/xmlbeans/package-summary.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:03 PST 2005 -->
+<!-- Generated by javadoc (build 1.4.2_03) on Wed Nov 02 12:35:05 PST 2005 -->
 <TITLE>
-org.apache.xmlbeans (XMLBeans 2.0.0-beta1 Documentation)
+org.apache.xmlbeans (XMLBeans 2.0.0 Documentation)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.xmlbeans package">
@@ -14,7 +14,7 @@
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="org.apache.xmlbeans (XMLBeans 2.0.0-beta1 Documentation)";
+    parent.document.title="org.apache.xmlbeans (XMLBeans 2.0.0 Documentation)";
 }
 </SCRIPT>
 

Modified: xmlbeans/site/build/site/docs/2.0.0/reference/org/apache/xmlbeans/package-tree.html
URL: http://svn.apache.org/viewcvs/xmlbeans/site/build/site/docs/2.0.0/reference/org/apache/xmlbeans/package-tree.html?rev=330960&r1=330959&r2=330960&view=diff
==============================================================================
--- xmlbeans/site/build/site/docs/2.0.0/reference/org/apache/xmlbeans/package-tree.html (original)
+++ xmlbeans/site/build/site/docs/2.0.0/reference/org/apache/xmlbeans/package-tree.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:03 PST 2005 -->
+<!-- Generated by javadoc (build 1.4.2_03) on Wed Nov 02 12:35:05 PST 2005 -->
 <TITLE>
-org.apache.xmlbeans Class Hierarchy (XMLBeans 2.0.0-beta1 Documentation)
+org.apache.xmlbeans Class Hierarchy (XMLBeans 2.0.0 Documentation)
 </TITLE>
 
 
@@ -13,7 +13,7 @@
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="org.apache.xmlbeans Class Hierarchy (XMLBeans 2.0.0-beta1 Documentation)";
+    parent.document.title="org.apache.xmlbeans Class Hierarchy (XMLBeans 2.0.0 Documentation)";
 }
 </SCRIPT>
 

Modified: xmlbeans/site/build/site/docs/2.0.0/reference/overview-frame.html
URL: http://svn.apache.org/viewcvs/xmlbeans/site/build/site/docs/2.0.0/reference/overview-frame.html?rev=330960&r1=330959&r2=330960&view=diff
==============================================================================
--- xmlbeans/site/build/site/docs/2.0.0/reference/overview-frame.html (original)
+++ xmlbeans/site/build/site/docs/2.0.0/reference/overview-frame.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:03 PST 2005 -->
+<!-- Generated by javadoc (build 1.4.2_03) on Wed Nov 02 12:35:05 PST 2005 -->
 <TITLE>
-Overview (XMLBeans 2.0.0-beta1 Documentation)
+Overview (XMLBeans 2.0.0 Documentation)
 </TITLE>
 
 <META NAME="keywords" CONTENT="Overview">

Modified: xmlbeans/site/build/site/docs/2.0.0/reference/overview-summary.html
URL: http://svn.apache.org/viewcvs/xmlbeans/site/build/site/docs/2.0.0/reference/overview-summary.html?rev=330960&r1=330959&r2=330960&view=diff
==============================================================================
--- xmlbeans/site/build/site/docs/2.0.0/reference/overview-summary.html (original)
+++ xmlbeans/site/build/site/docs/2.0.0/reference/overview-summary.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:03 PST 2005 -->
+<!-- Generated by javadoc (build 1.4.2_03) on Wed Nov 02 12:35:05 PST 2005 -->
 <TITLE>
-Overview (XMLBeans 2.0.0-beta1 Documentation)
+Overview (XMLBeans 2.0.0 Documentation)
 </TITLE>
 
 <META NAME="keywords" CONTENT="Overview">
@@ -14,7 +14,7 @@
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="Overview (XMLBeans 2.0.0-beta1 Documentation)";
+    parent.document.title="Overview (XMLBeans 2.0.0 Documentation)";
 }
 </SCRIPT>
 

Modified: xmlbeans/site/build/site/docs/2.0.0/reference/overview-tree.html
URL: http://svn.apache.org/viewcvs/xmlbeans/site/build/site/docs/2.0.0/reference/overview-tree.html?rev=330960&r1=330959&r2=330960&view=diff
==============================================================================
--- xmlbeans/site/build/site/docs/2.0.0/reference/overview-tree.html (original)
+++ xmlbeans/site/build/site/docs/2.0.0/reference/overview-tree.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:00 PST 2005 -->
+<!-- Generated by javadoc (build 1.4.2_03) on Wed Nov 02 12:35:04 PST 2005 -->
 <TITLE>
-Class Hierarchy (XMLBeans 2.0.0-beta1 Documentation)
+Class Hierarchy (XMLBeans 2.0.0 Documentation)
 </TITLE>
 
 
@@ -13,7 +13,7 @@
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="Class Hierarchy (XMLBeans 2.0.0-beta1 Documentation)";
+    parent.document.title="Class Hierarchy (XMLBeans 2.0.0 Documentation)";
 }
 </SCRIPT>
 

Modified: xmlbeans/site/build/site/docs/2.0.0/reference/packages.html
URL: http://svn.apache.org/viewcvs/xmlbeans/site/build/site/docs/2.0.0/reference/packages.html?rev=330960&r1=330959&r2=330960&view=diff
==============================================================================
--- xmlbeans/site/build/site/docs/2.0.0/reference/packages.html (original)
+++ xmlbeans/site/build/site/docs/2.0.0/reference/packages.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:03 PST 2005 -->
+<!-- Generated by javadoc (build 1.4.2_03) on Wed Nov 02 12:35:05 PST 2005 -->
 <TITLE>
- (XMLBeans 2.0.0-beta1 Documentation)
+ (XMLBeans 2.0.0 Documentation)
 </TITLE>
 
 
@@ -13,7 +13,7 @@
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title=" (XMLBeans 2.0.0-beta1 Documentation)";
+    parent.document.title=" (XMLBeans 2.0.0 Documentation)";
 }
 </SCRIPT>
 

Modified: xmlbeans/site/build/site/docs/2.0.0/reference/serialized-form.html
URL: http://svn.apache.org/viewcvs/xmlbeans/site/build/site/docs/2.0.0/reference/serialized-form.html?rev=330960&r1=330959&r2=330960&view=diff
==============================================================================
--- xmlbeans/site/build/site/docs/2.0.0/reference/serialized-form.html (original)
+++ xmlbeans/site/build/site/docs/2.0.0/reference/serialized-form.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>
-Serialized Form (XMLBeans 2.0.0-beta1 Documentation)
+Serialized Form (XMLBeans 2.0.0 Documentation)
 </TITLE>
 
 
@@ -13,7 +13,7 @@
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="Serialized Form (XMLBeans 2.0.0-beta1 Documentation)";
+    parent.document.title="Serialized Form (XMLBeans 2.0.0 Documentation)";
 }
 </SCRIPT>
 

Modified: xmlbeans/site/build/site/documentation/conInstallGuide.html
URL: http://svn.apache.org/viewcvs/xmlbeans/site/build/site/documentation/conInstallGuide.html?rev=330960&r1=330959&r2=330960&view=diff
==============================================================================
--- xmlbeans/site/build/site/documentation/conInstallGuide.html (original)
+++ xmlbeans/site/build/site/documentation/conInstallGuide.html Fri Nov  4 18:00:48 2005
@@ -91,10 +91,6 @@
 <div id="credit2"></div>
 </div>
 <div id="content">
-<div title="Portable Document Format" class="pdflink">
-<a class="dida" href="conInstallGuide.pdf"><img alt="PDF -icon" src="../skin/images/pdfdoc.gif" class="skin"><br>
-        PDF</a>
-</div>
 <h1>Installing XMLBeans</h1>
 		
 <a name="N1000C"></a><a name="Requirements"></a>

Modified: xmlbeans/site/build/site/documentation/index.html
URL: http://svn.apache.org/viewcvs/xmlbeans/site/build/site/documentation/index.html?rev=330960&r1=330959&r2=330960&view=diff
==============================================================================
--- xmlbeans/site/build/site/documentation/index.html (original)
+++ xmlbeans/site/build/site/documentation/index.html Fri Nov  4 18:00:48 2005
@@ -103,10 +103,6 @@
 <div id="credit2"></div>
 </div>
 <div id="content">
-<div title="Portable Document Format" class="pdflink">
-<a class="dida" href="index.pdf"><img alt="PDF -icon" src="../skin/images/pdfdoc.gif" class="skin"><br>
-        PDF</a>
-</div>
 <h1>XMLBeans Documentation</h1>
         
 <a name="N1000C"></a><a name="Tutorial"></a>

Modified: xmlbeans/site/build/site/documentation/tutorial_getstarted.html
URL: http://svn.apache.org/viewcvs/xmlbeans/site/build/site/documentation/tutorial_getstarted.html?rev=330960&r1=330959&r2=330960&view=diff
==============================================================================
--- xmlbeans/site/build/site/documentation/tutorial_getstarted.html (original)
+++ xmlbeans/site/build/site/documentation/tutorial_getstarted.html Fri Nov  4 18:00:48 2005
@@ -103,10 +103,6 @@
 <div id="credit2"></div>
 </div>
 <div id="content">
-<div title="Portable Document Format" class="pdflink">
-<a class="dida" href="tutorial_getstarted.pdf"><img alt="PDF -icon" src="../skin/images/pdfdoc.gif" class="skin"><br>
-        PDF</a>
-</div>
 <h1>Tutorial: First Steps with XMLBeans</h1>
         
 <a name="N1000C"></a><a name="Introduction"></a>

Modified: xmlbeans/site/build/site/index.html
URL: http://svn.apache.org/viewcvs/xmlbeans/site/build/site/index.html?rev=330960&r1=330959&r2=330960&view=diff
==============================================================================
--- xmlbeans/site/build/site/index.html (original)
+++ xmlbeans/site/build/site/index.html Fri Nov  4 18:00:48 2005
@@ -139,10 +139,6 @@
 <div id="credit2"></div>
 </div>
 <div id="content">
-<div title="Portable Document Format" class="pdflink">
-<a class="dida" href="index.pdf"><img alt="PDF -icon" src="skin/images/pdfdoc.gif" class="skin"><br>
-        PDF</a>
-</div>
 <h1>Welcome to XMLBeans</h1>
 		
 <a name="N1000C"></a><a name="What+is+XMLBeans%3F"></a>



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