Added built-in ID attribute support to base classes.
[shibboleth/cpp-xmltooling.git] / xmltooling / AbstractXMLObject.h
index e159df1..dee54be 100644 (file)
@@ -69,6 +69,10 @@ namespace xmltooling {
         const QName* getSchemaType() const {\r
             return m_typeQname;\r
         }\r
+        \r
+        const XMLCh* getXMLID() const {\r
+            return NULL;\r
+        }\r
     \r
         bool hasParent() const {\r
             return m_parent != NULL;\r