|
ReactOS 0.4.16-dev-1946-g52006dd
|

Public Attributes | |
| IXmlWriter | IXmlWriter_iface |
| LONG | ref |
| IMalloc * | imalloc |
| xmlwriteroutput * | output |
| 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 |
| BOOL _xmlwriter::bom |
Definition at line 112 of file writer.c.
Referenced by CreateXmlWriter(), and write_encoding_bom().
| DWORD _xmlwriter::bomwritten |
Definition at line 117 of file writer.c.
Referenced by write_encoding_bom().
| XmlConformanceLevel _xmlwriter::conformance |
Definition at line 114 of file writer.c.
Referenced by CreateXmlWriter().
Definition at line 116 of file writer.c.
Referenced by CreateXmlWriter(), pop_element(), writer_close_starttag(), writer_find_ns(), writer_find_ns_current(), writer_free_element_stack(), writer_push_element(), and writer_push_ns().
| IMalloc* _xmlwriter::imalloc |
Definition at line 108 of file writer.c.
Referenced by CreateXmlWriter(), writer_alloc(), and writer_free().
| BOOL _xmlwriter::indent |
Definition at line 111 of file writer.c.
Referenced by write_node_indent().
Definition at line 110 of file writer.c.
Referenced by write_node_indent(), writer_dec_indent(), and writer_inc_indent().
| IXmlWriter _xmlwriter::IXmlWriter_iface |
Definition at line 106 of file writer.c.
Referenced by CreateXmlWriter().
| BOOL _xmlwriter::omitxmldecl |
Definition at line 113 of file writer.c.
Referenced by write_xmldecl().
| xmlwriteroutput* _xmlwriter::output |
Definition at line 109 of file writer.c.
Referenced by write_encoding_bom(), write_escaped_string(), write_node_indent(), write_output_attribute(), write_xmldecl(), writer_close_starttag(), and writer_output_ns().
| LONG _xmlwriter::ref |
Definition at line 107 of file writer.c.
Referenced by CreateXmlWriter().
| DWORD _xmlwriter::starttagopen |
Definition at line 118 of file writer.c.
Referenced by writer_close_starttag().
| XmlWriterState _xmlwriter::state |
Definition at line 115 of file writer.c.
Referenced by CreateXmlWriter(), write_node_indent(), and write_xmldecl().
| DWORD _xmlwriter::textnode |
Definition at line 119 of file writer.c.
Referenced by write_node_indent().