Fixes for disabling xmlsec
[shibboleth/cpp-xmltooling.git] / xmltooling / io / Unmarshaller.h
index e65f49f..4e99a8d 100644 (file)
@@ -72,12 +72,13 @@ namespace xmltooling {
         }\r
     \r
         /**\r
-         * Retrieves an Unmarshaller for a DOM element\r
+         * Retrieves an Unmarshaller for a DOM element.\r
+         * If no match is found, the default unmarshaller is returned, if any.\r
          * \r
          * @param element the element for which to return an unmarshaller\r
          * @return the unmarshaller or NULL\r
          */\r
-        static const Unmarshaller* getUnmarshaller(const DOMElement* key);\r
+        static const Unmarshaller* getUnmarshaller(const DOMElement* element);\r
 \r
         /**\r
          * Retrieves the default Unmarshaller for an unknown DOM element\r