You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by bo...@apache.org on 2010/01/26 09:23:47 UTC

svn commit: r903123 - in /xerces/c/trunk/src/xercesc: dom/DOMPSVITypeInfo.hpp parsers/SAX2XMLFilterImpl.hpp parsers/SAX2XMLReaderImpl.hpp parsers/SAXParser.hpp parsers/XercesDOMParser.hpp sax2/SAX2XMLReader.hpp

Author: borisk
Date: Tue Jan 26 08:23:46 2010
New Revision: 903123

URL: http://svn.apache.org/viewvc?rev=903123&view=rev
Log:
Remove the "experimental" marker from the loadGrammar API.

Modified:
    xerces/c/trunk/src/xercesc/dom/DOMPSVITypeInfo.hpp
    xerces/c/trunk/src/xercesc/parsers/SAX2XMLFilterImpl.hpp
    xerces/c/trunk/src/xercesc/parsers/SAX2XMLReaderImpl.hpp
    xerces/c/trunk/src/xercesc/parsers/SAXParser.hpp
    xerces/c/trunk/src/xercesc/parsers/XercesDOMParser.hpp
    xerces/c/trunk/src/xercesc/sax2/SAX2XMLReader.hpp

Modified: xerces/c/trunk/src/xercesc/dom/DOMPSVITypeInfo.hpp
URL: http://svn.apache.org/viewvc/xerces/c/trunk/src/xercesc/dom/DOMPSVITypeInfo.hpp?rev=903123&r1=903122&r2=903123&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/dom/DOMPSVITypeInfo.hpp (original)
+++ xerces/c/trunk/src/xercesc/dom/DOMPSVITypeInfo.hpp Tue Jan 26 08:23:46 2010
@@ -91,7 +91,6 @@
      * Returns the string value of the specified PSVI property associated to a 
      * <code>DOMElement</code> or <code>DOMAttr</code>, or null if not available.
      *
-     * <p><b>"Experimental - subject to change"</b></p>
      *
      * @return the string value of the specified PSVI property associated to a 
      * <code>DOMElement</code> or <code>DOMAttr</code>, or null if not available.
@@ -102,7 +101,6 @@
      * Returns the numeric value of the specified PSVI property associated to a 
      * <code>DOMElement</code> or <code>DOMAttr</code>, or null if not available.
      *
-     * <p><b>"Experimental - subject to change"</b></p>
      *
      * @return the numeric value of the specified PSVI property associated to a 
      * <code>DOMElement</code> or <code>DOMAttr</code>, or null if not available.

Modified: xerces/c/trunk/src/xercesc/parsers/SAX2XMLFilterImpl.hpp
URL: http://svn.apache.org/viewvc/xerces/c/trunk/src/xercesc/parsers/SAX2XMLFilterImpl.hpp?rev=903123&r1=903122&r2=903123&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/parsers/SAX2XMLFilterImpl.hpp (original)
+++ xerces/c/trunk/src/xercesc/parsers/SAX2XMLFilterImpl.hpp Tue Jan 26 08:23:46 2010
@@ -715,7 +715,6 @@
       * is enabled, the parser will cache the grammars for re-use. If a grammar
       * key is found in the pool, no caching of any grammar will take place.
       *
-      * <p><b>"Experimental - subject to change"</b></p>
       *
       * @param source A const reference to the SAX InputSource object which
       *               points to the schema grammar file to be preparsed.
@@ -745,7 +744,6 @@
       * is enabled, the parser will cache the grammars for re-use. If a grammar
       * key is found in the pool, no caching of any grammar will take place.
       *
-      * <p><b>"Experimental - subject to change"</b></p>
       *
       * @param systemId A const XMLCh pointer to the Unicode string which
       *                 contains the path to the XML grammar file to be
@@ -774,7 +772,6 @@
       * is enabled, the parser will cache the grammars for re-use. If a grammar
       * key is found in the pool, no caching of any grammar will take place.
       *
-      * <p><b>"Experimental - subject to change"</b></p>
       *
       * @param systemId A const char pointer to a native string which contains
       *                 the path to the XML grammar file to be preparsed.

Modified: xerces/c/trunk/src/xercesc/parsers/SAX2XMLReaderImpl.hpp
URL: http://svn.apache.org/viewvc/xerces/c/trunk/src/xercesc/parsers/SAX2XMLReaderImpl.hpp?rev=903123&r1=903122&r2=903123&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/parsers/SAX2XMLReaderImpl.hpp (original)
+++ xerces/c/trunk/src/xercesc/parsers/SAX2XMLReaderImpl.hpp Tue Jan 26 08:23:46 2010
@@ -784,7 +784,6 @@
       * This method invokes the preparsing process on a schema grammar XML
       * file specified by the SAX InputSource parameter.
       *
-      * <p><b>"Experimental - subject to change"</b></p>
       *
       * @param source A const reference to the SAX InputSource object which
       *               points to the schema grammar file to be preparsed.
@@ -812,7 +811,6 @@
       * This method invokes the preparsing process on a schema grammar XML
       * file specified by the file path parameter.
       *
-      * <p><b>"Experimental - subject to change"</b></p>
       *
       * @param systemId A const XMLCh pointer to the Unicode string which
       *                 contains the path to the XML grammar file to be
@@ -839,7 +837,6 @@
       * This method invokes the preparsing process on a schema grammar XML
       * file specified by the file path parameter.
       *
-      * <p><b>"Experimental - subject to change"</b></p>
       *
       * @param systemId A const char pointer to a native string which contains
       *                 the path to the XML grammar file to be preparsed.

Modified: xerces/c/trunk/src/xercesc/parsers/SAXParser.hpp
URL: http://svn.apache.org/viewvc/xerces/c/trunk/src/xercesc/parsers/SAXParser.hpp?rev=903123&r1=903122&r2=903123&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/parsers/SAXParser.hpp (original)
+++ xerces/c/trunk/src/xercesc/parsers/SAXParser.hpp Tue Jan 26 08:23:46 2010
@@ -1194,7 +1194,6 @@
       * is enabled, the parser will cache the grammars for re-use. If a grammar
       * key is found in the pool, no caching of any grammar will take place.
       *
-      * <p><b>"Experimental - subject to change"</b></p>
       *
       * @param source A const reference to the SAX InputSource object which
       *               points to the schema grammar file to be preparsed.
@@ -1224,7 +1223,6 @@
       * is enabled, the parser will cache the grammars for re-use. If a grammar
       * key is found in the pool, no caching of any grammar will take place.
       *
-      * <p><b>"Experimental - subject to change"</b></p>
       *
       * @param systemId A const XMLCh pointer to the Unicode string which
       *                 contains the path to the XML grammar file to be
@@ -1253,7 +1251,6 @@
       * is enabled, the parser will cache the grammars for re-use. If a grammar
       * key is found in the pool, no caching of any grammar will take place.
       *
-      * <p><b>"Experimental - subject to change"</b></p>
       *
       * @param systemId A const char pointer to a native string which contains
       *                 the path to the XML grammar file to be preparsed.

Modified: xerces/c/trunk/src/xercesc/parsers/XercesDOMParser.hpp
URL: http://svn.apache.org/viewvc/xerces/c/trunk/src/xercesc/parsers/XercesDOMParser.hpp?rev=903123&r1=903122&r2=903123&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/parsers/XercesDOMParser.hpp (original)
+++ xerces/c/trunk/src/xercesc/parsers/XercesDOMParser.hpp Tue Jan 26 08:23:46 2010
@@ -521,7 +521,6 @@
       * is enabled, the parser will cache the grammars for re-use. If a grammar
       * key is found in the pool, no caching of any grammar will take place.
       *
-      * <p><b>"Experimental - subject to change"</b></p>
       *
       * @param source A const reference to the SAX InputSource object which
       *               points to the schema grammar file to be preparsed.
@@ -551,7 +550,6 @@
       * is enabled, the parser will cache the grammars for re-use. If a grammar
       * key is found in the pool, no caching of any grammar will take place.
       *
-      * <p><b>"Experimental - subject to change"</b></p>
       *
       * @param systemId A const XMLCh pointer to the Unicode string which
       *                 contains the path to the XML grammar file to be
@@ -580,7 +578,6 @@
       * is enabled, the parser will cache the grammars for re-use. If a grammar
       * key is found in the pool, no caching of any grammar will take place.
       *
-      * <p><b>"Experimental - subject to change"</b></p>
       *
       * @param systemId A const char pointer to a native string which contains
       *                 the path to the XML grammar file to be preparsed.

Modified: xerces/c/trunk/src/xercesc/sax2/SAX2XMLReader.hpp
URL: http://svn.apache.org/viewvc/xerces/c/trunk/src/xercesc/sax2/SAX2XMLReader.hpp?rev=903123&r1=903122&r2=903123&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/sax2/SAX2XMLReader.hpp (original)
+++ xerces/c/trunk/src/xercesc/sax2/SAX2XMLReader.hpp Tue Jan 26 08:23:46 2010
@@ -746,7 +746,6 @@
       * is enabled, the parser will cache the grammars for re-use. If a grammar
       * key is found in the pool, no caching of any grammar will take place.
       *
-      * <p><b>"Experimental - subject to change"</b></p>
       *
       * @param source A const reference to the SAX InputSource object which
       *               points to the schema grammar file to be preparsed.
@@ -776,7 +775,6 @@
       * is enabled, the parser will cache the grammars for re-use. If a grammar
       * key is found in the pool, no caching of any grammar will take place.
       *
-      * <p><b>"Experimental - subject to change"</b></p>
       *
       * @param systemId A const XMLCh pointer to the Unicode string which
       *                 contains the path to the XML grammar file to be
@@ -805,7 +803,6 @@
       * is enabled, the parser will cache the grammars for re-use. If a grammar
       * key is found in the pool, no caching of any grammar will take place.
       *
-      * <p><b>"Experimental - subject to change"</b></p>
       *
       * @param systemId A const char pointer to a native string which contains
       *                 the path to the XML grammar file to be preparsed.



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