GDB (xrefs)
|
Public Member Functions | |
xinclude_parsing_data (std::string &output_, xml_fetch_another fetcher_, int include_depth_) | |
Public Attributes | |
std::string & | output |
int | skip_depth |
int | include_depth |
xml_fetch_another | fetcher |
Definition at line 743 of file xml-support.c.
|
inline |
Definition at line 745 of file xml-support.c.
xml_fetch_another xinclude_parsing_data::fetcher |
Definition at line 769 of file xml-support.c.
int xinclude_parsing_data::include_depth |
Definition at line 765 of file xml-support.c.
std::string& xinclude_parsing_data::output |
Definition at line 755 of file xml-support.c.
int xinclude_parsing_data::skip_depth |
Definition at line 761 of file xml-support.c.