Diff for /parser3/src/classes/xnode.h between versions 1.2 and 1.6

version 1.2, 2001/09/26 15:43:59 version 1.6, 2002/01/24 15:11:59
Line 2 Line 2
         Parser: @b dnode methods class - MDnode class decl.          Parser: @b dnode methods class - MDnode class decl.
   
         Copyright (c) 2001 ArtLebedev Group (http://www.artlebedev.com)          Copyright (c) 2001 ArtLebedev Group (http://www.artlebedev.com)
         Author: Alexander Petrosyan <paf@design.ru> (http://design.ru/paf)          Author: Alexander Petrosyan <paf@design.ru> (http://paf.design.ru)
   
         $Id$          $Id$
 */  */
Line 10 Line 10
 #ifndef XNODE_H  #ifndef XNODE_H
 #define XNODE_H  #define XNODE_H
   
 #include <util/XMLString.hpp>  
   
 class MXnode : public Methoded {  class MXnode : public Methoded {
 public: // Value  public: // Value
Line 30  public: // Value Line 29  public: // Value
   
   
 public: // VStateless_class  public: // VStateless_class
         Value *create_new_value(Pool& pool) { return new(pool) VXnode(pool); }          Value *create_new_value(Pool& pool) { return new(pool) VXnode(pool, 0); }
   
 public:  public:
         MXnode(Pool& pool);          MXnode(Pool& pool);
Line 43  private: Line 42  private:
         Hash consts;          Hash consts;
 };  };
   
   #define gdome_xml_doc_get_xmlDoc(dome_doc) ((_Gdome_xml_Document *)dome_doc)->n;
   
 #endif  #endif

Removed from v.1.2  
changed lines
  Added in v.1.6


E-mail: