LiFan
2024-09-05 55e747acd90955cbb8bb679996db1c99fd383bb5
jrj/xframe/kobject/kxml.hpp
@@ -221,6 +221,11 @@
   public:
      const KXMLDOMDocument& operator =(const KXMLDOMDocument& rhs);
      KXMLDOMDocument(const KXMLDOMDocument& rhs);
   public:
      void Reset()
      {
         if (documentElement())removeChild(documentElement());
      }
   };
   class KXMLDOMAttribute : public KXMLDOMNode