ReactOS 0.4.15-dev-8614-gbc76250
|
Public Attributes | |
const WCHAR * | ptr |
const WCHAR * | end |
struct xml_attr | namespaces [MAX_NAMESPACES] |
int | ns_pos |
BOOL | error |
Definition at line 132 of file actctx.c.
Referenced by next_xml_attr(), next_xml_elem(), parse_manifest(), parse_manifest_buffer(), and parse_text_content().
BOOL xmlbuf_t::error |
Definition at line 135 of file actctx.c.
Referenced by next_xml_attr(), next_xml_elem(), parse_assembly_elem(), parse_manifest_buffer(), parse_text_content(), and set_error().
struct xml_attr xmlbuf_t::namespaces[MAX_NAMESPACES] |
Definition at line 133 of file actctx.c.
Referenced by find_xmlns(), and push_xmlns().
int xmlbuf_t::ns_pos |
Definition at line 134 of file actctx.c.
Referenced by find_xmlns(), next_xml_elem(), parse_manifest_buffer(), and push_xmlns().
Definition at line 131 of file actctx.c.
Referenced by next_xml_attr(), next_xml_elem(), parse_manifest(), parse_manifest_buffer(), parse_text_content(), parse_xml_header(), and read_xml_elem().