ReactOS 0.4.15-dev-8100-g1887773
xmlreaderinput Struct Reference
Collaboration diagram for xmlreaderinput:

Public Attributes

IXmlReaderInput IXmlReaderInput_iface
 
LONG ref
 
IUnknowninput
 
IMallocimalloc
 
xml_encoding encoding
 
BOOL hint
 
WCHARbaseuri
 
ISequentialStreamstream
 
input_bufferbuffer
 
unsigned int pending: 1
 

Detailed Description

Definition at line 191 of file reader.c.

Member Data Documentation

◆ baseuri

WCHAR* xmlreaderinput::baseuri

Definition at line 200 of file reader.c.

Referenced by CreateXmlReaderInputWithEncodingName().

◆ buffer

◆ encoding

xml_encoding xmlreaderinput::encoding

Definition at line 198 of file reader.c.

Referenced by CreateXmlReaderInputWithEncodingName().

◆ hint

BOOL xmlreaderinput::hint

Definition at line 199 of file reader.c.

Referenced by CreateXmlReaderInputWithEncodingName().

◆ imalloc

IMalloc* xmlreaderinput::imalloc

Definition at line 197 of file reader.c.

Referenced by CreateXmlReaderInputWithEncodingName().

◆ input

IUnknown* xmlreaderinput::input

Definition at line 196 of file reader.c.

Referenced by CreateXmlReaderInputWithEncodingName(), and readerinput_query_for_stream().

◆ IXmlReaderInput_iface

IXmlReaderInput xmlreaderinput::IXmlReaderInput_iface

Definition at line 193 of file reader.c.

Referenced by CreateXmlReaderInputWithEncodingName().

◆ pending

unsigned int xmlreaderinput::pending

Definition at line 206 of file reader.c.

Referenced by CreateXmlReaderInputWithEncodingName(), and readerinput_growraw().

◆ ref

LONG xmlreaderinput::ref

Definition at line 194 of file reader.c.

Referenced by CreateXmlReaderInputWithEncodingName().

◆ stream


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