Tighten up validator namespace checking, rework registration.
[shibboleth/cpp-xmltooling.git] / xmltooling / io / AbstractXMLObjectUnmarshaller.cpp
index fd4c9f5..3afab8c 100644 (file)
@@ -174,3 +174,8 @@ void AbstractXMLObjectUnmarshaller::unmarshallChildElements(const DOMElement* do
         }
     }
 }
+
+void AbstractXMLObjectUnmarshaller::processChildElement(XMLObject* child, const DOMElement* childRoot)
+{
+    throw UnmarshallingException("Child elements are not permitted on this object.");
+}