ReactOS 0.4.15-dev-7924-g5949c20
xmlwriteroutput Struct Reference
Collaboration diagram for xmlwriteroutput:

Public Attributes

IXmlWriterOutput IXmlWriterOutput_iface
 
LONG ref
 
IUnknownoutput
 
ISequentialStreamstream
 
IMallocimalloc
 
xml_encoding encoding
 
WCHARencoding_name
 
struct output_buffer buffer
 
DWORD written: 1
 

Detailed Description

Definition at line 71 of file writer.c.

Member Data Documentation

◆ buffer

◆ encoding

xml_encoding xmlwriteroutput::encoding

◆ encoding_name

WCHAR* xmlwriteroutput::encoding_name

Definition at line 79 of file writer.c.

Referenced by create_writer_output(), and get_output_encoding_name().

◆ imalloc

IMalloc* xmlwriteroutput::imalloc

◆ IXmlWriterOutput_iface

IXmlWriterOutput xmlwriteroutput::IXmlWriterOutput_iface

◆ output

IUnknown* xmlwriteroutput::output

Definition at line 75 of file writer.c.

Referenced by create_writer_output(), and writeroutput_query_for_stream().

◆ ref

LONG xmlwriteroutput::ref

Definition at line 74 of file writer.c.

Referenced by create_writer_output().

◆ stream

◆ written

DWORD xmlwriteroutput::written

Definition at line 81 of file writer.c.

Referenced by create_writer_output(), write_node_indent(), and write_output_buffer().


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