Renamed classes
[shibboleth/xmltooling.git] / xmltooling / ElementProxy.h
similarity index 80%
rename from xmltooling/ExtensibleXMLObject.h
rename to xmltooling/ElementProxy.h
index fb31320..874139b 100644 (file)
  */\r
 \r
 /**\r
- * @file ExtensibleXMLObject.h\r
+ * @file ElementProxy.h\r
  * \r
  * An XMLObject with an open content model \r
  */\r
 \r
-#if !defined(__xmltooling_extxmlobj_h__)\r
-#define __xmltooling_extxmlobj_h__\r
+#if !defined(__xmltooling_eleproxy_h__)\r
+#define __xmltooling_eleproxy_h__\r
 \r
 #include <xmltooling/XMLObject.h>\r
 #include <xmltooling/util/XMLObjectChildrenList.h>\r
@@ -33,11 +33,11 @@ namespace xmltooling {
     /**\r
      * An XMLObject with an open content model.\r
      */\r
-    class XMLTOOL_API ExtensibleXMLObject : public virtual XMLObject\r
+    class XMLTOOL_API ElementProxy : public virtual XMLObject\r
     {\r
     public:\r
-        ExtensibleXMLObject() {}\r
-        virtual ~ExtensibleXMLObject() {}\r
+        ElementProxy() {}\r
+        virtual ~ElementProxy() {}\r
         \r
         /**\r
          * Gets the text content of the object\r
@@ -64,4 +64,4 @@ namespace xmltooling {
     \r
 };\r
 \r
-#endif /* __xmltooling_extxmlobj_h__ */\r
+#endif /* __xmltooling_eleproxy_h__ */\r