/[papo]/gnue/common/src/GRootObj.py
ViewVC logotype

Diff of /gnue/common/src/GRootObj.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by styxman, Fri Nov 15 15:32:54 2002 UTC revision 1.2.2.1 by anthonyl, Tue Mar 4 22:09:32 2003 UTC
# Line 16  Line 16 
16  # write to the Free Software Foundation, Inc., 59 Temple Place  # write to the Free Software Foundation, Inc., 59 Temple Place
17  # - Suite 330, Boston, MA 02111-1307, USA.  # - Suite 330, Boston, MA 02111-1307, USA.
18  #  #
19  # Copyright 2000-2002 Free Software Foundation  # Copyright 2000-2003 Free Software Foundation
20  #  #
21  #  #
22  # FILE:  # FILE:
# Line 42  class GRootObj(GObj): Line 42  class GRootObj(GObj):
42      self._rname = rootName      self._rname = rootName
43      self.__xmlElementCallback = xmlElementCallback      self.__xmlElementCallback = xmlElementCallback
44      self._xmlParser = xmlParser      self._xmlParser = xmlParser
45        self._xmlnamespaces = {}
46        self._standardnamespaces = {}
47    
48      # This will store any "global myVar" that the triggers execute.      # This will store any "global myVar" that the triggers execute.
49      self._globalRuntimeNamespace = {}      self._globalRuntimeNamespace = {}
# Line 51  class GRootObj(GObj): Line 53  class GRootObj(GObj):
53    
54    def dumpXML(self, treeDump=1, gap="  "):    def dumpXML(self, treeDump=1, gap="  "):
55      return GObj.dumpXML(self, self.__xmlElementCallback(),      return GObj.dumpXML(self, self.__xmlElementCallback(),
56            treeDump, gap, xmlnamespaces={})            treeDump, gap, xmlnamespaces=self._standardnamespaces)
   
   
   
57    
58    
59    

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.2.2.1

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26