contrib/brl/bbas/bxml/bxml_find.cxx File Reference


Detailed Description

Author:
Matt Leotta

Date:
November 30, 2006

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.

Function Documentation

bxml_data_sptr bxml_find ( const bxml_data_sptr head,
const bxml_element query 
)

Find the first element that matches.

Definition at line 33 of file bxml_find.cxx.

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.


Generated on Fri Aug 29 05:20:52 2008 for contrib/brl/bbas/bxml by  doxygen 1.5.1