#include <bxml_io.h>
Definition at line 24 of file bxml_io.h.
Public Member Functions | |
| bxml_io () | |
| ~bxml_io () | |
Static Public Member Functions | |
| static bxml_input_converter_sptr | find_converter_from_tag (vcl_string tag_name) |
| static bxml_input_converter_sptr | find_input_converter (vcl_string class_name) |
| static void | register_input_converter (bxml_input_converter_sptr conv) |
| static void | register_input_converters () |
| static bool | get_xml_root (vcl_string fname, DOM_Element &root) |
| static bool | parse_xml (vcl_string fname, vcl_vector< bxml_generic_ptr > &objs) |
Static Protected Attributes | |
| static BXML_DLL_DATA int | current_object_index_ = 1 |
| static BXML_DLL_DATA vcl_vector< bxml_input_converter_sptr > | input_converters_ |
|
|
Definition at line 24 of file bxml_io.cxx. |
|
|
|
|
|
Definition at line 42 of file bxml_io.cxx. |
|
|
Definition at line 31 of file bxml_io.cxx. |
|
||||||||||||
|
Definition at line 73 of file bxml_io.cxx. |
|
||||||||||||
|
Definition at line 111 of file bxml_io.cxx. |
|
|
Definition at line 54 of file bxml_io.cxx. |
|
|
Definition at line 155 of file bxml_io.cxx. |
|
|
|
|
|
|
1.4.4