LibreOffice Module unoxml (master) 1
Namespaces | Functions
documentbuilder.cxx File Reference
#include "documentbuilder.hxx"
#include <string.h>
#include <libxml/xmlerror.h>
#include <memory>
#include <sal/log.hxx>
#include <comphelper/diagnose_ex.hxx>
#include <comphelper/processfactory.hxx>
#include <cppuhelper/implbase.hxx>
#include <cppuhelper/supportsservice.hxx>
#include <com/sun/star/xml/sax/SAXParseException.hpp>
#include <com/sun/star/ucb/XCommandEnvironment.hpp>
#include <com/sun/star/task/XInteractionHandler.hpp>
#include <com/sun/star/ucb/SimpleFileAccess.hpp>
#include <ucbhelper/content.hxx>
#include <ucbhelper/commandenvironment.hxx>
#include "document.hxx"
Include dependency graph for documentbuilder.cxx:

Go to the source code of this file.

Namespaces

namespace  DOM
 

Functions

static OUString DOM::make_error_message (xmlParserCtxtPtr ctxt)
 
static int DOM::xmlIO_read_func (void *context, char *buffer, int len)
 
static int DOM::xmlIO_close_func (void *context)
 
static xmlParserInputPtr DOM::resolve_func (void *ctx, const xmlChar *publicId, const xmlChar *systemId)
 
static void DOM::warning_func (void *ctx, const char *,...)
 
static void DOM::error_func (void *ctx, const char *,...)
 
static void DOM::throwEx (xmlParserCtxtPtr ctxt)
 
SAL_DLLPUBLIC_EXPORT css::uno::XInterface * unoxml_CDocumentBuilder_get_implementation (css::uno::XComponentContext *, css::uno::Sequence< css::uno::Any > const &)
 

Function Documentation

◆ unoxml_CDocumentBuilder_get_implementation()

SAL_DLLPUBLIC_EXPORT css::uno::XInterface * unoxml_CDocumentBuilder_get_implementation ( css::uno::XComponentContext *  ,
css::uno::Sequence< css::uno::Any > const &   
)

Definition at line 423 of file documentbuilder.cxx.

Variable Documentation

◆ close

bool close

Definition at line 155 of file documentbuilder.cxx.

◆ freeOnClose

bool freeOnClose

Definition at line 156 of file documentbuilder.cxx.

◆ rInputStream

Reference< XInputStream > rInputStream

Definition at line 154 of file documentbuilder.cxx.