|
ReactOS 0.4.16-dev-1946-g52006dd
|

Public Attributes | |
| IXmlReaderInput | IXmlReaderInput_iface |
| LONG | ref |
| IUnknown * | input |
| IMalloc * | imalloc |
| xml_encoding | encoding |
| BOOL | hint |
| WCHAR * | baseuri |
| ISequentialStream * | stream |
| input_buffer * | buffer |
| unsigned int | pending: 1 |
| WCHAR* xmlreaderinput::baseuri |
Definition at line 200 of file reader.c.
Referenced by CreateXmlReaderInputWithEncodingName().
| input_buffer* xmlreaderinput::buffer |
Definition at line 205 of file reader.c.
Referenced by reader_more(), readerinput_detectencoding(), readerinput_get_convlen(), readerinput_get_utf8_convlen(), readerinput_grow(), readerinput_growraw(), readerinput_is_utf8(), readerinput_shrinkraw(), and readerinput_switchencoding().
| xml_encoding xmlreaderinput::encoding |
Definition at line 198 of file reader.c.
Referenced by CreateXmlReaderInputWithEncodingName().
| BOOL xmlreaderinput::hint |
Definition at line 199 of file reader.c.
Referenced by CreateXmlReaderInputWithEncodingName().
| IMalloc* xmlreaderinput::imalloc |
Definition at line 197 of file reader.c.
Referenced by CreateXmlReaderInputWithEncodingName().
| IUnknown* xmlreaderinput::input |
Definition at line 196 of file reader.c.
Referenced by CreateXmlReaderInputWithEncodingName(), and readerinput_query_for_stream().
| IXmlReaderInput xmlreaderinput::IXmlReaderInput_iface |
Definition at line 193 of file reader.c.
Referenced by CreateXmlReaderInputWithEncodingName().
Definition at line 206 of file reader.c.
Referenced by CreateXmlReaderInputWithEncodingName(), and readerinput_growraw().
| LONG xmlreaderinput::ref |
Definition at line 194 of file reader.c.
Referenced by CreateXmlReaderInputWithEncodingName().
| ISequentialStream* xmlreaderinput::stream |
Definition at line 204 of file reader.c.
Referenced by CreateXmlReaderInputWithEncodingName(), readerinput_growraw(), readerinput_query_for_stream(), and readerinput_release_stream().