12#ifndef _H_ycontrol_xml
13#define _H_ycontrol_xml
status_t
global error return code
Definition: status_enum.h:210
status_t ycontrol_xml_consume_node_noadv(xmlTextReaderPtr reader, xml_node_t *node)
re-get the current node
Definition: ycontrol_xml.c:149
status_t ycontrol_xml_consume_node_nons(xmlTextReaderPtr reader, xml_node_t *node)
consume node but do not generate namespace errors if seen.
Definition: ycontrol_xml.c:139
status_t ycontrol_xml_skip_subtree(xmlTextReaderPtr reader, const xml_node_t *startnode)
Skip the current subtree (due to parse or schema error)
Definition: ycontrol_xml.c:176
status_t ycontrol_xml_consume_node(xmlTextReaderPtr reader, xml_node_t *node)
Consume an XML node from the XmlTextReader.
Definition: ycontrol_xml.c:130
gather node data into a simple struct.
Definition: xml_util.h:207