Definition in file bxml_find.cxx.
#include "bxml_find.h"
Go to the source code of this file.
Functions | |
| bool | bxml_matches (const bxml_element &elm, const bxml_element &query) |
| Return true if elm has the same name and contains the same attributes as query. | |
| bxml_data_sptr | bxml_find (const bxml_data_sptr &head, const bxml_element &query) |
| Find the first element that matches. | |
| bool | bxml_matches_by_name (const bxml_element &elm, const bxml_element &query) |
| Return true if elm has the same name and contains the same attributes as query. | |
| bxml_data_sptr | bxml_find_by_name (const bxml_data_sptr &head, const bxml_element &query) |
| Find the first element that matches the query only by name. | |
| bxml_data_sptr bxml_find | ( | const bxml_data_sptr & | head, | |
| const bxml_element & | query | |||
| ) |
| bxml_data_sptr bxml_find_by_name | ( | const bxml_data_sptr & | head, | |
| const bxml_element & | query | |||
| ) |
Find the first element that matches the query only by name.
(no check on the attribute matching)
Definition at line 65 of file bxml_find.cxx.
| bool bxml_matches | ( | const bxml_element & | elm, | |
| const bxml_element & | query | |||
| ) |
Return true if elm has the same name and contains the same attributes as query.
Definition at line 14 of file bxml_find.cxx.
| bool bxml_matches_by_name | ( | const bxml_element & | elm, | |
| const bxml_element & | query | |||
| ) |
Return true if elm has the same name and contains the same attributes as query.
Definition at line 55 of file bxml_find.cxx.
1.5.1