| 5161 | } |
| 5162 | |
| 5163 | PUGI__FN const char_t* xml_attribute::as_string(const char_t* def) const |
| 5164 | { |
| 5165 | return (_attr && _attr->value) ? _attr->value + 0 : def; |
| 5166 | } |
| 5167 | |
| 5168 | PUGI__FN int xml_attribute::as_int(int def) const |
| 5169 | { |
no outgoing calls