| Asterisk - The Open Source Telephony Project GIT-master-27fb039
    | 
XML documentation tree. More...

| Data Fields | ||
| struct ast_xml_doc * | doc | |
| struct { | ||
| struct documentation_tree * next | ||
| } | entry | |
| char * | filename | |
| struct ast_xml_doc* doc | 
Open document pointer.
Definition at line 56 of file xmldoc.c.
Referenced by ast_xmldoc_build_documentation(), ast_xmldoc_query(), handle_dump_docs(), xmldoc_get_node(), xmldoc_load_documentation(), and xmldoc_purge_documentation().
| struct { ... } entry | 
Referenced by ast_xmldoc_build_documentation(), ast_xmldoc_query(), xmldoc_get_node(), and xmldoc_purge_documentation().
| char* filename | 
XML document filename.
Definition at line 55 of file xmldoc.c.
Referenced by xmldoc_load_documentation(), and xmldoc_purge_documentation().
| struct documentation_tree* next |