X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=xmltooling%2Fio%2FUnmarshaller.h;h=4e99a8d59dc18319ea000fa61e7c83f3b0731628;hb=e48e1c0c331276a2c312cc798809a11385badc13;hp=e65f49f1340ca84e1e940aa046bb53754d7fea6c;hpb=8b66acd2ee60e8bf79dafbc731fadbeed75949d0;p=shibboleth%2Fcpp-xmltooling.git diff --git a/xmltooling/io/Unmarshaller.h b/xmltooling/io/Unmarshaller.h index e65f49f..4e99a8d 100644 --- a/xmltooling/io/Unmarshaller.h +++ b/xmltooling/io/Unmarshaller.h @@ -72,12 +72,13 @@ namespace xmltooling { } /** - * Retrieves an Unmarshaller for a DOM element + * Retrieves an Unmarshaller for a DOM element. + * If no match is found, the default unmarshaller is returned, if any. * * @param element the element for which to return an unmarshaller * @return the unmarshaller or NULL */ - static const Unmarshaller* getUnmarshaller(const DOMElement* key); + static const Unmarshaller* getUnmarshaller(const DOMElement* element); /** * Retrieves the default Unmarshaller for an unknown DOM element