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 2008/10/21 22:02:22 UTC

svn commit: r706740 - in /xerces/c/branches/xerces-2/src/xercesc: com/StdAfx.cpp dom/DOMBuilder.hpp parsers/DOMBuilderImpl.hpp parsers/SAX2XMLFilterImpl.hpp parsers/SAX2XMLReaderImpl.hpp sax2/SAX2XMLReader.hpp

Author: borisk
Date: Tue Oct 21 13:02:21 2008
New Revision: 706740

URL: http://svn.apache.org/viewvc?rev=706740&view=rev
Log:
Update URLs in source code to point to the new pages.

Modified:
    xerces/c/branches/xerces-2/src/xercesc/com/StdAfx.cpp
    xerces/c/branches/xerces-2/src/xercesc/dom/DOMBuilder.hpp
    xerces/c/branches/xerces-2/src/xercesc/parsers/DOMBuilderImpl.hpp
    xerces/c/branches/xerces-2/src/xercesc/parsers/SAX2XMLFilterImpl.hpp
    xerces/c/branches/xerces-2/src/xercesc/parsers/SAX2XMLReaderImpl.hpp
    xerces/c/branches/xerces-2/src/xercesc/sax2/SAX2XMLReader.hpp

Modified: xerces/c/branches/xerces-2/src/xercesc/com/StdAfx.cpp
URL: http://svn.apache.org/viewvc/xerces/c/branches/xerces-2/src/xercesc/com/StdAfx.cpp?rev=706740&r1=706739&r2=706740&view=diff
==============================================================================
--- xerces/c/branches/xerces-2/src/xercesc/com/StdAfx.cpp (original)
+++ xerces/c/branches/xerces-2/src/xercesc/com/StdAfx.cpp Tue Oct 21 13:02:21 2008
@@ -25,6 +25,6 @@
 //      from the Visual Studio IDE.
 //
 #ifndef __IXMLDOMNode_INTERFACE_DEFINED__
-#error "xerces-dom requires an MSXML.H compatible with IE5 or later.  See http://xerces.apache.org/xerces-c/build.html#BuildCOM for directions to correct this problem."
+#error "xerces-dom requires an MSXML.H compatible with IE5 or later.  See http://xerces.apache.org/xerces-c/build-2.html#BuildCOM for directions to correct this problem."
 #endif
 

Modified: xerces/c/branches/xerces-2/src/xercesc/dom/DOMBuilder.hpp
URL: http://svn.apache.org/viewvc/xerces/c/branches/xerces-2/src/xercesc/dom/DOMBuilder.hpp?rev=706740&r1=706739&r2=706740&view=diff
==============================================================================
--- xerces/c/branches/xerces-2/src/xercesc/dom/DOMBuilder.hpp (original)
+++ xerces/c/branches/xerces-2/src/xercesc/dom/DOMBuilder.hpp Tue Oct 21 13:02:21 2008
@@ -287,7 +287,7 @@
       *
       * <p><b>"Experimental - subject to change"</b></p>
       *
-      * See http://xerces.apache.org/xerces-c/program-dom.html#DOMBuilderFeatures for
+      * See http://xerces.apache.org/xerces-c/program-dom-2.html#DOMBuilderFeatures for
       * the list of supported features.
       *
       * @param name  The feature name.
@@ -483,7 +483,7 @@
       * is deleted, callers need to copy and store the returned information
       * somewhere else; otherwise you may get unexpected result.  Since the returned
       * pointer is a generic void pointer, see
-      * http://xerces.apache.org/xerces-c/program-dom.html#DOMBuilderProperties to learn
+      * http://xerces.apache.org/xerces-c/program-dom-2.html#DOMBuilderProperties to learn
       * exactly what type of property value each property returns for replication.
       *
       * @param name The unique identifier (URI) of the property being set.
@@ -498,18 +498,18 @@
 
     /**
       * Set the value of any property in a DOMBuilder.
-      * See http://xerces.apache.org/xerces-c/program-dom.html#DOMBuilderProperties for
+      * See http://xerces.apache.org/xerces-c/program-dom-2.html#DOMBuilderProperties for
       * the list of supported properties.
       *
       * It takes a void pointer as the property value.  Application is required to initialize this void
-      * pointer to a correct type.  See http://xerces.apache.org/xerces-c/program-dom.html#DOMBuilderProperties
+      * pointer to a correct type.  See http://xerces.apache.org/xerces-c/program-dom-2.html#DOMBuilderProperties
       * to learn exactly what type of property value each property expects for processing.
       * Passing a void pointer that was initialized with a wrong type will lead to unexpected result.
       * If the same property is set more than once, the last one takes effect.
       *
       * @param name The unique identifier (URI) of the property being set.
       * @param value The requested value for the property.
-      *            See http://xerces.apache.org/xerces-c/program-dom.html#DOMBuilderProperties to learn
+      *            See http://xerces.apache.org/xerces-c/program-dom-2.html#DOMBuilderProperties to learn
       *            exactly what type of property value each property expects for processing.
       *            Passing a void pointer that was initialized with a wrong type will lead
       *            to unexpected result.

Modified: xerces/c/branches/xerces-2/src/xercesc/parsers/DOMBuilderImpl.hpp
URL: http://svn.apache.org/viewvc/xerces/c/branches/xerces-2/src/xercesc/parsers/DOMBuilderImpl.hpp?rev=706740&r1=706739&r2=706740&view=diff
==============================================================================
--- xerces/c/branches/xerces-2/src/xercesc/parsers/DOMBuilderImpl.hpp (original)
+++ xerces/c/branches/xerces-2/src/xercesc/parsers/DOMBuilderImpl.hpp Tue Oct 21 13:02:21 2008
@@ -467,7 +467,7 @@
       * is deleted, callers need to copy and store the returned information
       * somewhere else; otherwise you may get unexpected result.  Since the returned
       * pointer is a generic void pointer, see
-      * http://xerces.apache.org/xerces-c/program-dom.html#DOMBuilderProperties to learn
+      * http://xerces.apache.org/xerces-c/program-dom-2.html#DOMBuilderProperties to learn
       * exactly what type of property value each property returns for replication.
       *
       * @param name The unique identifier (URI) of the property being set.
@@ -482,18 +482,18 @@
 
     /**
       * Set the value of any property in a DOMBuilder.
-      * See http://xerces.apache.org/xerces-c/program-dom.html#DOMBuilderProperties for
+      * See http://xerces.apache.org/xerces-c/program-dom-2.html#DOMBuilderProperties for
       * the list of supported properties.
       *
       * It takes a void pointer as the property value.  Application is required to initialize this void
-      * pointer to a correct type.  See http://xerces.apache.org/xerces-c/program-dom.html#DOMBuilderProperties
+      * pointer to a correct type.  See http://xerces.apache.org/xerces-c/program-dom-2.html#DOMBuilderProperties
       * to learn exactly what type of property value each property expects for processing.
       * Passing a void pointer that was initialized with a wrong type will lead to unexpected result.
       * If the same property is set more than once, the last one takes effect.
       *
       * @param name The unique identifier (URI) of the property being set.
       * @param value The requested value for the property.
-      *            See http://xerces.apache.org/xerces-c/program-dom.html#DOMBuilderProperties to learn
+      *            See http://xerces.apache.org/xerces-c/program-dom-2.html#DOMBuilderProperties to learn
       *            exactly what type of property value each property expects for processing.
       *            Passing a void pointer that was initialized with a wrong type will lead
       *            to unexpected result.

Modified: xerces/c/branches/xerces-2/src/xercesc/parsers/SAX2XMLFilterImpl.hpp
URL: http://svn.apache.org/viewvc/xerces/c/branches/xerces-2/src/xercesc/parsers/SAX2XMLFilterImpl.hpp?rev=706740&r1=706739&r2=706740&view=diff
==============================================================================
--- xerces/c/branches/xerces-2/src/xercesc/parsers/SAX2XMLFilterImpl.hpp (original)
+++ xerces/c/branches/xerces-2/src/xercesc/parsers/SAX2XMLFilterImpl.hpp Tue Oct 21 13:02:21 2008
@@ -113,7 +113,7 @@
      * is deleted, callers need to copy and store the returned information
      * somewhere else; otherwise you may get unexpected result.  Since the returned
      * pointer is a generic void pointer, see
-     * http://xerces.apache.org/xerces-c/program-sax2.html#SAX2Properties to learn
+     * http://xerces.apache.org/xerces-c/program-sax2-2.html#SAX2Properties to learn
      * exactly what type of property value each property returns for replication.
      *
      * @param name The unique identifier (URI) of the property being set.
@@ -199,7 +199,7 @@
   /**
     * Set the state of any feature in a SAX2 XMLReader.
     * Supported features in SAX2 for xerces-c are:
-    * <br>(See http://xerces.apache.org/xerces-c/program-sax2.html#SAX2Features for detail description).
+    * <br>(See http://xerces.apache.org/xerces-c/program-sax2-2.html#SAX2Features for detail description).
     *
     * <br>http://xml.org/sax/features/validation (default: true)
     * <br>http://xml.org/sax/features/namespaces (default: true)
@@ -224,20 +224,20 @@
   /**
     * Set the value of any property in a SAX2 XMLReader.
     * Supported properties in SAX2 for xerces-c are:
-    * <br>(See http://xerces.apache.org/xerces-c/program-sax2.html#SAX2Properties for detail description).
+    * <br>(See http://xerces.apache.org/xerces-c/program-sax2-2.html#SAX2Properties for detail description).
     *
     * <br>http://apache.org/xml/properties/schema/external-schemaLocation
     * <br>http://apache.org/xml/properties/schema/external-noNamespaceSchemaLocation.
     *
     * It takes a void pointer as the property value.  Application is required to initialize this void
-    * pointer to a correct type.  See http://xerces.apache.org/xerces-c/program-sax2.html#SAX2Properties
+    * pointer to a correct type.  See http://xerces.apache.org/xerces-c/program-sax2-2.html#SAX2Properties
     * to learn exactly what type of property value each property expects for processing.
     * Passing a void pointer that was initialized with a wrong type will lead to unexpected result.
     * If the same property is set more than once, the last one takes effect.
     *
     * @param name The unique identifier (URI) of the property being set.
     * @param value The requested value for the property.  See
-    *            http://xerces.apache.org/xerces-c/program-sax2.html#SAX2Properties to learn
+    *            http://xerces.apache.org/xerces-c/program-sax2-2.html#SAX2Properties to learn
     *            exactly what type of property value each property expects for processing.
     *            Passing a void pointer that was initialized with a wrong type will lead
     *            to unexpected result.

Modified: xerces/c/branches/xerces-2/src/xercesc/parsers/SAX2XMLReaderImpl.hpp
URL: http://svn.apache.org/viewvc/xerces/c/branches/xerces-2/src/xercesc/parsers/SAX2XMLReaderImpl.hpp?rev=706740&r1=706739&r2=706740&view=diff
==============================================================================
--- xerces/c/branches/xerces-2/src/xercesc/parsers/SAX2XMLReaderImpl.hpp (original)
+++ xerces/c/branches/xerces-2/src/xercesc/parsers/SAX2XMLReaderImpl.hpp Tue Oct 21 13:02:21 2008
@@ -151,7 +151,7 @@
      * is deleted, callers need to copy and store the returned information
      * somewhere else; otherwise you may get unexpected result.  Since the returned
      * pointer is a generic void pointer, see
-     * http://xerces.apache.org/xerces-c/program-sax2.html#SAX2Properties to learn
+     * http://xerces.apache.org/xerces-c/program-sax2-2.html#SAX2Properties to learn
      * exactly what type of property value each property returns for replication.
      *
      * @param name The unique identifier (URI) of the property being set.
@@ -269,7 +269,7 @@
   /**
     * Set the state of any feature in a SAX2 XMLReader.
     * Supported features in SAX2 for xerces-c are:
-    * <br>(See http://xerces.apache.org/xerces-c/program-sax2.html#SAX2Features for detail description).
+    * <br>(See http://xerces.apache.org/xerces-c/program-sax2-2.html#SAX2Features for detail description).
     *
     * <br>http://xml.org/sax/features/validation (default: false)
     * <br>http://xml.org/sax/features/namespaces (default: true)
@@ -294,20 +294,20 @@
   /**
     * Set the value of any property in a SAX2 XMLReader.
     * Supported properties in SAX2 for xerces-c are:
-    * <br>(See http://xerces.apache.org/xerces-c/program-sax2.html#SAX2Properties for detail description).
+    * <br>(See http://xerces.apache.org/xerces-c/program-sax2-2.html#SAX2Properties for detail description).
     *
     * <br>http://apache.org/xml/properties/schema/external-schemaLocation
     * <br>http://apache.org/xml/properties/schema/external-noNamespaceSchemaLocation.
     *
     * It takes a void pointer as the property value.  Application is required to initialize this void
-    * pointer to a correct type.  See http://xerces.apache.org/xerces-c/program-sax2.html#SAX2Properties
+    * pointer to a correct type.  See http://xerces.apache.org/xerces-c/program-sax2-2.html#SAX2Properties
     * to learn exactly what type of property value each property expects for processing.
     * Passing a void pointer that was initialized with a wrong type will lead to unexpected result.
     * If the same property is set more than once, the last one takes effect.
     *
     * @param name The unique identifier (URI) of the property being set.
     * @param value The requested value for the property.  See
-    *            http://xerces.apache.org/xerces-c/program-sax2.html#SAX2Properties to learn
+    *            http://xerces.apache.org/xerces-c/program-sax2-2.html#SAX2Properties to learn
     *            exactly what type of property value each property expects for processing.
     *            Passing a void pointer that was initialized with a wrong type will lead
     *            to unexpected result.

Modified: xerces/c/branches/xerces-2/src/xercesc/sax2/SAX2XMLReader.hpp
URL: http://svn.apache.org/viewvc/xerces/c/branches/xerces-2/src/xercesc/sax2/SAX2XMLReader.hpp?rev=706740&r1=706739&r2=706740&view=diff
==============================================================================
--- xerces/c/branches/xerces-2/src/xercesc/sax2/SAX2XMLReader.hpp (original)
+++ xerces/c/branches/xerces-2/src/xercesc/sax2/SAX2XMLReader.hpp Tue Oct 21 13:02:21 2008
@@ -132,7 +132,7 @@
      * is deleted, callers need to copy and store the returned information
      * somewhere else; otherwise you may get unexpected result.  Since the returned
      * pointer is a generic void pointer, see
-     * http://xerces.apache.org/xerces-c/program-sax2.html#SAX2Properties to learn
+     * http://xerces.apache.org/xerces-c/program-sax2-2.html#SAX2Properties to learn
      * exactly what type of property value each property returns for replication.
      *
      * @param name The unique identifier (URI) of the property being set.
@@ -218,7 +218,7 @@
   /**
     * Set the state of any feature in a SAX2 XMLReader.
     * Supported features in SAX2 for xerces-c are:
-    * <br>(See http://xerces.apache.org/xerces-c/program-sax2.html#SAX2Features for detail description).
+    * <br>(See http://xerces.apache.org/xerces-c/program-sax2-2.html#SAX2Features for detail description).
     *
     * <br>http://xml.org/sax/features/validation (default: true)
     * <br>http://xml.org/sax/features/namespaces (default: true)
@@ -243,20 +243,20 @@
   /**
     * Set the value of any property in a SAX2 XMLReader.
     * Supported properties in SAX2 for xerces-c are:
-    * <br>(See http://xerces.apache.org/xerces-c/program-sax2.html#SAX2Properties for detail description).
+    * <br>(See http://xerces.apache.org/xerces-c/program-sax2-2.html#SAX2Properties for detail description).
     *
     * <br>http://apache.org/xml/properties/schema/external-schemaLocation
     * <br>http://apache.org/xml/properties/schema/external-noNamespaceSchemaLocation.
     *
     * It takes a void pointer as the property value.  Application is required to initialize this void
-    * pointer to a correct type.  See http://xerces.apache.org/xerces-c/program-sax2.html#SAX2Properties
+    * pointer to a correct type.  See http://xerces.apache.org/xerces-c/program-sax2-2.html#SAX2Properties
     * to learn exactly what type of property value each property expects for processing.
     * Passing a void pointer that was initialized with a wrong type will lead to unexpected result.
     * If the same property is set more than once, the last one takes effect.
     *
     * @param name The unique identifier (URI) of the property being set.
     * @param value The requested value for the property.  See
-    *            http://xerces.apache.org/xerces-c/program-sax2.html#SAX2Properties to learn
+    *            http://xerces.apache.org/xerces-c/program-sax2-2.html#SAX2Properties to learn
     *            exactly what type of property value each property expects for processing.
     *            Passing a void pointer that was initialized with a wrong type will lead
     *            to unexpected result.



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