LibreOffice Module unoxml (master) 1
Namespaces | Functions
xpathapi.cxx File Reference
#include "xpathapi.hxx"
#include <stdarg.h>
#include <string.h>
#include <libxml/tree.h>
#include <libxml/xmlerror.h>
#include <libxml/xpath.h>
#include <libxml/xpathInternals.h>
#include <com/sun/star/xml/xpath/XPathException.hpp>
#include <rtl/ustrbuf.hxx>
#include <sal/log.hxx>
#include "xpathobject.hxx"
#include <node.hxx>
#include "../dom/document.hxx"
#include <comphelper/servicehelper.hxx>
#include <cppuhelper/supportsservice.hxx>
Include dependency graph for xpathapi.cxx:

Go to the source code of this file.

Namespaces

namespace  XPath
 

Functions

static void XPath::lcl_registerNamespaces (xmlXPathContextPtr ctx, const nsmap_t &nsmap)
 
static void XPath::lcl_collectNamespaces (nsmap_t &rNamespaces, Reference< XNode > const &xNamespaceNode)
 
static void XPath::lcl_collectRegisterNamespaces (CXPathAPI &rAPI, Reference< XNode > const &xNamespaceNode)
 
static void XPath::lcl_registerExtensions (xmlXPathContextPtr ctx, const extensions_t &extensions)
 
static OUString XPath::make_error_message (xmlErrorPtr pError)
 
static void XPath::generic_error_func (void *, const char *format,...)
 
static void XPath::structured_error_func (void *, xmlErrorPtr error)
 
SAL_DLLPUBLIC_EXPORT css::uno::XInterface * unoxml_CXPathAPI_get_implementation (css::uno::XComponentContext *context, css::uno::Sequence< css::uno::Any > const &)
 

Function Documentation

◆ unoxml_CXPathAPI_get_implementation()

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

Definition at line 387 of file xpathapi.cxx.