diff --git a/src/xercesc/dom/DOMDocument.hpp b/src/xercesc/dom/DOMDocument.hpp index e26786984094d9b14e8f25f234ebccc96d6d67db..7d213c49f78abcf17b2e2f4c8c5a5cc0e1b399b9 100644 --- a/src/xercesc/dom/DOMDocument.hpp +++ b/src/xercesc/dom/DOMDocument.hpp @@ -735,8 +735,6 @@ public: * Note that this is a partial implementation. Not all the required features are implemented. * Currently <code>DOMAttr</code> and <code>DOMText</code> nodes are normalized. * Features to remove <code>DOMComment</code> and <code>DOMCDATASection</code> work. - * The feature to normalize namespaces is implemented. This feature is called - * "namespaces" and is incorectly documented in the current WD. * @since DOM Level 3 * */ @@ -748,13 +746,6 @@ public: * * @return The <code>DOMConfiguration</code> from this <code>DOMDocument</code> * - * Note that this is a partial implementation. Not all the required features are - * implemented and this is only used by normalizeDocument. - * Currently <code>DOMAttr</code> and <code>DOMText</code> nodes are normalized. - * Features to remove <code>DOMComment</code> and <code>DOMCDATASection</code> work. - * The feature to normalize namespaces is implemented. This feature is called - * "namespaces" and is incorectly documented in the current WD. - * * @since DOM Level 3 */ virtual DOMConfiguration* getDOMConfig() const = 0;