This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Typedefs | |
typedef void | XTag |
Functions | |
XTag * | xtag_new_parse (const char *s, int n) |
char * | xtag_get_name (XTag *xtag) |
char * | xtag_get_pcdata (XTag *xtag) |
char * | xtag_get_attribute (XTag *xtag, char *attribute) |
XTag * | xtag_first_child (XTag *xtag, char *name) |
XTag * | xtag_next_child (XTag *xtag, char *name) |
XTag * | xtag_free (XTag *xtag) |
int | xtag_snprint (char *buf, int n, XTag *xtag) |
|
|
|
Definition at line 546 of file xtag.c. References _XTag::children, _XTag::current_child, _XList::data, _XTag::name, _XList::next, XList, and XTag. Referenced by xtag_next_child(). |
|
Definition at line 415 of file xtag.c. References _XTag::attributes, _XTag::children, _XList::data, _XAttribute::name, _XTag::name, _XList::next, _XTag::pcdata, _XAttribute::value, XAttribute, XList, xlist_free(), and XTag. Referenced by CMMLParser::parseClipTag(), CMMLParser::parseCMMLRootTag(), CMMLParser::parseHeadTag(), and xtag_new_parse(). |
Here is the call graph for this function:
|
Definition at line 528 of file xtag.c. References _XTag::attributes, _XList::data, _XAttribute::name, _XList::next, _XAttribute::value, XAttribute, and XList. |
|
Definition at line 504 of file xtag.c. References _XTag::name. Referenced by CMMLParser::parseClipTag(), CMMLParser::parseCMMLRootTag(), and CMMLParser::parseHeadTag(). |
|
Definition at line 510 of file xtag.c. References _XTag::children, _XList::data, _XList::next, _XTag::pcdata, XList, and XTag. |
|
Definition at line 447 of file xtag.c. References _XTag::attributes, _XTag::children, _XTag::current_child, _XTagParser::current_tag, _XTagParser::end, _XTag::name, _XTag::parent, _XTag::pcdata, _XTagParser::start, _XTagParser::valid, xlist_append(), XTag, xtag_free(), xtag_parse_tag(), and XTagParser. Referenced by CMMLParser::parseClipTag(), CMMLParser::parseCMMLRootTag(), and CMMLParser::parseHeadTag(). |
Here is the call graph for this function:
|
Definition at line 575 of file xtag.c. References _XTag::current_child, _XList::data, _XTag::name, _XList::next, XList, XTag, and xtag_first_child(). |
Here is the call graph for this function:
|
Definition at line 640 of file xtag.c. References _XTag::attributes, buf, _XTag::children, _XList::data, FORWARD, _XAttribute::name, _XTag::name, _XList::next, _XTag::pcdata, _XAttribute::value, XAttribute, XList, XTag, and xtag_snprints(). |
Here is the call graph for this function: