LibreOffice Module xmloff (master) 1
Functions
DomBuilderContext.cxx File Reference
#include <DomBuilderContext.hxx>
#include <xmloff/namespacemap.hxx>
#include <xmloff/xmlimp.hxx>
#include <xmloff/xmlerror.hxx>
#include <com/sun/star/uno/Reference.hxx>
#include <com/sun/star/uno/Sequence.hxx>
#include <com/sun/star/xml/dom/DocumentBuilder.hpp>
#include <com/sun/star/xml/dom/XNode.hpp>
#include <com/sun/star/xml/dom/XElement.hpp>
#include <com/sun/star/xml/sax/XAttributeList.hpp>
#include <com/sun/star/xml/dom/NodeType.hpp>
#include <rtl/ustring.hxx>
#include <sal/log.hxx>
#include <comphelper/processfactory.hxx>
Include dependency graph for DomBuilderContext.cxx:

Go to the source code of this file.

Functions

static Reference< XNode > lcl_createDomInstance ()
 
static Reference< XNode > lcl_createElement (SvXMLImport &rImport, sal_Int32 nElement, const Reference< XNode > &xParent)
 
static Reference< XNode > lcl_createElement (const OUString &rNamespace, const OUString &rName, const Reference< XNode > &xParent)
 

Function Documentation

◆ lcl_createDomInstance()

static Reference< XNode > lcl_createDomInstance ( )
static

Definition at line 231 of file DomBuilderContext.cxx.

References comphelper::getProcessComponentContext(), and SAL_WARN_IF.

◆ lcl_createElement() [1/2]

static Reference< XNode > lcl_createElement ( const OUString &  rNamespace,
const OUString &  rName,
const Reference< XNode > &  xParent 
)
static

Definition at line 291 of file DomBuilderContext.cxx.

References SAL_WARN_IF.

◆ lcl_createElement() [2/2]

static Reference< XNode > lcl_createElement ( SvXMLImport &  rImport,
sal_Int32  nElement,
const Reference< XNode > &  xParent 
)
static