Author: borisk
Date: Tue Oct 21 13:05:27 2008
New Revision: 706743
URL: http://svn.apache.org/viewvc?rev=706743&view=rev
Log:
Update URLs in source code to point to the new pages. Get rid of the headers
and footer in the Doxygen-generated documentation.
Removed:
xerces/c/branches/xerces-2.8/doc/html/apiDocs-2/XercesApi.css
xerces/c/branches/xerces-2.8/doc/html/apiDocs-2/footer.html
xerces/c/branches/xerces-2.8/doc/html/apiDocs-2/header.html
Modified:
xerces/c/branches/xerces-2.8/doc/Doxyfile
xerces/c/branches/xerces-2.8/src/xercesc/com/StdAfx.cpp
xerces/c/branches/xerces-2.8/src/xercesc/dom/DOMBuilder.hpp
xerces/c/branches/xerces-2.8/src/xercesc/parsers/DOMBuilderImpl.hpp
xerces/c/branches/xerces-2.8/src/xercesc/parsers/SAX2XMLFilterImpl.hpp
xerces/c/branches/xerces-2.8/src/xercesc/parsers/SAX2XMLReaderImpl.hpp
xerces/c/branches/xerces-2.8/src/xercesc/sax2/SAX2XMLReader.hpp
Modified: xerces/c/branches/xerces-2.8/doc/Doxyfile
URL:
http://svn.apache.org/viewvc/xerces/c/branches/xerces-2.8/doc/Doxyfile?rev=706743&r1=706742&r2=706743&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.8/doc/Doxyfile (original)
+++ xerces/c/branches/xerces-2.8/doc/Doxyfile Tue Oct 21 13:05:27 2008
@@ -23,7 +23,7 @@
# This could be handy for archiving the generated documentation or
# if some version control system is used.
-PROJECT_NUMBER = v2.8.0
+PROJECT_NUMBER = 2.8.0
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.
@@ -597,13 +597,13 @@
# each generated HTML page. If it is left blank doxygen will generate a
# standard header.
-HTML_HEADER = html/apiDocs/header.html
+HTML_HEADER =
# The HTML_FOOTER tag can be used to specify a personal HTML footer for
# each generated HTML page. If it is left blank doxygen will generate a
# standard footer.
-HTML_FOOTER = html/apiDocs/footer.html
+HTML_FOOTER =
# The HTML_STYLESHEET tag can be used to specify a user-defined cascading
# style sheet that is used by each HTML page. It can be used to
@@ -1033,7 +1033,7 @@
# toolkit from AT&T and Lucent Bell Labs. The other options in this section
# have no effect if this option is set to NO (the default)
-HAVE_DOT = YES
+HAVE_DOT = NO
# If the CLASS_GRAPH and HAVE_DOT tags are set to YES then doxygen
# will generate a graph for each documented class showing the direct and
Modified: xerces/c/branches/xerces-2.8/src/xercesc/com/StdAfx.cpp
URL:
http://svn.apache.org/viewvc/xerces/c/branches/xerces-2.8/src/xercesc/com/StdAfx.cpp?rev=706743&r1=706742&r2=706743&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.8/src/xercesc/com/StdAfx.cpp (original)
+++ xerces/c/branches/xerces-2.8/src/xercesc/com/StdAfx.cpp Tue Oct 21 13:05:27
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.8/src/xercesc/dom/DOMBuilder.hpp
URL:
http://svn.apache.org/viewvc/xerces/c/branches/xerces-2.8/src/xercesc/dom/DOMBuilder.hpp?rev=706743&r1=706742&r2=706743&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.8/src/xercesc/dom/DOMBuilder.hpp (original)
+++ xerces/c/branches/xerces-2.8/src/xercesc/dom/DOMBuilder.hpp Tue Oct 21
13:05:27 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.8/src/xercesc/parsers/DOMBuilderImpl.hpp
URL:
http://svn.apache.org/viewvc/xerces/c/branches/xerces-2.8/src/xercesc/parsers/DOMBuilderImpl.hpp?rev=706743&r1=706742&r2=706743&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.8/src/xercesc/parsers/DOMBuilderImpl.hpp
(original)
+++ xerces/c/branches/xerces-2.8/src/xercesc/parsers/DOMBuilderImpl.hpp Tue Oct
21 13:05:27 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.8/src/xercesc/parsers/SAX2XMLFilterImpl.hpp
URL:
http://svn.apache.org/viewvc/xerces/c/branches/xerces-2.8/src/xercesc/parsers/SAX2XMLFilterImpl.hpp?rev=706743&r1=706742&r2=706743&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.8/src/xercesc/parsers/SAX2XMLFilterImpl.hpp
(original)
+++ xerces/c/branches/xerces-2.8/src/xercesc/parsers/SAX2XMLFilterImpl.hpp Tue
Oct 21 13:05:27 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.8/src/xercesc/parsers/SAX2XMLReaderImpl.hpp
URL:
http://svn.apache.org/viewvc/xerces/c/branches/xerces-2.8/src/xercesc/parsers/SAX2XMLReaderImpl.hpp?rev=706743&r1=706742&r2=706743&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.8/src/xercesc/parsers/SAX2XMLReaderImpl.hpp
(original)
+++ xerces/c/branches/xerces-2.8/src/xercesc/parsers/SAX2XMLReaderImpl.hpp Tue
Oct 21 13:05:27 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.8/src/xercesc/sax2/SAX2XMLReader.hpp
URL:
http://svn.apache.org/viewvc/xerces/c/branches/xerces-2.8/src/xercesc/sax2/SAX2XMLReader.hpp?rev=706743&r1=706742&r2=706743&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.8/src/xercesc/sax2/SAX2XMLReader.hpp (original)
+++ xerces/c/branches/xerces-2.8/src/xercesc/sax2/SAX2XMLReader.hpp Tue Oct 21
13:05:27 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]