| 400 | } |
| 401 | |
| 402 | String XMLParser::get_node_name() const { |
| 403 | ERR_FAIL_COND_V(node_type == NODE_TEXT, ""); |
| 404 | return node_name; |
| 405 | } |
| 406 | |
| 407 | int XMLParser::get_attribute_count() const { |
| 408 | return attributes.size(); |
no outgoing calls
no test coverage detected