From 363b19f775bf8a954155b9d12fe955c7eda2418f Mon Sep 17 00:00:00 2001 From: Boris Kolpackov <borisk@apache.org> Date: Tue, 26 Jan 2010 08:23:46 +0000 Subject: [PATCH] Remove the "experimental" marker from the loadGrammar API. git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@903123 13f79535-47bb-0310-9956-ffa450edef68 --- src/xercesc/dom/DOMPSVITypeInfo.hpp | 2 -- src/xercesc/parsers/SAX2XMLFilterImpl.hpp | 3 --- src/xercesc/parsers/SAX2XMLReaderImpl.hpp | 3 --- src/xercesc/parsers/SAXParser.hpp | 3 --- src/xercesc/parsers/XercesDOMParser.hpp | 3 --- src/xercesc/sax2/SAX2XMLReader.hpp | 3 --- 6 files changed, 17 deletions(-) diff --git a/src/xercesc/dom/DOMPSVITypeInfo.hpp b/src/xercesc/dom/DOMPSVITypeInfo.hpp index 140849e9c..2347dd172 100644 --- a/src/xercesc/dom/DOMPSVITypeInfo.hpp +++ b/src/xercesc/dom/DOMPSVITypeInfo.hpp @@ -91,7 +91,6 @@ public: * 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 @@ public: * 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. diff --git a/src/xercesc/parsers/SAX2XMLFilterImpl.hpp b/src/xercesc/parsers/SAX2XMLFilterImpl.hpp index 7ba872afb..2a193b3ff 100644 --- a/src/xercesc/parsers/SAX2XMLFilterImpl.hpp +++ b/src/xercesc/parsers/SAX2XMLFilterImpl.hpp @@ -715,7 +715,6 @@ public : * 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 @@ public : * 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 @@ public : * 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. diff --git a/src/xercesc/parsers/SAX2XMLReaderImpl.hpp b/src/xercesc/parsers/SAX2XMLReaderImpl.hpp index 2e87cbed4..87f5e0b5d 100644 --- a/src/xercesc/parsers/SAX2XMLReaderImpl.hpp +++ b/src/xercesc/parsers/SAX2XMLReaderImpl.hpp @@ -784,7 +784,6 @@ public : * 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 @@ public : * 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 @@ public : * 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. diff --git a/src/xercesc/parsers/SAXParser.hpp b/src/xercesc/parsers/SAXParser.hpp index 6a661528d..cfb8345df 100644 --- a/src/xercesc/parsers/SAXParser.hpp +++ b/src/xercesc/parsers/SAXParser.hpp @@ -1194,7 +1194,6 @@ public : * 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 @@ public : * 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 @@ public : * 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. diff --git a/src/xercesc/parsers/XercesDOMParser.hpp b/src/xercesc/parsers/XercesDOMParser.hpp index 33a50019d..827c7f967 100644 --- a/src/xercesc/parsers/XercesDOMParser.hpp +++ b/src/xercesc/parsers/XercesDOMParser.hpp @@ -521,7 +521,6 @@ public : * 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 @@ public : * 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 @@ public : * 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. diff --git a/src/xercesc/sax2/SAX2XMLReader.hpp b/src/xercesc/sax2/SAX2XMLReader.hpp index 8b9ec1f6a..b2462f092 100644 --- a/src/xercesc/sax2/SAX2XMLReader.hpp +++ b/src/xercesc/sax2/SAX2XMLReader.hpp @@ -746,7 +746,6 @@ public: * 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 @@ public: * 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 @@ public: * 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. -- GitLab