Kaydet (Commit) 4f8bf4ff authored tarafından Oliver Bolte's avatar Oliver Bolte

INTEGRATION: CWS custommeta (1.8.42); FILE MERGED

2008/02/01 10:36:32 mst 1.8.42.4: RESYNC: (1.9-1.10); FILE MERGED
2007/12/11 09:40:20 mst 1.8.42.3: - unoxml/source/dom/node.hxx:
  fix mismerge
2007/12/10 10:28:23 mst 1.8.42.2: RESYNC: (1.8-1.9); FILE MERGED
2007/12/07 14:05:56 mst 1.8.42.1: - unoxml/source/dom/document.{hxx,cxx}:
  implement interface css::xml::sax::XSAXSerializable
- unoxml/source/dom/*.{hxx,cxx}:
  add virtual method saxify() on all subclasses of CNode
  add missing implementations of getLocalName()
üst 6493f003
......@@ -4,9 +4,9 @@
*
* $RCSfile: node.hxx,v $
*
* $Revision: 1.10 $
* $Revision: 1.11 $
*
* last change: $Author: vg $ $Date: 2007-12-06 11:00:49 $
* last change: $Author: obo $ $Date: 2008-02-26 14:49:24 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
......@@ -56,10 +56,12 @@
#include <com/sun/star/xml/dom/events/XUIEvent.hpp>
#include <com/sun/star/xml/dom/events/XMouseEvent.hpp>
#include <com/sun/star/xml/dom/DOMException.hpp>
#include <com/sun/star/xml/sax/XExtendedDocumentHandler.hpp>
#include <libxml/tree.h>
using namespace rtl;
using namespace com::sun::star::uno;
using namespace com::sun::star::xml::sax;
using namespace com::sun::star::xml::dom;
using namespace com::sun::star::xml::dom::events;
using com::sun::star::lang::XUnoTunnel;
......@@ -108,6 +110,10 @@ namespace DOM
//static Sequence< sal_Int8 >
// recursively create SAX events
virtual void SAL_CALL saxify(
const Reference< XDocumentHandler >& i_xHandler);
// ---- DOM interfaces
/**
......@@ -292,6 +298,9 @@ namespace DOM
throw(RuntimeException, EventException);
};
/// eliminate redundant namespace declarations
void _nscleanup(const xmlNodePtr aNode, const xmlNodePtr aParent);
}
#endif
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment