LibreOffice Module xmloff (master) 1
|
#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>
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) |
|
static |
Definition at line 231 of file DomBuilderContext.cxx.
References comphelper::getProcessComponentContext(), and SAL_WARN_IF.
|
static |
Definition at line 291 of file DomBuilderContext.cxx.
References SAL_WARN_IF.
|
static |
Definition at line 241 of file DomBuilderContext.cxx.
References aSeq, NMSP_SHIFT, nNamespace, SAL_WARN_IF, XML_NAMESPACE_NONE, XML_NAMESPACE_UNKNOWN, XML_NAMESPACE_XMLNS, XMLERROR_FLAG_WARNING, and XMLERROR_NAMESPACE_TROUBLE.