From: Allen B. <al...@us...> - 2002-02-20 03:02:18
|
allenb 2002/02/19 19:02:17 PST Modified files: gamekernel/xmlpp xmlpp.cpp xmlpp.h Log: Refactor: Move toward JDOM interface Added: getChild() and getChildren() methods, and deprecated select_nodes() and firstchild(). This is part of the move towards making the API look more like JDOM. Why think up our own interface when JDOM provides a great API already?? :) Revision Changes Path 1.6 +4 -4 lib/gamekernel/xmlpp/xmlpp.cpp 1.11 +28 -11 lib/gamekernel/xmlpp/xmlpp.h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/gamekernel/xmlpp/xmlpp.cpp.diff?r1=1.5&r2=1.6&diff_format=h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/gamekernel/xmlpp/xmlpp.h.diff?r1=1.10&r2=1.11&diff_format=h |