X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-xmltooling.git;a=blobdiff_plain;f=xmltooling%2Fimpl%2FAnyElement.h;h=d287154e555eb53a79f72f26c7f675ba992f8c5a;hp=789c6eacf10b3fd477eb4bf010586a06f3562b05;hb=28e2077c02f1bb4196730a88aa81aa72de9798e1;hpb=8fc2459e6957af0a07891ab552ddf0b1836ee50d diff --git a/xmltooling/impl/AnyElement.h b/xmltooling/impl/AnyElement.h index 789c6ea..d287154 100644 --- a/xmltooling/impl/AnyElement.h +++ b/xmltooling/impl/AnyElement.h @@ -47,6 +47,7 @@ namespace xmltooling { public AbstractXMLObjectMarshaller, public AbstractXMLObjectUnmarshaller { + /// @cond OFF public: virtual ~AnyElementImpl() {} @@ -62,9 +63,10 @@ namespace xmltooling { IMPL_XMLOBJECT_CHILDREN(UnknownXMLObject,m_children.end()); void marshallAttributes(DOMElement* domElement) const; - void processChildElement(XMLObject* childXMLObject, const DOMElement* root); + void processChildElement(XMLObject* childXMLObject, const DOMElement* childRoot); void processAttribute(const DOMAttr* attribute); }; + /// @endcond /** * Builder for AnyElementImpl objects.