LibreOffice Module ucb (master) 1
Namespaces | Functions
webdavresponseparser.cxx File Reference
#include "webdavresponseparser.hxx"
#include "DAVProperties.hxx"
#include "UCBDeadPropertyValue.hxx"
#include <comphelper/processfactory.hxx>
#include <comphelper/sequence.hxx>
#include <cppuhelper/implbase.hxx>
#include <com/sun/star/xml/sax/Parser.hpp>
#include <com/sun/star/xml/sax/InputSource.hpp>
#include <com/sun/star/xml/sax/XDocumentHandler.hpp>
#include <com/sun/star/ucb/LockEntry.hpp>
#include <com/sun/star/ucb/LockScope.hpp>
#include <com/sun/star/ucb/LockType.hpp>
#include <com/sun/star/ucb/Lock.hpp>
#include <map>
#include <unordered_map>
#include <rtl/ref.hxx>
#include <rtl/uri.hxx>
#include <sal/log.hxx>
#include <o3tl/string_view.hxx>
Include dependency graph for webdavresponseparser.cxx:

Go to the source code of this file.

Namespaces

namespace  http_dav_ucp
 

Functions

std::vector< ucb::Lock > http_dav_ucp::parseWebDAVLockResponse (const uno::Reference< io::XInputStream > &xInputStream)
 
std::vector< DAVResourcehttp_dav_ucp::parseWebDAVPropFindResponse (const uno::Reference< io::XInputStream > &xInputStream)
 
std::vector< DAVResourceInfohttp_dav_ucp::parseWebDAVPropNameResponse (const uno::Reference< io::XInputStream > &xInputStream)