LibreOffice Module unoxml (master) 1
Classes | Namespaces | Typedefs
xpathapi.hxx File Reference
#include <map>
#include <mutex>
#include <vector>
#include <sal/types.h>
#include <cppuhelper/implbase.hxx>
#include <com/sun/star/uno/Reference.h>
#include <com/sun/star/uno/Sequence.h>
#include <com/sun/star/xml/xpath/XXPathAPI.hpp>
#include <com/sun/star/xml/dom/XNode.hpp>
#include <com/sun/star/xml/dom/XNodeList.hpp>
#include <com/sun/star/xml/xpath/XXPathObject.hpp>
#include <com/sun/star/xml/xpath/XXPathExtension.hpp>
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/uno/XComponentContext.hpp>
Include dependency graph for xpathapi.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  XPath::CXPathAPI
 

Namespaces

namespace  XPath
 

Typedefs

typedef std::map< OUString, OUString > XPath::nsmap_t
 
typedef std::vector< css::uno::Reference< css::xml::xpath::XXPathExtension > > XPath::extensions_t
 
typedef ::cppu::WeakImplHelper< css::xml::xpath::XXPathAPI, css::lang::XServiceInfo > XPath::CXPathAPI_Base