ReactOS 0.4.15-dev-7842-g558ab78
attribute_entry Struct Reference

Public Attributes

const charuri
 
const charlocal
 
const charqname
 
const charvalue
 
BSTR uriW
 
BSTR localW
 
BSTR qnameW
 
BSTR valueW
 

Detailed Description

Definition at line 203 of file saxreader.c.

Member Data Documentation

◆ local

const char* attribute_entry::local

Definition at line 205 of file saxreader.c.

◆ localW

BSTR attribute_entry::localW

Definition at line 211 of file saxreader.c.

◆ qname

const char* attribute_entry::qname

Definition at line 206 of file saxreader.c.

Referenced by contentHandler_startElement().

◆ qnameW

BSTR attribute_entry::qnameW

Definition at line 212 of file saxreader.c.

◆ uri

const char* attribute_entry::uri

Definition at line 204 of file saxreader.c.

◆ uriW

BSTR attribute_entry::uriW

Definition at line 210 of file saxreader.c.

◆ value

const char* attribute_entry::value

Definition at line 207 of file saxreader.c.

Referenced by contentHandler_startElement().

◆ valueW

BSTR attribute_entry::valueW

Definition at line 213 of file saxreader.c.


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