LibreOffice Module ucb (master)
1
|
#include <DAVResource.hxx>
Public Member Functions | |
DAVResource () | |
DAVResource (const OUString &inUri) | |
Public Attributes | |
OUString | uri |
std::vector< DAVPropertyValue > | properties |
Definition at line 50 of file neon/DAVResource.hxx.
|
inline |
Definition at line 55 of file neon/DAVResource.hxx.
|
inlineexplicit |
Definition at line 56 of file neon/DAVResource.hxx.
std::vector< DAVPropertyValue > webdav_ucp::DAVResource::properties |
Definition at line 53 of file neon/DAVResource.hxx.
Referenced by webdav_ucp::ContentProperties::ContentProperties(), webdav_ucp::NeonSession::GET(), webdav_ucp::NeonSession::GET0(), webdav_ucp::NeonHeadRequest::NeonHeadRequest(), and NPFR_propfind_iter().
OUString webdav_ucp::DAVResource::uri |
Definition at line 52 of file neon/DAVResource.hxx.
Referenced by webdav_ucp::ContentProperties::ContentProperties(), webdav_ucp::NeonSession::GET(), webdav_ucp::NeonSession::GET0(), and webdav_ucp::NeonHeadRequest::NeonHeadRequest().