Revise comment on constructors.
authorcantor <cantor@de75baf8-a10c-0410-a50a-987c0e22f00f>
Wed, 10 Nov 2010 19:00:27 +0000 (19:00 +0000)
committercantor <cantor@de75baf8-a10c-0410-a50a-987c0e22f00f>
Wed, 10 Nov 2010 19:00:27 +0000 (19:00 +0000)
git-svn-id: https://svn.middleware.georgetown.edu/cpp-xmltooling/branches/REL_1@821 de75baf8-a10c-0410-a50a-987c0e22f00f

xmltooling/security/OpenSSLTrustEngine.h
xmltooling/security/SignatureTrustEngine.h
xmltooling/security/X509TrustEngine.h

index 6f3bacf..f7fb4b8 100644 (file)
@@ -39,14 +39,6 @@ namespace xmltooling {
         /**
          * Constructor.
          * 
-         * If a DOM is supplied, the following XML content is supported:
-         * 
-         * <ul>
-         *  <li>&lt;KeyInfoResolver&gt; elements with a type attribute
-         * </ul>
-         * 
-         * XML namespaces are ignored in the processing of this content.
-         * 
          * @param e DOM to supply configuration for provider
          */
         OpenSSLTrustEngine(const xercesc::DOMElement* e=nullptr);
index 8d72820..995b2f2 100644 (file)
@@ -43,14 +43,6 @@ namespace xmltooling {
         /**
          * Constructor.
          * 
-         * If a DOM is supplied, the following XML content is supported:
-         * 
-         * <ul>
-         *  <li>&lt;KeyInfoResolver&gt; elements with a type attribute
-         * </ul>
-         * 
-         * XML namespaces are ignored in the processing of this content.
-         * 
          * @param e DOM to supply configuration for provider
          */
         SignatureTrustEngine(const xercesc::DOMElement* e=nullptr);
index 4c29c6d..6f020cd 100644 (file)
@@ -42,14 +42,6 @@ namespace xmltooling {
         /**
          * Constructor.
          * 
-         * If a DOM is supplied, the following XML content is supported:
-         * 
-         * <ul>
-         *  <li>&lt;KeyInfoResolver&gt; elements with a type attribute
-         * </ul>
-         * 
-         * XML namespaces are ignored in the processing of this content.
-         * 
          * @param e DOM to supply configuration for provider
          */
         X509TrustEngine(const xercesc::DOMElement* e=nullptr);