--- parser3/src/classes/xnode.C 2004/10/21 06:37:50 1.68 +++ parser3/src/classes/xnode.C 2005/07/27 14:04:15 1.69.4.1 @@ -7,7 +7,7 @@ #include "classes.h" #ifdef XML -static const char * const IDENT_XNODE_C="$Date: 2004/10/21 06:37:50 $"; +static const char * const IDENT_XNODE_C="$Date: 2005/07/27 14:04:15 $"; #include "pa_vmethod_frame.h" @@ -19,12 +19,6 @@ static const char * const IDENT_XNODE_C= #include "pa_xml_exception.h" #include "xnode.h" - -extern "C" { -#include "gdomecore/gdome-xml-node.h" -#include "gdomecore/gdome-xml-document.h" -}; -#include "gdome.h" #include "libxml/xpath.h" #include "libxml/xpathInternals.h" @@ -715,7 +709,7 @@ MXnode::MXnode(const char* aname, VState /// DOM1 node // Node insertBefore(in Node newChild,in Node refChild) raises(DOMException); - add_native_method("insertBefore", Method::CT_DYNAMIC, _insertBefore, 2, 2); + add_native_method("insertBefore", Method::CT_DYNAMIC, _insertBefore, 2, 2); // Node replaceChild(in Node newChild,in Node oldChild) raises(DOMException); add_native_method("replaceChild", Method::CT_DYNAMIC, _replaceChild, 2, 2); // Node removeChild(in Node oldChild) raises(DOMException);