GDB (xrefs)
|
Public Attributes | |
struct obstack | obstack |
int | skip_depth |
int | include_depth |
xml_fetch_another | fetcher |
void * | fetcher_baton |
Definition at line 731 of file xml-support.c.
xml_fetch_another xinclude_parsing_data::fetcher |
Definition at line 748 of file xml-support.c.
Referenced by xinclude_start_include(), and xml_process_xincludes().
void* xinclude_parsing_data::fetcher_baton |
Definition at line 749 of file xml-support.c.
Referenced by xinclude_start_include(), and xml_process_xincludes().
int xinclude_parsing_data::include_depth |
Definition at line 744 of file xml-support.c.
Referenced by xinclude_start_include(), and xml_process_xincludes().
struct obstack xinclude_parsing_data::obstack |
Definition at line 734 of file xml-support.c.
Referenced by xinclude_start_include(), xml_process_xincludes(), xml_xinclude_cleanup(), and xml_xinclude_default().
int xinclude_parsing_data::skip_depth |
Definition at line 740 of file xml-support.c.
Referenced by xinclude_end_include(), xinclude_start_include(), xml_xinclude_default(), xml_xinclude_end_doctype(), and xml_xinclude_start_doctype().