|
ReactOS 0.4.16-dev-1946-g52006dd
|

Public Attributes | |
| IXmlWriterOutput | IXmlWriterOutput_iface |
| LONG | ref |
| IUnknown * | output |
| ISequentialStream * | stream |
| IMalloc * | imalloc |
| xml_encoding | encoding |
| WCHAR * | encoding_name |
| struct output_buffer | buffer |
| DWORD | written: 1 |
| struct output_buffer xmlwriteroutput::buffer |
Definition at line 80 of file writer.c.
Referenced by free_output_buffer(), grow_output_buffer(), init_output_buffer(), write_encoding_bom(), write_output_buffer(), and writeroutput_flush_stream().
| xml_encoding xmlwriteroutput::encoding |
Definition at line 78 of file writer.c.
Referenced by create_writer_output(), get_output_encoding_name(), init_output_buffer(), and write_encoding_bom().
| WCHAR* xmlwriteroutput::encoding_name |
Definition at line 79 of file writer.c.
Referenced by create_writer_output(), and get_output_encoding_name().
| IMalloc* xmlwriteroutput::imalloc |
Definition at line 77 of file writer.c.
Referenced by create_writer_output(), writeroutput_alloc(), writeroutput_free(), and writeroutput_realloc().
| IXmlWriterOutput xmlwriteroutput::IXmlWriterOutput_iface |
Definition at line 73 of file writer.c.
Referenced by create_writer_output(), CreateXmlWriterOutputWithEncodingCodePage(), and CreateXmlWriterOutputWithEncodingName().
| IUnknown* xmlwriteroutput::output |
Definition at line 75 of file writer.c.
Referenced by create_writer_output(), and writeroutput_query_for_stream().
| LONG xmlwriteroutput::ref |
Definition at line 74 of file writer.c.
Referenced by create_writer_output().
| ISequentialStream* xmlwriteroutput::stream |
Definition at line 76 of file writer.c.
Referenced by create_writer_output(), writeroutput_flush_stream(), writeroutput_query_for_stream(), and writeroutput_release_stream().
| DWORD xmlwriteroutput::written |
Definition at line 81 of file writer.c.
Referenced by create_writer_output(), write_node_indent(), and write_output_buffer().