ReactOS 0.4.15-dev-7131-ge4d03f4
|
Public Attributes | |
const WCHAR * | ptr |
const WCHAR * | end |
struct xml_attr | namespaces [MAX_NAMESPACES] |
int | ns_pos |
BOOL | error |
Definition at line 70 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 73 of file actctx.c.
Referenced by next_xml_attr(), next_xml_elem(), parse_assembly_elem(), parse_manifest_buffer(), and set_error().
struct xml_attr xmlbuf_t::namespaces[MAX_NAMESPACES] |
Definition at line 71 of file actctx.c.
Referenced by find_xmlns(), and push_xmlns().
int xmlbuf_t::ns_pos |
Definition at line 72 of file actctx.c.
Referenced by find_xmlns(), next_xml_elem(), parse_manifest_buffer(), and push_xmlns().
Definition at line 69 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().