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

svn commit: r162001 [2/3] - in xmlbeans/trunk/src: common/org/apache/xmlbeans/impl/common/ store/org/apache/xmlbeans/impl/store/ typeimpl/org/apache/xmlbeans/impl/schema/ typeimpl/org/apache/xmlbeans/impl/validator/ typeimpl/org/apache/xmlbeans/impl/values/ xmlinputstream/org/apache/xmlbeans/xml/stream/ xmlpublic/org/apache/xmlbeans/

Modified: xmlbeans/trunk/src/xmlpublic/org/apache/xmlbeans/XmlID.java
URL: http://svn.apache.org/viewcvs/xmlbeans/trunk/src/xmlpublic/org/apache/xmlbeans/XmlID.java?view=diff&r1=162000&r2=162001
==============================================================================
--- xmlbeans/trunk/src/xmlpublic/org/apache/xmlbeans/XmlID.java (original)
+++ xmlbeans/trunk/src/xmlpublic/org/apache/xmlbeans/XmlID.java Tue Apr 19 18:33:49 2005
@@ -98,11 +98,15 @@
         public static XmlID parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
           return (XmlID) XmlBeans.getContextTypeLoader().parse( node, type, options ); }
         
-        /** Parses a {@link XmlID} fragment from an XMLInputStream. */
+        /** Parses a {@link XmlID} fragment from an XMLInputStream.
+         * @deprecated XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.
+         */
         public static XmlID parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
           return (XmlID) XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
         
-        /** Parses a {@link XmlID} fragment from an XMLInputStream. */
+        /** Parses a {@link XmlID} fragment from an XMLInputStream.
+         * @deprecated XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.
+         */
         public static XmlID parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
           return (XmlID) XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
         
@@ -114,11 +118,15 @@
         public static XmlID parse(javax.xml.stream.XMLStreamReader xsr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException{
           return (XmlID) XmlBeans.getContextTypeLoader().parse( xsr, type, options ); }
         
-        /** Returns a validating XMLInputStream. */
+        /** Returns a validating XMLInputStream.
+         * @deprecated XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.
+         */
         public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
           return XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
         
-        /** Returns a validating XMLInputStream. */
+        /** Returns a validating XMLInputStream.
+         * @deprecated XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.
+         */
         public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
           return XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
         

Modified: xmlbeans/trunk/src/xmlpublic/org/apache/xmlbeans/XmlIDREF.java
URL: http://svn.apache.org/viewcvs/xmlbeans/trunk/src/xmlpublic/org/apache/xmlbeans/XmlIDREF.java?view=diff&r1=162000&r2=162001
==============================================================================
--- xmlbeans/trunk/src/xmlpublic/org/apache/xmlbeans/XmlIDREF.java (original)
+++ xmlbeans/trunk/src/xmlpublic/org/apache/xmlbeans/XmlIDREF.java Tue Apr 19 18:33:49 2005
@@ -99,11 +99,15 @@
         public static XmlIDREF parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
           return (XmlIDREF) XmlBeans.getContextTypeLoader().parse( node, type, options ); }
         
-        /** Parses a {@link XmlIDREF} fragment from an XMLInputStream. */
+        /** Parses a {@link XmlIDREF} fragment from an XMLInputStream.
+         * @deprecated XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.
+         */
         public static XmlIDREF parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
           return (XmlIDREF) XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
         
-        /** Parses a {@link XmlIDREF} fragment from an XMLInputStream. */
+        /** Parses a {@link XmlIDREF} fragment from an XMLInputStream.
+         * @deprecated XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.
+         */
         public static XmlIDREF parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
           return (XmlIDREF) XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
         
@@ -115,11 +119,15 @@
         public static XmlIDREF parse(javax.xml.stream.XMLStreamReader xsr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException{
           return (XmlIDREF) XmlBeans.getContextTypeLoader().parse( xsr, type, options ); }
         
-        /** Returns a validating XMLInputStream. */
+        /** Returns a validating XMLInputStream.
+         * @deprecated XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.
+         */
         public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
           return XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
         
-        /** Returns a validating XMLInputStream. */
+        /** Returns a validating XMLInputStream.
+         * @deprecated XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.
+         */
         public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
           return XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
         

Modified: xmlbeans/trunk/src/xmlpublic/org/apache/xmlbeans/XmlIDREFS.java
URL: http://svn.apache.org/viewcvs/xmlbeans/trunk/src/xmlpublic/org/apache/xmlbeans/XmlIDREFS.java?view=diff&r1=162000&r2=162001
==============================================================================
--- xmlbeans/trunk/src/xmlpublic/org/apache/xmlbeans/XmlIDREFS.java (original)
+++ xmlbeans/trunk/src/xmlpublic/org/apache/xmlbeans/XmlIDREFS.java Tue Apr 19 18:33:49 2005
@@ -126,11 +126,15 @@
         public static XmlIDREFS parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
           return (XmlIDREFS) XmlBeans.getContextTypeLoader().parse( node, type, options ); }
         
-        /** Parses a {@link XmlIDREFS} fragment from an XMLInputStream. */
+        /** Parses a {@link XmlIDREFS} fragment from an XMLInputStream.
+         * @deprecated XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.
+         */
         public static XmlIDREFS parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
           return (XmlIDREFS) XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
         
-        /** Parses a {@link XmlIDREFS} fragment from an XMLInputStream. */
+        /** Parses a {@link XmlIDREFS} fragment from an XMLInputStream.
+         * @deprecated XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.
+         */
         public static XmlIDREFS parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
           return (XmlIDREFS) XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
         
@@ -142,11 +146,15 @@
         public static XmlIDREFS parse(javax.xml.stream.XMLStreamReader xsr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException{
           return (XmlIDREFS) XmlBeans.getContextTypeLoader().parse( xsr, type, options ); }
         
-        /** Returns a validating XMLInputStream. */
+        /** Returns a validating XMLInputStream.
+         * @deprecated XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.
+         */
         public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
           return XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
         
-        /** Returns a validating XMLInputStream. */
+        /** Returns a validating XMLInputStream.
+         * @deprecated XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.
+         */
         public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
           return XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
         

Modified: xmlbeans/trunk/src/xmlpublic/org/apache/xmlbeans/XmlInt.java
URL: http://svn.apache.org/viewcvs/xmlbeans/trunk/src/xmlpublic/org/apache/xmlbeans/XmlInt.java?view=diff&r1=162000&r2=162001
==============================================================================
--- xmlbeans/trunk/src/xmlpublic/org/apache/xmlbeans/XmlInt.java (original)
+++ xmlbeans/trunk/src/xmlpublic/org/apache/xmlbeans/XmlInt.java Tue Apr 19 18:33:49 2005
@@ -112,11 +112,15 @@
         public static XmlInt parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
           return (XmlInt) XmlBeans.getContextTypeLoader().parse( node, type, options ); }
         
-        /** Parses a {@link XmlInt} fragment from an XMLInputStream. */
+        /** Parses a {@link XmlInt} fragment from an XMLInputStream.
+         * @deprecated XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.
+         */
         public static XmlInt parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
           return (XmlInt) XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
         
-        /** Parses a {@link XmlInt} fragment from an XMLInputStream. */
+        /** Parses a {@link XmlInt} fragment from an XMLInputStream.
+         * @deprecated XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.
+         */
         public static XmlInt parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
           return (XmlInt) XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
         
@@ -128,11 +132,15 @@
         public static XmlInt parse(javax.xml.stream.XMLStreamReader xsr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException{
           return (XmlInt) XmlBeans.getContextTypeLoader().parse( xsr, type, options ); }
         
-        /** Returns a validating XMLInputStream. */
+        /** Returns a validating XMLInputStream.
+         * @deprecated XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.
+         */
         public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
           return XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
         
-        /** Returns a validating XMLInputStream. */
+        /** Returns a validating XMLInputStream.
+         * @deprecated XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.
+         */
         public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
           return XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
         

Modified: xmlbeans/trunk/src/xmlpublic/org/apache/xmlbeans/XmlInteger.java
URL: http://svn.apache.org/viewcvs/xmlbeans/trunk/src/xmlpublic/org/apache/xmlbeans/XmlInteger.java?view=diff&r1=162000&r2=162001
==============================================================================
--- xmlbeans/trunk/src/xmlpublic/org/apache/xmlbeans/XmlInteger.java (original)
+++ xmlbeans/trunk/src/xmlpublic/org/apache/xmlbeans/XmlInteger.java Tue Apr 19 18:33:49 2005
@@ -118,11 +118,15 @@
         public static XmlInteger parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
           return (XmlInteger) XmlBeans.getContextTypeLoader().parse( node, type, options ); }
         
-        /** Parses a {@link XmlInteger} fragment from an XMLInputStream. */
+        /** Parses a {@link XmlInteger} fragment from an XMLInputStream.
+         * @deprecated XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.
+         */
         public static XmlInteger parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
           return (XmlInteger) XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
         
-        /** Parses a {@link XmlInteger} fragment from an XMLInputStream. */
+        /** Parses a {@link XmlInteger} fragment from an XMLInputStream.
+         * @deprecated XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.
+         */
         public static XmlInteger parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
           return (XmlInteger) XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
         
@@ -134,11 +138,15 @@
         public static XmlInteger parse(javax.xml.stream.XMLStreamReader xsr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException{
           return (XmlInteger) XmlBeans.getContextTypeLoader().parse( xsr, type, options ); }
         
-        /** Returns a validating XMLInputStream. */
+        /** Returns a validating XMLInputStream.
+         * @deprecated XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.
+         */
         public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
           return XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
         
-        /** Returns a validating XMLInputStream. */
+        /** Returns a validating XMLInputStream.
+         * @deprecated XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.
+         */
         public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
           return XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
         

Modified: xmlbeans/trunk/src/xmlpublic/org/apache/xmlbeans/XmlLanguage.java
URL: http://svn.apache.org/viewcvs/xmlbeans/trunk/src/xmlpublic/org/apache/xmlbeans/XmlLanguage.java?view=diff&r1=162000&r2=162001
==============================================================================
--- xmlbeans/trunk/src/xmlpublic/org/apache/xmlbeans/XmlLanguage.java (original)
+++ xmlbeans/trunk/src/xmlpublic/org/apache/xmlbeans/XmlLanguage.java Tue Apr 19 18:33:49 2005
@@ -97,11 +97,15 @@
         public static XmlLanguage parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
           return (XmlLanguage) XmlBeans.getContextTypeLoader().parse( node, type, options ); }
         
-        /** Parses a {@link XmlLanguage} fragment from an XMLInputStream. */
+        /** Parses a {@link XmlLanguage} fragment from an XMLInputStream.
+         * @deprecated XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.
+         */
         public static XmlLanguage parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
           return (XmlLanguage) XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
         
-        /** Parses a {@link XmlLanguage} fragment from an XMLInputStream. */
+        /** Parses a {@link XmlLanguage} fragment from an XMLInputStream.
+         * @deprecated XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.
+         */
         public static XmlLanguage parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
           return (XmlLanguage) XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
         
@@ -113,11 +117,15 @@
         public static XmlLanguage parse(javax.xml.stream.XMLStreamReader xsr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException{
           return (XmlLanguage) XmlBeans.getContextTypeLoader().parse( xsr, type, options ); }
         
-        /** Returns a validating XMLInputStream. */
+        /** Returns a validating XMLInputStream.
+         * @deprecated XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.
+         */
         public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
           return XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
         
-        /** Returns a validating XMLInputStream. */
+        /** Returns a validating XMLInputStream.
+         * @deprecated XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.
+         */
         public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
           return XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
         

Modified: xmlbeans/trunk/src/xmlpublic/org/apache/xmlbeans/XmlLong.java
URL: http://svn.apache.org/viewcvs/xmlbeans/trunk/src/xmlpublic/org/apache/xmlbeans/XmlLong.java?view=diff&r1=162000&r2=162001
==============================================================================
--- xmlbeans/trunk/src/xmlpublic/org/apache/xmlbeans/XmlLong.java (original)
+++ xmlbeans/trunk/src/xmlpublic/org/apache/xmlbeans/XmlLong.java Tue Apr 19 18:33:49 2005
@@ -112,11 +112,15 @@
         public static XmlLong parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
           return (XmlLong) XmlBeans.getContextTypeLoader().parse( node, type, options ); }
         
-        /** Parses a {@link XmlLong} fragment from an XMLInputStream. */
+        /** Parses a {@link XmlLong} fragment from an XMLInputStream.
+         * @deprecated XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.
+         */
         public static XmlLong parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
           return (XmlLong) XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
         
-        /** Parses a {@link XmlLong} fragment from an XMLInputStream. */
+        /** Parses a {@link XmlLong} fragment from an XMLInputStream.
+         * @deprecated XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.
+         */
         public static XmlLong parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
           return (XmlLong) XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
         
@@ -128,11 +132,15 @@
         public static XmlLong parse(javax.xml.stream.XMLStreamReader xsr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException{
           return (XmlLong) XmlBeans.getContextTypeLoader().parse( xsr, type, options ); }
         
-        /** Returns a validating XMLInputStream. */
+        /** Returns a validating XMLInputStream.
+         * @deprecated XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.
+         */
         public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
           return XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
         
-        /** Returns a validating XMLInputStream. */
+        /** Returns a validating XMLInputStream.
+         * @deprecated XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.
+         */
         public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
           return XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
         

Modified: xmlbeans/trunk/src/xmlpublic/org/apache/xmlbeans/XmlNCName.java
URL: http://svn.apache.org/viewcvs/xmlbeans/trunk/src/xmlpublic/org/apache/xmlbeans/XmlNCName.java?view=diff&r1=162000&r2=162001
==============================================================================
--- xmlbeans/trunk/src/xmlpublic/org/apache/xmlbeans/XmlNCName.java (original)
+++ xmlbeans/trunk/src/xmlpublic/org/apache/xmlbeans/XmlNCName.java Tue Apr 19 18:33:49 2005
@@ -101,11 +101,15 @@
         public static XmlNCName parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
           return (XmlNCName) XmlBeans.getContextTypeLoader().parse( node, type, options ); }
         
-        /** Parses a {@link XmlNCName} fragment from an XMLInputStream. */
+        /** Parses a {@link XmlNCName} fragment from an XMLInputStream.
+         * @deprecated XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.
+         */
         public static XmlNCName parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
           return (XmlNCName) XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
         
-        /** Parses a {@link XmlNCName} fragment from an XMLInputStream. */
+        /** Parses a {@link XmlNCName} fragment from an XMLInputStream.
+         * @deprecated XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.
+         */
         public static XmlNCName parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
           return (XmlNCName) XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
         
@@ -117,11 +121,15 @@
         public static XmlNCName parse(javax.xml.stream.XMLStreamReader xsr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException{
           return (XmlNCName) XmlBeans.getContextTypeLoader().parse( xsr, type, options ); }
         
-        /** Returns a validating XMLInputStream. */
+        /** Returns a validating XMLInputStream.
+         * @deprecated XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.
+         */
         public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
           return XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
         
-        /** Returns a validating XMLInputStream. */
+        /** Returns a validating XMLInputStream.
+         * @deprecated XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.
+         */
         public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
           return XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
         

Modified: xmlbeans/trunk/src/xmlpublic/org/apache/xmlbeans/XmlNMTOKEN.java
URL: http://svn.apache.org/viewcvs/xmlbeans/trunk/src/xmlpublic/org/apache/xmlbeans/XmlNMTOKEN.java?view=diff&r1=162000&r2=162001
==============================================================================
--- xmlbeans/trunk/src/xmlpublic/org/apache/xmlbeans/XmlNMTOKEN.java (original)
+++ xmlbeans/trunk/src/xmlpublic/org/apache/xmlbeans/XmlNMTOKEN.java Tue Apr 19 18:33:49 2005
@@ -100,11 +100,15 @@
         public static XmlNMTOKEN parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
           return (XmlNMTOKEN) XmlBeans.getContextTypeLoader().parse( node, type, options ); }
         
-        /** Parses a {@link XmlNMTOKEN} fragment from an XMLInputStream. */
+        /** Parses a {@link XmlNMTOKEN} fragment from an XMLInputStream.
+         * @deprecated XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.
+         */
         public static XmlNMTOKEN parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
           return (XmlNMTOKEN) XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
         
-        /** Parses a {@link XmlNMTOKEN} fragment from an XMLInputStream. */
+        /** Parses a {@link XmlNMTOKEN} fragment from an XMLInputStream.
+         * @deprecated XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.
+         */
         public static XmlNMTOKEN parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
           return (XmlNMTOKEN) XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
         
@@ -116,11 +120,15 @@
         public static XmlNMTOKEN parse(javax.xml.stream.XMLStreamReader xsr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException{
           return (XmlNMTOKEN) XmlBeans.getContextTypeLoader().parse( xsr, type, options ); }
         
-        /** Returns a validating XMLInputStream. */
+        /** Returns a validating XMLInputStream.
+         * @deprecated XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.
+         */
         public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
           return XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
         
-        /** Returns a validating XMLInputStream. */
+        /** Returns a validating XMLInputStream.
+         * @deprecated XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.
+         */
         public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
           return XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
         

Modified: xmlbeans/trunk/src/xmlpublic/org/apache/xmlbeans/XmlNMTOKENS.java
URL: http://svn.apache.org/viewcvs/xmlbeans/trunk/src/xmlpublic/org/apache/xmlbeans/XmlNMTOKENS.java?view=diff&r1=162000&r2=162001
==============================================================================
--- xmlbeans/trunk/src/xmlpublic/org/apache/xmlbeans/XmlNMTOKENS.java (original)
+++ xmlbeans/trunk/src/xmlpublic/org/apache/xmlbeans/XmlNMTOKENS.java Tue Apr 19 18:33:49 2005
@@ -123,11 +123,15 @@
         public static XmlNMTOKENS parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
           return (XmlNMTOKENS) XmlBeans.getContextTypeLoader().parse( node, type, options ); }
         
-        /** Parses a {@link XmlNMTOKENS} fragment from an XMLInputStream. */
+        /** Parses a {@link XmlNMTOKENS} fragment from an XMLInputStream.
+         * @deprecated XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.
+         */
         public static XmlNMTOKENS parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
           return (XmlNMTOKENS) XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
         
-        /** Parses a {@link XmlNMTOKENS} fragment from an XMLInputStream. */
+        /** Parses a {@link XmlNMTOKENS} fragment from an XMLInputStream.
+         * @deprecated XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.
+         */
         public static XmlNMTOKENS parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
           return (XmlNMTOKENS) XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
         
@@ -139,11 +143,15 @@
         public static XmlNMTOKENS parse(javax.xml.stream.XMLStreamReader xsr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException{
           return (XmlNMTOKENS) XmlBeans.getContextTypeLoader().parse( xsr, type, options ); }
         
-        /** Returns a validating XMLInputStream. */
+        /** Returns a validating XMLInputStream.
+         * @deprecated XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.
+         */
         public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
           return XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
         
-        /** Returns a validating XMLInputStream. */
+        /** Returns a validating XMLInputStream.
+         * @deprecated XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.
+         */
         public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
           return XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
         

Modified: xmlbeans/trunk/src/xmlpublic/org/apache/xmlbeans/XmlNOTATION.java
URL: http://svn.apache.org/viewcvs/xmlbeans/trunk/src/xmlpublic/org/apache/xmlbeans/XmlNOTATION.java?view=diff&r1=162000&r2=162001
==============================================================================
--- xmlbeans/trunk/src/xmlpublic/org/apache/xmlbeans/XmlNOTATION.java (original)
+++ xmlbeans/trunk/src/xmlpublic/org/apache/xmlbeans/XmlNOTATION.java Tue Apr 19 18:33:49 2005
@@ -99,11 +99,15 @@
         public static XmlNOTATION parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
           return (XmlNOTATION) XmlBeans.getContextTypeLoader().parse( node, type, options ); }
         
-        /** Parses a {@link XmlNOTATION} fragment from an XMLInputStream. */
+        /** Parses a {@link XmlNOTATION} fragment from an XMLInputStream.
+         * @deprecated XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.
+         */
         public static XmlNOTATION parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
           return (XmlNOTATION) XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
         
-        /** Parses a {@link XmlNOTATION} fragment from an XMLInputStream. */
+        /** Parses a {@link XmlNOTATION} fragment from an XMLInputStream.
+         * @deprecated XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.
+         */
         public static XmlNOTATION parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
           return (XmlNOTATION) XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
         
@@ -115,11 +119,15 @@
         public static XmlNOTATION parse(javax.xml.stream.XMLStreamReader xsr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException{
           return (XmlNOTATION) XmlBeans.getContextTypeLoader().parse( xsr, type, options ); }
         
-        /** Returns a validating XMLInputStream. */
+        /** Returns a validating XMLInputStream.
+         * @deprecated XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.
+         */
         public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
           return XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
         
-        /** Returns a validating XMLInputStream. */
+        /** Returns a validating XMLInputStream.
+         * @deprecated XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.
+         */
         public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
           return XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
         

Modified: xmlbeans/trunk/src/xmlpublic/org/apache/xmlbeans/XmlName.java
URL: http://svn.apache.org/viewcvs/xmlbeans/trunk/src/xmlpublic/org/apache/xmlbeans/XmlName.java?view=diff&r1=162000&r2=162001
==============================================================================
--- xmlbeans/trunk/src/xmlpublic/org/apache/xmlbeans/XmlName.java (original)
+++ xmlbeans/trunk/src/xmlpublic/org/apache/xmlbeans/XmlName.java Tue Apr 19 18:33:49 2005
@@ -101,11 +101,15 @@
         public static XmlName parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
           return (XmlName) XmlBeans.getContextTypeLoader().parse( node, type, options ); }
         
-        /** Parses a {@link XmlName} fragment from an XMLInputStream. */
+        /** Parses a {@link XmlName} fragment from an XMLInputStream.
+         * @deprecated XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.
+         */
         public static XmlName parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
           return (XmlName) XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
         
-        /** Parses a {@link XmlName} fragment from an XMLInputStream. */
+        /** Parses a {@link XmlName} fragment from an XMLInputStream.
+         * @deprecated XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.
+         */
         public static XmlName parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
           return (XmlName) XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
         
@@ -117,11 +121,15 @@
         public static XmlName parse(javax.xml.stream.XMLStreamReader xsr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException{
           return (XmlName) XmlBeans.getContextTypeLoader().parse( xsr, type, options ); }
         
-        /** Returns a validating XMLInputStream. */
+        /** Returns a validating XMLInputStream.
+         * @deprecated XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.
+         */
         public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
           return XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
         
-        /** Returns a validating XMLInputStream. */
+        /** Returns a validating XMLInputStream.
+         * @deprecated XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.
+         */
         public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
           return XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
         

Modified: xmlbeans/trunk/src/xmlpublic/org/apache/xmlbeans/XmlNegativeInteger.java
URL: http://svn.apache.org/viewcvs/xmlbeans/trunk/src/xmlpublic/org/apache/xmlbeans/XmlNegativeInteger.java?view=diff&r1=162000&r2=162001
==============================================================================
--- xmlbeans/trunk/src/xmlpublic/org/apache/xmlbeans/XmlNegativeInteger.java (original)
+++ xmlbeans/trunk/src/xmlpublic/org/apache/xmlbeans/XmlNegativeInteger.java Tue Apr 19 18:33:49 2005
@@ -98,11 +98,15 @@
         public static XmlNegativeInteger parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
           return (XmlNegativeInteger) XmlBeans.getContextTypeLoader().parse( node, type, options ); }
         
-        /** Parses a {@link XmlNegativeInteger} fragment from an XMLInputStream. */
+        /** Parses a {@link XmlNegativeInteger} fragment from an XMLInputStream.
+         * @deprecated XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.
+         */
         public static XmlNegativeInteger parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
           return (XmlNegativeInteger) XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
         
-        /** Parses a {@link XmlNegativeInteger} fragment from an XMLInputStream. */
+        /** Parses a {@link XmlNegativeInteger} fragment from an XMLInputStream.
+         * @deprecated XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.
+         */
         public static XmlNegativeInteger parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
           return (XmlNegativeInteger) XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
         
@@ -114,11 +118,15 @@
         public static XmlNegativeInteger parse(javax.xml.stream.XMLStreamReader xsr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException{
           return (XmlNegativeInteger) XmlBeans.getContextTypeLoader().parse( xsr, type, options ); }
         
-        /** Returns a validating XMLInputStream. */
+        /** Returns a validating XMLInputStream.
+         * @deprecated XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.
+         */
         public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
           return XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
         
-        /** Returns a validating XMLInputStream. */
+        /** Returns a validating XMLInputStream.
+         * @deprecated XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.
+         */
         public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
           return XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
         

Modified: xmlbeans/trunk/src/xmlpublic/org/apache/xmlbeans/XmlNonNegativeInteger.java
URL: http://svn.apache.org/viewcvs/xmlbeans/trunk/src/xmlpublic/org/apache/xmlbeans/XmlNonNegativeInteger.java?view=diff&r1=162000&r2=162001
==============================================================================
--- xmlbeans/trunk/src/xmlpublic/org/apache/xmlbeans/XmlNonNegativeInteger.java (original)
+++ xmlbeans/trunk/src/xmlpublic/org/apache/xmlbeans/XmlNonNegativeInteger.java Tue Apr 19 18:33:49 2005
@@ -98,11 +98,15 @@
         public static XmlNonNegativeInteger parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
           return (XmlNonNegativeInteger) XmlBeans.getContextTypeLoader().parse( node, type, options ); }
         
-        /** Parses a {@link XmlNonNegativeInteger} fragment from an XMLInputStream. */
+        /** Parses a {@link XmlNonNegativeInteger} fragment from an XMLInputStream.
+         * @deprecated XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.
+         */
         public static XmlNonNegativeInteger parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
           return (XmlNonNegativeInteger) XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
         
-        /** Parses a {@link XmlNonNegativeInteger} fragment from an XMLInputStream. */
+        /** Parses a {@link XmlNonNegativeInteger} fragment from an XMLInputStream.
+         * @deprecated XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.
+         */
         public static XmlNonNegativeInteger parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
           return (XmlNonNegativeInteger) XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
         
@@ -114,11 +118,15 @@
         public static XmlNonNegativeInteger parse(javax.xml.stream.XMLStreamReader xsr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
           return (XmlNonNegativeInteger) XmlBeans.getContextTypeLoader().parse( xsr, type, options ); }
         
-        /** Returns a validating XMLInputStream. */
+        /** Returns a validating XMLInputStream.
+         * @deprecated XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.
+         */
         public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
           return XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
         
-        /** Returns a validating XMLInputStream. */
+        /** Returns a validating XMLInputStream.
+         * @deprecated XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.
+         */
         public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
           return XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
         

Modified: xmlbeans/trunk/src/xmlpublic/org/apache/xmlbeans/XmlNonPositiveInteger.java
URL: http://svn.apache.org/viewcvs/xmlbeans/trunk/src/xmlpublic/org/apache/xmlbeans/XmlNonPositiveInteger.java?view=diff&r1=162000&r2=162001
==============================================================================
--- xmlbeans/trunk/src/xmlpublic/org/apache/xmlbeans/XmlNonPositiveInteger.java (original)
+++ xmlbeans/trunk/src/xmlpublic/org/apache/xmlbeans/XmlNonPositiveInteger.java Tue Apr 19 18:33:49 2005
@@ -98,11 +98,15 @@
         public static XmlNonPositiveInteger parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
           return (XmlNonPositiveInteger) XmlBeans.getContextTypeLoader().parse( node, type, options ); }
         
-        /** Parses a {@link XmlNonPositiveInteger} fragment from an XMLInputStream. */
+        /** Parses a {@link XmlNonPositiveInteger} fragment from an XMLInputStream.
+         * @deprecated XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.
+         */
         public static XmlNonPositiveInteger parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
           return (XmlNonPositiveInteger) XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
         
-        /** Parses a {@link XmlNonPositiveInteger} fragment from an XMLInputStream. */
+        /** Parses a {@link XmlNonPositiveInteger} fragment from an XMLInputStream.
+         * @deprecated XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.
+         */
         public static XmlNonPositiveInteger parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
           return (XmlNonPositiveInteger) XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
         
@@ -114,11 +118,15 @@
         public static XmlNonPositiveInteger parse(javax.xml.stream.XMLStreamReader xsr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
           return (XmlNonPositiveInteger) XmlBeans.getContextTypeLoader().parse( xsr, type, options ); }
         
-        /** Returns a validating XMLInputStream. */
+        /** Returns a validating XMLInputStream.
+         * @deprecated XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.
+         */
         public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
           return XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
         
-        /** Returns a validating XMLInputStream. */
+        /** Returns a validating XMLInputStream.
+         * @deprecated XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.
+         */
         public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
           return XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
         

Modified: xmlbeans/trunk/src/xmlpublic/org/apache/xmlbeans/XmlNormalizedString.java
URL: http://svn.apache.org/viewcvs/xmlbeans/trunk/src/xmlpublic/org/apache/xmlbeans/XmlNormalizedString.java?view=diff&r1=162000&r2=162001
==============================================================================
--- xmlbeans/trunk/src/xmlpublic/org/apache/xmlbeans/XmlNormalizedString.java (original)
+++ xmlbeans/trunk/src/xmlpublic/org/apache/xmlbeans/XmlNormalizedString.java Tue Apr 19 18:33:49 2005
@@ -105,11 +105,15 @@
         public static XmlNormalizedString parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
           return (XmlNormalizedString) XmlBeans.getContextTypeLoader().parse( node, type, options ); }
         
-        /** Parses a {@link XmlNormalizedString} fragment from an XMLInputStream. */
+        /** Parses a {@link XmlNormalizedString} fragment from an XMLInputStream.
+         * @deprecated XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.
+         */
         public static XmlNormalizedString parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
           return (XmlNormalizedString) XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
         
-        /** Parses a {@link XmlNormalizedString} fragment from an XMLInputStream. */
+        /** Parses a {@link XmlNormalizedString} fragment from an XMLInputStream.
+         * @deprecated XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.
+         */
         public static XmlNormalizedString parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
           return (XmlNormalizedString) XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
         
@@ -121,11 +125,15 @@
         public static XmlNormalizedString parse(javax.xml.stream.XMLStreamReader xsr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
           return (XmlNormalizedString) XmlBeans.getContextTypeLoader().parse( xsr, type, options ); }
         
-        /** Returns a validating XMLInputStream. */
+        /** Returns a validating XMLInputStream.
+         * @deprecated XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.
+         */
         public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
           return XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
         
-        /** Returns a validating XMLInputStream. */
+        /** Returns a validating XMLInputStream.
+         * @deprecated XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.
+         */
         public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
           return XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
         

Modified: xmlbeans/trunk/src/xmlpublic/org/apache/xmlbeans/XmlObject.java
URL: http://svn.apache.org/viewcvs/xmlbeans/trunk/src/xmlpublic/org/apache/xmlbeans/XmlObject.java?view=diff&r1=162000&r2=162001
==============================================================================
--- xmlbeans/trunk/src/xmlpublic/org/apache/xmlbeans/XmlObject.java (original)
+++ xmlbeans/trunk/src/xmlpublic/org/apache/xmlbeans/XmlObject.java Tue Apr 19 18:33:49 2005
@@ -752,13 +752,15 @@
         
         /**
          * Loads the given {@link XMLInputStream} into an XmlObject.
-         */ 
+         * @deprecated XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.
+         */
         public static XmlObject parse ( XMLInputStream xis ) throws XmlException, XMLStreamException {
           return XmlBeans.getContextTypeLoader().parse( xis, null, null ); }
         
         /**
          * Loads the given {@link XMLInputStream} into an XmlObject.
-         */ 
+         * @deprecated XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.
+         */
         public static XmlObject parse ( XMLInputStream xis, XmlOptions options ) throws XmlException, XMLStreamException {
           return XmlBeans.getContextTypeLoader().parse( xis, null, options ); }
 
@@ -788,7 +790,8 @@
         
         /**
          * Returns a new validating {@link XMLInputStream} that throws exceptions when the input is not valid.
-         */ 
+         * @deprecated XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.
+         */
         public static XMLInputStream newValidatingXMLInputStream ( XMLInputStream xis ) throws XmlException, XMLStreamException {
           return XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, null, null ); }
         
@@ -810,7 +813,8 @@
          * @param xis The basis for the new XMLInputStream.
          * @param options Options specifying root document type and/or an error listener.
          * @return A new validating XMLInputStream.
-         */ 
+         * @deprecated XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.
+         */
         public static XMLInputStream newValidatingXMLInputStream ( XMLInputStream xis, XmlOptions options ) throws XmlException, XMLStreamException {
           return XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, null, options ); }
         

Modified: xmlbeans/trunk/src/xmlpublic/org/apache/xmlbeans/XmlPositiveInteger.java
URL: http://svn.apache.org/viewcvs/xmlbeans/trunk/src/xmlpublic/org/apache/xmlbeans/XmlPositiveInteger.java?view=diff&r1=162000&r2=162001
==============================================================================
--- xmlbeans/trunk/src/xmlpublic/org/apache/xmlbeans/XmlPositiveInteger.java (original)
+++ xmlbeans/trunk/src/xmlpublic/org/apache/xmlbeans/XmlPositiveInteger.java Tue Apr 19 18:33:49 2005
@@ -98,11 +98,15 @@
         public static XmlPositiveInteger parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
           return (XmlPositiveInteger) XmlBeans.getContextTypeLoader().parse( node, type, options ); }
         
-        /** Parses a {@link XmlPositiveInteger} fragment from an XMLInputStream. */
+        /** Parses a {@link XmlPositiveInteger} fragment from an XMLInputStream.
+         * @deprecated XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.
+         */
         public static XmlPositiveInteger parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
           return (XmlPositiveInteger) XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
         
-        /** Parses a {@link XmlPositiveInteger} fragment from an XMLInputStream. */
+        /** Parses a {@link XmlPositiveInteger} fragment from an XMLInputStream.
+         * @deprecated XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.
+         */
         public static XmlPositiveInteger parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
           return (XmlPositiveInteger) XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
         
@@ -114,11 +118,15 @@
         public static XmlPositiveInteger parse(javax.xml.stream.XMLStreamReader xsr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException{
           return (XmlPositiveInteger) XmlBeans.getContextTypeLoader().parse( xsr, type, options ); }
         
-        /** Returns a validating XMLInputStream. */
+        /** Returns a validating XMLInputStream.
+         * @deprecated XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.
+         */
         public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
           return XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
         
-        /** Returns a validating XMLInputStream. */
+        /** Returns a validating XMLInputStream.
+         * @deprecated XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.
+         */
         public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
           return XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
         

Modified: xmlbeans/trunk/src/xmlpublic/org/apache/xmlbeans/XmlQName.java
URL: http://svn.apache.org/viewcvs/xmlbeans/trunk/src/xmlpublic/org/apache/xmlbeans/XmlQName.java?view=diff&r1=162000&r2=162001
==============================================================================
--- xmlbeans/trunk/src/xmlpublic/org/apache/xmlbeans/XmlQName.java (original)
+++ xmlbeans/trunk/src/xmlpublic/org/apache/xmlbeans/XmlQName.java Tue Apr 19 18:33:49 2005
@@ -121,11 +121,15 @@
         public static XmlQName parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
           return (XmlQName) XmlBeans.getContextTypeLoader().parse( node, type, options ); }
         
-        /** Parses a {@link XmlQName} fragment from an XMLInputStream. */
+        /** Parses a {@link XmlQName} fragment from an XMLInputStream.
+         * @deprecated XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.
+         */
         public static XmlQName parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
           return (XmlQName) XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
         
-        /** Parses a {@link XmlQName} fragment from an XMLInputStream. */
+        /** Parses a {@link XmlQName} fragment from an XMLInputStream.
+         * @deprecated XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.
+         */
         public static XmlQName parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
           return (XmlQName) XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
         
@@ -137,11 +141,15 @@
         public static XmlQName parse(javax.xml.stream.XMLStreamReader xsr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException{
           return (XmlQName) XmlBeans.getContextTypeLoader().parse( xsr, type, options ); }
         
-        /** Returns a validating XMLInputStream. */
+        /** Returns a validating XMLInputStream.
+         * @deprecated XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.
+         */
         public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
           return XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
         
-        /** Returns a validating XMLInputStream. */
+        /** Returns a validating XMLInputStream.
+         * @deprecated XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.
+         */
         public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
           return XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
         

Modified: xmlbeans/trunk/src/xmlpublic/org/apache/xmlbeans/XmlShort.java
URL: http://svn.apache.org/viewcvs/xmlbeans/trunk/src/xmlpublic/org/apache/xmlbeans/XmlShort.java?view=diff&r1=162000&r2=162001
==============================================================================
--- xmlbeans/trunk/src/xmlpublic/org/apache/xmlbeans/XmlShort.java (original)
+++ xmlbeans/trunk/src/xmlpublic/org/apache/xmlbeans/XmlShort.java Tue Apr 19 18:33:49 2005
@@ -112,11 +112,15 @@
         public static XmlShort parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
           return (XmlShort) XmlBeans.getContextTypeLoader().parse( node, type, options ); }
         
-        /** Parses a {@link XmlShort} fragment from an XMLInputStream. */
+        /** Parses a {@link XmlShort} fragment from an XMLInputStream.
+         * @deprecated XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.
+         */
         public static XmlShort parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
           return (XmlShort) XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
         
-        /** Parses a {@link XmlShort} fragment from an XMLInputStream. */
+        /** Parses a {@link XmlShort} fragment from an XMLInputStream.
+         * @deprecated XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.
+         */
         public static XmlShort parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
           return (XmlShort) XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
         
@@ -128,11 +132,15 @@
         public static XmlShort parse(javax.xml.stream.XMLStreamReader xsr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException{
           return (XmlShort) XmlBeans.getContextTypeLoader().parse( xsr, type, options ); }
         
-        /** Returns a validating XMLInputStream. */
+        /** Returns a validating XMLInputStream.
+         * @deprecated XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.
+         */
         public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
           return XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
         
-        /** Returns a validating XMLInputStream. */
+        /** Returns a validating XMLInputStream.
+         * @deprecated XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.
+         */
         public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
           return XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
         

Modified: xmlbeans/trunk/src/xmlpublic/org/apache/xmlbeans/XmlString.java
URL: http://svn.apache.org/viewcvs/xmlbeans/trunk/src/xmlpublic/org/apache/xmlbeans/XmlString.java?view=diff&r1=162000&r2=162001
==============================================================================
--- xmlbeans/trunk/src/xmlpublic/org/apache/xmlbeans/XmlString.java (original)
+++ xmlbeans/trunk/src/xmlpublic/org/apache/xmlbeans/XmlString.java Tue Apr 19 18:33:49 2005
@@ -105,11 +105,15 @@
         public static XmlString parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
           return (XmlString) XmlBeans.getContextTypeLoader().parse( node, type, options ); }
         
-        /** Parses a {@link XmlString} fragment from an XMLInputStream. */
+        /** Parses a {@link XmlString} fragment from an XMLInputStream.
+         * @deprecated XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.
+         */
         public static XmlString parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
           return (XmlString) XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
         
-        /** Parses a {@link XmlString} fragment from an XMLInputStream. */
+        /** Parses a {@link XmlString} fragment from an XMLInputStream.
+         * @deprecated XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.
+         */
         public static XmlString parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
           return (XmlString) XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
         
@@ -121,11 +125,15 @@
         public static XmlString parse(javax.xml.stream.XMLStreamReader xsr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException{
           return (XmlString) XmlBeans.getContextTypeLoader().parse( xsr, type, options ); }
         
-        /** Returns a validating XMLInputStream. */
+        /** Returns a validating XMLInputStream.
+         * @deprecated XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.
+         */
         public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
           return XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
         
-        /** Returns a validating XMLInputStream. */
+        /** Returns a validating XMLInputStream.
+         * @deprecated XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.
+         */
         public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
           return XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
         

Modified: xmlbeans/trunk/src/xmlpublic/org/apache/xmlbeans/XmlTime.java
URL: http://svn.apache.org/viewcvs/xmlbeans/trunk/src/xmlpublic/org/apache/xmlbeans/XmlTime.java?view=diff&r1=162000&r2=162001
==============================================================================
--- xmlbeans/trunk/src/xmlpublic/org/apache/xmlbeans/XmlTime.java (original)
+++ xmlbeans/trunk/src/xmlpublic/org/apache/xmlbeans/XmlTime.java Tue Apr 19 18:33:49 2005
@@ -133,11 +133,15 @@
         public static XmlTime parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
           return (XmlTime) XmlBeans.getContextTypeLoader().parse( node, type, options ); }
         
-        /** Parses a {@link XmlTime} fragment from an XMLInputStream. */
+        /** Parses a {@link XmlTime} fragment from an XMLInputStream.
+         * @deprecated XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.
+         */
         public static XmlTime parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
           return (XmlTime) XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
         
-        /** Parses a {@link XmlTime} fragment from an XMLInputStream. */
+        /** Parses a {@link XmlTime} fragment from an XMLInputStream.
+         * @deprecated XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.
+         */
         public static XmlTime parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
           return (XmlTime) XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
         
@@ -149,11 +153,15 @@
         public static XmlTime parse(javax.xml.stream.XMLStreamReader xsr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException{
           return (XmlTime) XmlBeans.getContextTypeLoader().parse( xsr, type, options ); }
         
-        /** Returns a validating XMLInputStream. */
+        /** Returns a validating XMLInputStream.
+         * @deprecated XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.
+         */
         public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
           return XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
         
-        /** Returns a validating XMLInputStream. */
+        /** Returns a validating XMLInputStream.
+         * @deprecated XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.
+         */
         public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
           return XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
         

Modified: xmlbeans/trunk/src/xmlpublic/org/apache/xmlbeans/XmlToken.java
URL: http://svn.apache.org/viewcvs/xmlbeans/trunk/src/xmlpublic/org/apache/xmlbeans/XmlToken.java?view=diff&r1=162000&r2=162001
==============================================================================
--- xmlbeans/trunk/src/xmlpublic/org/apache/xmlbeans/XmlToken.java (original)
+++ xmlbeans/trunk/src/xmlpublic/org/apache/xmlbeans/XmlToken.java Tue Apr 19 18:33:49 2005
@@ -109,11 +109,15 @@
         public static XmlToken parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
           return (XmlToken) XmlBeans.getContextTypeLoader().parse( node, type, options ); }
         
-        /** Parses a {@link XmlToken} fragment from an XMLInputStream. */
+        /** Parses a {@link XmlToken} fragment from an XMLInputStream.
+         * @deprecated XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.
+         */
         public static XmlToken parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
           return (XmlToken) XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
         
-        /** Parses a {@link XmlToken} fragment from an XMLInputStream. */
+        /** Parses a {@link XmlToken} fragment from an XMLInputStream.
+         * @deprecated XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.
+         */
         public static XmlToken parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
           return (XmlToken) XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
         
@@ -125,11 +129,15 @@
         public static XmlToken parse(javax.xml.stream.XMLStreamReader xsr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException{
           return (XmlToken) XmlBeans.getContextTypeLoader().parse( xsr, type, options ); }
         
-        /** Returns a validating XMLInputStream. */
+        /** Returns a validating XMLInputStream.
+         * @deprecated XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.
+         */
         public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
           return XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
         
-        /** Returns a validating XMLInputStream. */
+        /** Returns a validating XMLInputStream.
+         * @deprecated XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.
+         */
         public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
           return XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
         

Modified: xmlbeans/trunk/src/xmlpublic/org/apache/xmlbeans/XmlTokenSource.java
URL: http://svn.apache.org/viewcvs/xmlbeans/trunk/src/xmlpublic/org/apache/xmlbeans/XmlTokenSource.java?view=diff&r1=162000&r2=162001
==============================================================================
--- xmlbeans/trunk/src/xmlpublic/org/apache/xmlbeans/XmlTokenSource.java (original)
+++ xmlbeans/trunk/src/xmlpublic/org/apache/xmlbeans/XmlTokenSource.java Tue Apr 19 18:33:49 2005
@@ -85,6 +85,7 @@
      * Throws an IllegalStateException if the XmlTokenSource is not
      * positioned at begin-tag or begin-document (e.g., if it is at
      * an attribute).
+     * @deprecated XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.
      */
     XMLInputStream newXMLInputStream();
     
@@ -289,6 +290,7 @@
      * 
      * @param options Any of the described options.
      * @return A new validating XMLInputStream.
+     * @deprecated XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.
      */
     XMLInputStream newXMLInputStream(XmlOptions options);
 

Modified: xmlbeans/trunk/src/xmlpublic/org/apache/xmlbeans/XmlUnsignedByte.java
URL: http://svn.apache.org/viewcvs/xmlbeans/trunk/src/xmlpublic/org/apache/xmlbeans/XmlUnsignedByte.java?view=diff&r1=162000&r2=162001
==============================================================================
--- xmlbeans/trunk/src/xmlpublic/org/apache/xmlbeans/XmlUnsignedByte.java (original)
+++ xmlbeans/trunk/src/xmlpublic/org/apache/xmlbeans/XmlUnsignedByte.java Tue Apr 19 18:33:49 2005
@@ -114,11 +114,15 @@
         public static XmlUnsignedByte parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
           return (XmlUnsignedByte) XmlBeans.getContextTypeLoader().parse( node, type, options ); }
         
-        /** Parses a {@link XmlUnsignedByte} fragment from an XMLInputStream. */
+        /** Parses a {@link XmlUnsignedByte} fragment from an XMLInputStream.
+         * @deprecated XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.
+         */
         public static XmlUnsignedByte parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
           return (XmlUnsignedByte) XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
         
-        /** Parses a {@link XmlUnsignedByte} fragment from an XMLInputStream. */
+        /** Parses a {@link XmlUnsignedByte} fragment from an XMLInputStream.
+         * @deprecated XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.
+         */
         public static XmlUnsignedByte parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
           return (XmlUnsignedByte) XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
         
@@ -130,11 +134,15 @@
         public static XmlUnsignedByte parse(javax.xml.stream.XMLStreamReader xsr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException{
           return (XmlUnsignedByte) XmlBeans.getContextTypeLoader().parse( xsr, type, options ); }
         
-        /** Returns a validating XMLInputStream. */
+        /** Returns a validating XMLInputStream.
+         * @deprecated XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.
+         */
         public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
           return XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
         
-        /** Returns a validating XMLInputStream. */
+        /** Returns a validating XMLInputStream.
+         * @deprecated XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.
+         */
         public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
           return XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
         

Modified: xmlbeans/trunk/src/xmlpublic/org/apache/xmlbeans/XmlUnsignedInt.java
URL: http://svn.apache.org/viewcvs/xmlbeans/trunk/src/xmlpublic/org/apache/xmlbeans/XmlUnsignedInt.java?view=diff&r1=162000&r2=162001
==============================================================================
--- xmlbeans/trunk/src/xmlpublic/org/apache/xmlbeans/XmlUnsignedInt.java (original)
+++ xmlbeans/trunk/src/xmlpublic/org/apache/xmlbeans/XmlUnsignedInt.java Tue Apr 19 18:33:49 2005
@@ -114,11 +114,15 @@
         public static XmlUnsignedInt parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
           return (XmlUnsignedInt) XmlBeans.getContextTypeLoader().parse( node, type, options ); }
         
-        /** Parses a {@link XmlUnsignedInt} fragment from an XMLInputStream. */
+        /** Parses a {@link XmlUnsignedInt} fragment from an XMLInputStream.
+         * @deprecated XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.
+         */
         public static XmlUnsignedInt parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
           return (XmlUnsignedInt) XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
         
-        /** Parses a {@link XmlUnsignedInt} fragment from an XMLInputStream. */
+        /** Parses a {@link XmlUnsignedInt} fragment from an XMLInputStream.
+         * @deprecated XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.
+         */
         public static XmlUnsignedInt parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
           return (XmlUnsignedInt) XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
         
@@ -130,11 +134,15 @@
         public static XmlUnsignedInt parse(javax.xml.stream.XMLStreamReader xsr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException{
           return (XmlUnsignedInt) XmlBeans.getContextTypeLoader().parse( xsr, type, options ); }
         
-        /** Returns a validating XMLInputStream. */
+        /** Returns a validating XMLInputStream.
+         * @deprecated XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.
+         */
         public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
           return XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
         
-        /** Returns a validating XMLInputStream. */
+        /** Returns a validating XMLInputStream.
+         * @deprecated XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.
+         */
         public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
           return XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
         

Modified: xmlbeans/trunk/src/xmlpublic/org/apache/xmlbeans/XmlUnsignedLong.java
URL: http://svn.apache.org/viewcvs/xmlbeans/trunk/src/xmlpublic/org/apache/xmlbeans/XmlUnsignedLong.java?view=diff&r1=162000&r2=162001
==============================================================================
--- xmlbeans/trunk/src/xmlpublic/org/apache/xmlbeans/XmlUnsignedLong.java (original)
+++ xmlbeans/trunk/src/xmlpublic/org/apache/xmlbeans/XmlUnsignedLong.java Tue Apr 19 18:33:49 2005
@@ -101,11 +101,15 @@
         public static XmlUnsignedLong parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
           return (XmlUnsignedLong) XmlBeans.getContextTypeLoader().parse( node, type, options ); }
         
-        /** Parses a {@link XmlUnsignedLong} fragment from an XMLInputStream. */
+        /** Parses a {@link XmlUnsignedLong} fragment from an XMLInputStream.
+         * @deprecated XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.
+         */
         public static XmlUnsignedLong parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
           return (XmlUnsignedLong) XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
         
-        /** Parses a {@link XmlUnsignedLong} fragment from an XMLInputStream. */
+        /** Parses a {@link XmlUnsignedLong} fragment from an XMLInputStream.
+         * @deprecated XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.
+         */
         public static XmlUnsignedLong parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
           return (XmlUnsignedLong) XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
         
@@ -117,11 +121,15 @@
         public static XmlUnsignedLong parse(javax.xml.stream.XMLStreamReader xsr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException{
           return (XmlUnsignedLong) XmlBeans.getContextTypeLoader().parse( xsr, type, options ); }
         
-        /** Returns a validating XMLInputStream. */
+        /** Returns a validating XMLInputStream.
+         * @deprecated XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.
+         */
         public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
           return XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
         
-        /** Returns a validating XMLInputStream. */
+        /** Returns a validating XMLInputStream.
+         * @deprecated XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.
+         */
         public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
           return XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
         



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