ReactOS 0.4.15-dev-7953-g1f49173
xmlbuf_t Struct Reference
Collaboration diagram for xmlbuf_t:

Public Attributes

const WCHARptr
 
const WCHARend
 
struct xml_attr namespaces [MAX_NAMESPACES]
 
int ns_pos
 
BOOL error
 

Detailed Description

Definition at line 67 of file actctx.c.

Member Data Documentation

◆ end

const WCHAR* xmlbuf_t::end

◆ error

BOOL xmlbuf_t::error

◆ namespaces

struct xml_attr xmlbuf_t::namespaces[MAX_NAMESPACES]

Definition at line 71 of file actctx.c.

Referenced by find_xmlns(), and push_xmlns().

◆ ns_pos

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().

◆ ptr


The documentation for this struct was generated from the following file: