LibreOffice Module unoxml (master) 1
Namespaces | Functions
document.cxx File Reference
#include <com/sun/star/uno/Sequence.h>
#include "document.hxx"
#include "attr.hxx"
#include "element.hxx"
#include "cdatasection.hxx"
#include "documentfragment.hxx"
#include "text.hxx"
#include "comment.hxx"
#include "processinginstruction.hxx"
#include "entityreference.hxx"
#include "documenttype.hxx"
#include "elementlist.hxx"
#include "domimplementation.hxx"
#include "entity.hxx"
#include "notation.hxx"
#include <event.hxx>
#include <mutationevent.hxx>
#include <uievent.hxx>
#include <mouseevent.hxx>
#include <eventdispatcher.hxx>
#include <string.h>
#include <osl/diagnose.h>
#include <com/sun/star/xml/sax/FastToken.hpp>
Include dependency graph for document.cxx:

Go to the source code of this file.

Namespaces

namespace  DOM
 

Functions

static xmlNodePtr DOM::lcl_getDocumentType (xmlDocPtr const i_pDocument)
 
static xmlNodePtr DOM::lcl_getDocumentRootPtr (xmlDocPtr const i_pDocument)
 get the pointer to the root element node of the document More...
 
static int DOM::writeCallback (void *context, const char *buffer, int len)
 
static int DOM::closeCallback (void *context)
 
static xmlNodePtr DOM::lcl_search_element_by_id (const xmlNodePtr cur, const xmlChar *id)
 
static void DOM::lcl_ImportSiblings (Reference< XDocument > const &xTargetDocument, Reference< XNode > const &xTargetParent, Reference< XNode > const &xChild)
 
static Reference< XNode > DOM::lcl_ImportNode (Reference< XDocument > const &xDocument, Reference< XNode > const &xImportedNode, bool deep)
 

Variable Documentation

◆ allowClose

bool allowClose

Definition at line 333 of file document.cxx.

◆ stream

Reference< XOutputStream > stream

Definition at line 332 of file document.cxx.