yumapro
24.10-2
YumaPro SDK
|
YControl XML parser APIs. More...
Go to the source code of this file.
Functions | |
status_t | ycontrol_xml_consume_node (xmlTextReaderPtr reader, xml_node_t *node) |
Consume an XML node from the XmlTextReader. More... | |
status_t | ycontrol_xml_consume_node_nons (xmlTextReaderPtr reader, xml_node_t *node) |
consume node but do not generate namespace errors if seen. More... | |
status_t | ycontrol_xml_consume_node_noadv (xmlTextReaderPtr reader, xml_node_t *node) |
re-get the current node More... | |
status_t | ycontrol_xml_skip_subtree (xmlTextReaderPtr reader, const xml_node_t *startnode) |
Skip the current subtree (due to parse or schema error) More... | |
YControl XML parser APIs.