Default support for arbitrary DOM objects.
[shibboleth/xmltooling.git] / xmltooling / io / Marshaller.h
index 989796b..e9d6995 100644 (file)
@@ -64,7 +64,7 @@ namespace xmltooling {
          * Retrieves a Marshaller using the key it was registered with.\r
          * \r
          * @param key the key used to register the marshaller\r
-         * @return the marshaller\r
+         * @return the marshaller or NULL\r
          */\r
         static const Marshaller* getMarshaller(const QName& key) {\r
             std::map<QName,Marshaller*>::const_iterator i=m_map.find(key);\r
@@ -73,6 +73,7 @@ namespace xmltooling {
 \r
         /**\r
          * Retrieves a Marshaller for an XML object\r
+         * If no match is found, the default marshaller is returned, if any.\r
          * \r
          * @param xmlObject the object for which to return a marshaller\r
          * @return the marshaller or NULL\r