#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <ctype.h>
#include <errno.h>
Go to the source code of this file.
|
Definition at line 57 of file mxml.h. Referenced by mxml_new(), stp_mxmlAdd(), stp_xmltree_create_from_curve(), and xmldoc_create_from_curve(). |
|
Definition at line 56 of file mxml.h. Referenced by stp_mxmlAdd(). |
|
Definition at line 58 of file mxml.h. Referenced by mxml_new(). |
|
Definition at line 47 of file mxml.h. Referenced by stp_array_create_from_xmltree(), stp_curve_create_from_xmltree(), stp_mxmlFindElement(), stp_xml_get_node(), and stpi_dither_array_create_from_xmltree(). |
|
|
|
Definition at line 44 of file mxml.h. Referenced by stp_curve_create_from_file(), stp_curve_create_from_stream(), stp_curve_create_from_string(), stp_xml_parse_file(), and stpi_dither_array_create_from_file(). |
|
|
|
|
|
Definition at line 42 of file mxml.h. Referenced by mxml_write_ws(). |
|
Definition at line 41 of file mxml.h. Referenced by mxml_write_node(). |
|
Definition at line 54 of file mxml.h. Referenced by curve_whitespace_callback(), and mxml_write_node(). |
|
Definition at line 52 of file mxml.h. Referenced by curve_whitespace_callback(), and mxml_write_node(). |
|
Definition at line 53 of file mxml.h. Referenced by curve_whitespace_callback(), and mxml_write_node(). |
|
Definition at line 51 of file mxml.h. Referenced by curve_whitespace_callback(), and mxml_write_node(). |
|
|
|
|
|
|
|
|
|
Referenced by mxml_load_data(), mxml_new(), stp_mxmlLoadFile(), and stp_mxmlLoadString(). |
|
|
|
|
|
Definition at line 58 of file mxml-node.c. References stp_mxml_node_s::child, stp_mxml_node_s::last_child, stp_mxml_node_s::next, stp_mxml_node_s::parent, stp_mxml_node_s::prev, STP_MXML_ADD_AFTER, STP_MXML_ADD_BEFORE, and stp_mxmlRemove(). Referenced by mxml_new(), stp_xmltree_create_from_curve(), and xmldoc_create_from_curve(). |
|
|
Definition at line 40 of file mxml-attr.c. References stp_mxml_value_s::attrs, stp_mxml_value_u::element, stp_mxml_attr_s::name, stp_mxml_value_s::num_attrs, STP_MXML_ELEMENT, stp_mxml_node_s::type, stp_mxml_node_s::value, and stp_mxml_attr_s::value. Referenced by curve_whitespace_callback(), stp_array_create_from_xmltree(), stp_curve_create_from_xmltree(), stp_mxmlFindElement(), stp_printer_create_from_xmltree(), stp_sequence_create_from_xmltree(), stp_xml_process_dither_matrix(), stp_xml_process_paper(), stpi_dither_array_create_from_xmltree(), and stpi_xml_process_family(). |
|
Definition at line 82 of file mxml-attr.c. References stp_mxml_value_s::attrs, stp_mxml_value_u::element, stp_mxml_attr_s::name, stp_mxml_value_s::name, stp_mxml_value_s::num_attrs, STP_MXML_ELEMENT, stp_mxml_node_s::type, stp_mxml_node_s::value, and stp_mxml_attr_s::value. Referenced by mxml_parse_element(), stp_xmldoc_create_generic(), stp_xmltree_create_from_curve(), and stp_xmltree_create_from_sequence(). |
|
Definition at line 48 of file mxml-search.c. References stp_mxml_value_u::element, stp_mxml_value_s::name, stp_mxml_node_s::next, STP_MXML_DESCEND, STP_MXML_ELEMENT, stp_mxmlElementGetAttr(), stp_mxmlWalkNext(), stp_mxml_node_s::type, and stp_mxml_node_s::value. Referenced by stp_array_create_from_xmltree(), stp_curve_create_from_xmltree(), stp_xml_get_node(), and stpi_dither_array_create_from_xmltree(). |
|
Definition at line 81 of file mxml-file.c. References mxml_file_getc(), mxml_load_data(), and stp_mxml_type_t. Referenced by stp_curve_create_from_file(), stp_curve_create_from_stream(), stp_xml_parse_file(), and stpi_dither_array_create_from_file(). |
|
Definition at line 102 of file mxml-file.c. References mxml_load_data(), mxml_string_getc(), and stp_mxml_type_t. Referenced by stp_curve_create_from_string(). |
|
Definition at line 251 of file mxml-node.c. References stp_mxml_value_u::element, mxml_new(), stp_mxml_value_s::name, STP_MXML_ELEMENT, and stp_mxml_node_s::value. Referenced by mxml_load_data(), stp_xmldoc_create_generic(), stp_xmltree_create_from_curve(), and stp_xmltree_create_from_sequence(). |
|
Definition at line 284 of file mxml-node.c. References stp_mxml_value_u::integer, mxml_new(), STP_MXML_INTEGER, and stp_mxml_node_s::value. Referenced by mxml_load_data(). |
|
Definition at line 318 of file mxml-node.c. References mxml_new(), stp_mxml_value_u::opaque, STP_MXML_OPAQUE, and stp_mxml_node_s::value. Referenced by mxml_load_data(). |
|
Definition at line 351 of file mxml-node.c. References mxml_new(), stp_mxml_value_u::real, STP_MXML_REAL, and stp_mxml_node_s::value. Referenced by mxml_load_data(). |
|
Definition at line 386 of file mxml-node.c. References mxml_new(), STP_MXML_TEXT, stp_mxml_text_s::string, stp_mxml_value_u::text, stp_mxml_node_s::value, and stp_mxml_text_s::whitespace. Referenced by mxml_load_data(), and stp_xmltree_create_from_sequence(). |
|
Definition at line 422 of file mxml-node.c. References stp_mxml_node_s::child, stp_mxml_node_s::last_child, stp_mxml_node_s::next, stp_mxml_node_s::parent, and stp_mxml_node_s::prev. Referenced by stp_mxmlAdd(), and stp_mxmlDelete(). |
|
Definition at line 122 of file mxml-file.c. References stp_mxmlSaveString(). Referenced by stp_curve_write_string(). |
|
Definition at line 179 of file mxml-file.c. References mxml_file_putc(), and mxml_write_node(). Referenced by stp_curve_write(). |
|
Definition at line 215 of file mxml-file.c. References mxml_string_putc(), and mxml_write_node(). Referenced by stp_mxmlSaveAllocString(). |
|
Definition at line 130 of file mxml-search.c. References stp_mxml_node_s::child, stp_mxml_node_s::next, and stp_mxml_node_s::parent. Referenced by stp_mxmlFindElement(). |
|
Definition at line 166 of file mxml-search.c. References stp_mxml_node_s::last_child, stp_mxml_node_s::parent, and stp_mxml_node_s::prev. |