--- parser3/src/classes/xnode.h 2002/08/13 15:55:41 1.15 +++ parser3/src/classes/xnode.h 2003/01/21 15:51:08 1.18 @@ -1,22 +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) */ #ifndef XNODE_H #define XNODE_H -static const char* IDENT_XNODE_H="$Date: 2002/08/13 15:55:41 $"; +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, Value *aself, bool looking_down) { + Value *get_element(const String& aname, Value& aself, bool looking_up) { // $method - if(Value *result=Methoded::get_element(aname, aself, looking_down)) + if(Value *result=Methoded::get_element(aname, aself, looking_up)) return result; // $const