Sun apparently striving for Ada-style type safety...
[shibboleth/cpp-xmltooling.git] / xmltooling / impl / AnyElement.h
index 789c6ea..5fad8ec 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  Copyright 2001-2006 Internet2
+ *  Copyright 2001-2007 Internet2
  * 
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -47,6 +47,7 @@ namespace xmltooling {
         public AbstractXMLObjectMarshaller,
         public AbstractXMLObjectUnmarshaller
     {
+    /// @cond OFF
     public:
         virtual ~AnyElementImpl() {}
 
@@ -61,10 +62,11 @@ namespace xmltooling {
         
         IMPL_XMLOBJECT_CHILDREN(UnknownXMLObject,m_children.end());
         
-        void marshallAttributes(DOMElement* domElement) const;
-        void processChildElement(XMLObject* childXMLObject, const DOMElement* root);
-        void processAttribute(const DOMAttr* attribute);
+        void marshallAttributes(xercesc::DOMElement* domElement) const;
+        void processChildElement(XMLObject* childXMLObject, const xercesc::DOMElement* childRoot);
+        void processAttribute(const xercesc::DOMAttr* attribute);
     };
+    /// @endcond
 
     /**
      * Builder for AnyElementImpl objects.