Author: borisk
Date: Tue Oct 21 13:09:51 2008
New Revision: 706748

URL: http://svn.apache.org/viewvc?rev=706748&view=rev
Log:
Remove direct links to project web pages from source code.

Modified:
    xerces/c/trunk/src/xercesc/parsers/SAX2XMLFilterImpl.hpp
    xerces/c/trunk/src/xercesc/parsers/SAX2XMLReaderImpl.hpp
    xerces/c/trunk/src/xercesc/sax2/SAX2XMLReader.hpp

Modified: xerces/c/trunk/src/xercesc/parsers/SAX2XMLFilterImpl.hpp
URL: 
http://svn.apache.org/viewvc/xerces/c/trunk/src/xercesc/parsers/SAX2XMLFilterImpl.hpp?rev=706748&r1=706747&r2=706748&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/parsers/SAX2XMLFilterImpl.hpp (original)
+++ xerces/c/trunk/src/xercesc/parsers/SAX2XMLFilterImpl.hpp Tue Oct 21 
13:09:51 2008
@@ -112,8 +112,7 @@
      * To ensure assessiblity of the returned information after the parser
      * 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
+     * pointer is a generic void pointer, see the SAX2 Programming Guide 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 +198,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 the SAX2 Programming Guide for detail description).
     *
     * <br>http://xml.org/sax/features/validation (default: true)
     * <br>http://xml.org/sax/features/namespaces (default: true)
@@ -224,20 +223,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 the SAX2 Programming Guide 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 the SAX2 Programming Guide
     * 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
+    *            the SAX2 Programming Guide 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/trunk/src/xercesc/parsers/SAX2XMLReaderImpl.hpp
URL: 
http://svn.apache.org/viewvc/xerces/c/trunk/src/xercesc/parsers/SAX2XMLReaderImpl.hpp?rev=706748&r1=706747&r2=706748&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/parsers/SAX2XMLReaderImpl.hpp (original)
+++ xerces/c/trunk/src/xercesc/parsers/SAX2XMLReaderImpl.hpp Tue Oct 21 
13:09:51 2008
@@ -150,8 +150,7 @@
      * To ensure assessiblity of the returned information after the parser
      * 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
+     * pointer is a generic void pointer, see the SAX2 Programming Guide 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 +268,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 the SAX2 Programming Guide for detail description).
     *
     * <br>http://xml.org/sax/features/validation (default: false)
     * <br>http://xml.org/sax/features/namespaces (default: true)
@@ -294,20 +293,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 the SAX2 Programming Guide 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 the SAX2 Programming Guide
     * 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
+    *            the SAX2 Programming Guide 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/trunk/src/xercesc/sax2/SAX2XMLReader.hpp
URL: 
http://svn.apache.org/viewvc/xerces/c/trunk/src/xercesc/sax2/SAX2XMLReader.hpp?rev=706748&r1=706747&r2=706748&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/sax2/SAX2XMLReader.hpp (original)
+++ xerces/c/trunk/src/xercesc/sax2/SAX2XMLReader.hpp Tue Oct 21 13:09:51 2008
@@ -143,8 +143,7 @@
      * To ensure assessiblity of the returned information after the parser
      * 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
+     * pointer is a generic void pointer, see the SAX2 Programming Guide to 
learn
      * exactly what type of property value each property returns for 
replication.
      *
      * @param name The unique identifier (URI) of the property being set.
@@ -230,7 +229,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 the SAX2 Programming Guide for detail description).
     *
     * <br>http://xml.org/sax/features/validation (default: true)
     * <br>http://xml.org/sax/features/namespaces (default: true)
@@ -255,20 +254,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 the SAX2 Programming Guide 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 the SAX2 Programming Guide
     * 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
+    *            the SAX2 Programming Guide 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to