- addChild
void addChild(DavProp value)
Undocumented in source. Be warned that the author may not have intended to support it.
- addNamespace
void addNamespace(string prefix, string namespace)
Undocumented in source. Be warned that the author may not have intended to support it.
- checkNamespacePrefixes
void checkNamespacePrefixes()
Undocumented in source. Be warned that the author may not have intended to support it.
- getNamespaceForPrefix
string getNamespaceForPrefix(string prefix)
Undocumented in source. Be warned that the author may not have intended to support it.
- getPrefixForNamespace
string getPrefixForNamespace(string namespace)
Undocumented in source. Be warned that the author may not have intended to support it.
- has
bool has(string key)
Undocumented in source. Be warned that the author may not have intended to support it.
- isNameSpaceDefined
bool isNameSpaceDefined(string prefix)
Undocumented in source. Be warned that the author may not have intended to support it.
- isPrefixNameSpaceDefined
bool isPrefixNameSpaceDefined()
Undocumented in source. Be warned that the author may not have intended to support it.
- opApply
int opApply(int delegate(ref string, ref DavProp) dg)
Undocumented in source. Be warned that the author may not have intended to support it.
- opBinaryRight
inout(DavProp)* opBinaryRight(string key)
Undocumented in source. Be warned that the author may not have intended to support it.
- opIndex
DavProp[] opIndex()
Undocumented in source. Be warned that the author may not have intended to support it.
- opIndex
DavProp opIndex(string key)
Undocumented in source. Be warned that the author may not have intended to support it.
- opIndex
DavProp opIndex(ulong index)
Undocumented in source. Be warned that the author may not have intended to support it.
- opIndexAssign
DavProp opIndexAssign(DavProp value, string key)
Undocumented in source. Be warned that the author may not have intended to support it.
- opIndexAssign
DavProp opIndexAssign(string data, string key)
Undocumented in source. Be warned that the author may not have intended to support it.
- remove
void remove(string key)
Undocumented in source. Be warned that the author may not have intended to support it.
- toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.
- isGroup
bool isGroup [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- isText
bool isText [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- length
ulong length [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- namespace
string namespace [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- prefix
string prefix [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- tagName
string tagName [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.