CDAVProperty



Member Functions

<

   public:

bool operator <(const CDAVProperty &rhs) const {return mPropertyName < rhs.mPropertyName;};

less-than operator

Parameters

NameDescription
rhsthe object comapred to

==

   public:

bool operator ==(CDAVProperty &rhs) const {return mPropertyName==rhs.mPropertyName;};

equality operator

Parameters

NameDescription
rhsthe object comapred to

CDAVProperty

   public:

CDAVProperty();

object constructor


CDAVProperty

   public:

CDAVProperty(const char* name, const char* space=NULL);

object constructor

Parameters

NameDescription
namethe property's name
spacethe XML namespace. If NULL, assumed to be in the DAV: namespace. Default value is NULL.

GetNamespace

   public:

std::string &GetNamespace();

access the XML namespace of this property


GetPropertyName

   public:

std::string &GetPropertyName();

access the name of this property


getIsInDAVNamespace

   public:

Boolean getIsInDAVNamespace();

returns true if this propery object refers to a property specfied in the WebDAV spec


~CDAVProperty

   public:

virtual ~CDAVProperty();

object destructor


© 1999-2000, Thomas Bednarz, Jr. — (Last Updated 7/16/2000)