Began to implement collection handling.
[shibboleth/cpp-xmltooling.git] / xmltooling / impl / UnknownElement.h
index c22fa55..aff3ae5 100644 (file)
@@ -58,20 +58,6 @@ namespace xmltooling {
           */\r
         XMLObject* clone() const;\r
 \r
-        /**\r
-         * @see XMLObject::hasChildren()\r
-         */\r
-        bool hasChildren() const {\r
-            return false;\r
-        }\r
-\r
-        /**\r
-         * @see XMLObject::getOrderedChildren()\r
-         */\r
-        size_t getOrderedChildren(std::vector<XMLObject*>& v) const {\r
-            return 0;\r
-        }\r
-\r
     protected:\r
         /**\r
          * When needed, we can serialize the DOM into XML form and preserve it here.\r