ReactOS 0.4.15-dev-7994-gb388cb6
_xmlwriter Struct Reference
Collaboration diagram for _xmlwriter:

Public Attributes

IXmlWriter IXmlWriter_iface
 
LONG ref
 
IMallocimalloc
 
xmlwriteroutputoutput
 
unsigned int indent_level
 
BOOL indent
 
BOOL bom
 
BOOL omitxmldecl
 
XmlConformanceLevel conformance
 
XmlWriterState state
 
struct list elements
 
DWORD bomwritten: 1
 
DWORD starttagopen: 1
 
DWORD textnode: 1
 

Detailed Description

Definition at line 104 of file writer.c.

Member Data Documentation

◆ bom

BOOL _xmlwriter::bom

Definition at line 112 of file writer.c.

Referenced by CreateXmlWriter(), and write_encoding_bom().

◆ bomwritten

DWORD _xmlwriter::bomwritten

Definition at line 117 of file writer.c.

Referenced by write_encoding_bom().

◆ conformance

XmlConformanceLevel _xmlwriter::conformance

Definition at line 114 of file writer.c.

Referenced by CreateXmlWriter().

◆ elements

◆ imalloc

IMalloc* _xmlwriter::imalloc

Definition at line 108 of file writer.c.

Referenced by CreateXmlWriter(), writer_alloc(), and writer_free().

◆ indent

BOOL _xmlwriter::indent

Definition at line 111 of file writer.c.

Referenced by write_node_indent().

◆ indent_level

unsigned int _xmlwriter::indent_level

Definition at line 110 of file writer.c.

Referenced by write_node_indent(), writer_dec_indent(), and writer_inc_indent().

◆ IXmlWriter_iface

IXmlWriter _xmlwriter::IXmlWriter_iface

Definition at line 106 of file writer.c.

Referenced by CreateXmlWriter().

◆ omitxmldecl

BOOL _xmlwriter::omitxmldecl

Definition at line 113 of file writer.c.

Referenced by write_xmldecl().

◆ output

◆ ref

LONG _xmlwriter::ref

Definition at line 107 of file writer.c.

Referenced by CreateXmlWriter().

◆ starttagopen

DWORD _xmlwriter::starttagopen

Definition at line 118 of file writer.c.

Referenced by writer_close_starttag().

◆ state

XmlWriterState _xmlwriter::state

Definition at line 115 of file writer.c.

Referenced by CreateXmlWriter(), write_node_indent(), and write_xmldecl().

◆ textnode

DWORD _xmlwriter::textnode

Definition at line 119 of file writer.c.

Referenced by write_node_indent().


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