--- parser3/src/classes/xnode.h 2002/04/18 15:54:39 1.11 +++ parser3/src/classes/xnode.h 2003/01/21 15:51:08 1.18 @@ -1,23 +1,22 @@ /** @file Parser: @b dnode methods class - MDnode class decl. - Copyright (c) 2001, 2002 ArtLebedev Group (http://www.artlebedev.com) + Copyright (c) 2001, 2003 ArtLebedev Group (http://www.artlebedev.com) Author: Alexandr Petrosian (http://paf.design.ru) - - $Id: xnode.h,v 1.11 2002/04/18 15:54:39 paf Exp $ */ #ifndef XNODE_H #define XNODE_H +static const char* IDENT_XNODE_H="$Date: 2003/01/21 15:51:08 $"; class MXnode : public Methoded { public: // Value /// MXnode: +$const - Value *get_element(const String& aname) { - // $CLASS, $method - if(Value *result=Methoded::get_element(aname)) + Value *get_element(const String& aname, Value& aself, bool looking_up) { + // $method + if(Value *result=Methoded::get_element(aname, aself, looking_up)) return result; // $const