att(const char *tag) | soap_dom_attribute | |
att(const wchar_t *tag) | soap_dom_attribute | |
att(const char *ns, const char *tag) | soap_dom_attribute | |
att(const char *ns, const wchar_t *tag) | soap_dom_attribute | |
att_begin() | soap_dom_attribute | |
att_end() | soap_dom_attribute | |
att_find(const char *patt) | soap_dom_attribute | |
att_find(const wchar_t *patt) | soap_dom_attribute | |
att_find(const char *ns, const char *patt) | soap_dom_attribute | |
att_find(const char *ns, const wchar_t *patt) | soap_dom_attribute | |
begin() | soap_dom_attribute | |
cbegin() | soap_dom_attribute | |
cend() | soap_dom_attribute | |
const_iterator typedef | soap_dom_attribute | |
end() | soap_dom_attribute | |
get_double() const | soap_dom_attribute | |
get_int() const | soap_dom_attribute | |
get_text() const | soap_dom_attribute | |
is_false() const | soap_dom_attribute | |
is_true() const | soap_dom_attribute | |
iterator typedef | soap_dom_attribute | |
match(const char *patt) const | soap_dom_attribute | |
match(const wchar_t *patt) const | soap_dom_attribute | |
match(const char *ns, const char *patt) const | soap_dom_attribute | |
match(const char *ns, const wchar_t *patt) const | soap_dom_attribute | |
name | soap_dom_attribute | |
next | soap_dom_attribute | |
ns() const | soap_dom_attribute | |
nstr | soap_dom_attribute | |
operator bool() const | soap_dom_attribute | |
operator const char *() const | soap_dom_attribute | |
operator double() const | soap_dom_attribute | |
operator int() const | soap_dom_attribute | |
operator LONG64() const | soap_dom_attribute | |
operator=(bool b) | soap_dom_attribute | |
operator=(int n) | soap_dom_attribute | |
operator=(LONG64 n) | soap_dom_attribute | |
operator=(float x) | soap_dom_attribute | |
operator=(double x) | soap_dom_attribute | |
operator=(const char *text) | soap_dom_attribute | |
operator=(const wchar_t *text) | soap_dom_attribute | |
operator=(const std::string &text) | soap_dom_attribute | |
operator=(const std::wstring &text) | soap_dom_attribute | |
operator=(const soap_dom_attribute &att) | soap_dom_attribute | |
set(const char *ns, const char *tag) | soap_dom_attribute | |
set(const char *ns, const wchar_t *tag) | soap_dom_attribute | |
set(bool b) | soap_dom_attribute | |
set(int n) | soap_dom_attribute | |
set(LONG64 n) | soap_dom_attribute | |
set(float x) | soap_dom_attribute | |
set(double x) | soap_dom_attribute | |
set(const char *text) | soap_dom_attribute | |
set(const wchar_t *text) | soap_dom_attribute | |
set(const std::string &text) | soap_dom_attribute | |
set(const std::wstring &text) | soap_dom_attribute | |
soap | soap_dom_attribute | |
soap_dom_attribute(struct soap *soap=NULL) | soap_dom_attribute | |
soap_dom_attribute(const soap_dom_attribute &att) | soap_dom_attribute | |
soap_dom_attribute(struct soap *soap, const char *tag) | soap_dom_attribute | |
soap_dom_attribute(struct soap *soap, const wchar_t *tag) | soap_dom_attribute | |
soap_dom_attribute(struct soap *soap, const char *ns, const char *tag, const char *text) | soap_dom_attribute | |
soap_dom_attribute(struct soap *soap, const char *ns, const char *tag, const wchar_t *text) | soap_dom_attribute | |
soap_dom_attribute(struct soap *soap, const char *ns, const wchar_t *tag, const char *text) | soap_dom_attribute | |
soap_dom_attribute(struct soap *soap, const char *ns, const wchar_t *tag, const wchar_t *text) | soap_dom_attribute | |
soap_dom_attribute(struct soap *soap, const char *ns, const char *tag, const std::string &text) | soap_dom_attribute | |
soap_dom_attribute(struct soap *soap, const char *ns, const char *tag, const std::wstring &text) | soap_dom_attribute | |
soap_dom_attribute(struct soap *soap, const char *ns, const wchar_t *tag, const std::string &text) | soap_dom_attribute | |
soap_dom_attribute(struct soap *soap, const char *ns, const wchar_t *tag, const std::wstring &text) | soap_dom_attribute | |
tag() const | soap_dom_attribute | |
text | soap_dom_attribute | |
unlink() | soap_dom_attribute | |
~soap_dom_attribute() | soap_dom_attribute | |