ReactOS 0.4.16-dev-91-g764881a
|
Go to the source code of this file.
Classes | |
interface | IXmlReader |
interface | IXmlResolver |
interface | IXmlWriter |
Typedefs | |
typedef enum XmlNodeType | XmlNodeType |
typedef enum XmlReadState | XmlReadState |
typedef enum XmlConformanceLevel | XmlConformanceLevel |
typedef enum DtdProcessing | DtdProcessing |
typedef enum XmlReaderProperty | XmlReaderProperty |
typedef enum XmlError | XmlError |
typedef IUnknown | IXmlReaderInput |
typedef enum XmlStandalone | XmlStandalone |
typedef enum XmlWriterProperty | XmlWriterProperty |
typedef IUnknown | IXmlWriterOutput |
Functions | |
STDAPI | CreateXmlReader (REFIID riid, void **ppvObject, IMalloc *pMalloc) |
STDAPI | CreateXmlReaderInputWithEncodingName (IUnknown *stream, IMalloc *pMalloc, LPCWSTR encoding, BOOL hint, LPCWSTR base_uri, IXmlReaderInput **ppInput) |
STDAPI | CreateXmlWriter (REFIID riid, void **ppvObject, IMalloc *pMalloc) |
STDAPI | CreateXmlWriterOutputWithEncodingName (IUnknown *stream, IMalloc *pMalloc, LPCWSTR encoding, IXmlWriterOutput **output) |
STDAPI | CreateXmlWriterOutputWithEncodingCodePage (IUnknown *stream, IMalloc *pMalloc, UINT codepage, IXmlWriterOutput **output) |
typedef enum DtdProcessing DtdProcessing |
typedef IUnknown IXmlReaderInput |
Definition at line 230 of file xmllite.idl.
typedef IUnknown IXmlWriterOutput |
Definition at line 300 of file xmllite.idl.
typedef enum XmlNodeType XmlNodeType |
typedef enum XmlReaderProperty XmlReaderProperty |
typedef enum XmlReadState XmlReadState |
typedef enum XmlStandalone XmlStandalone |
typedef enum XmlWriterProperty XmlWriterProperty |
Enumerator | |
---|---|
DtdProcessing_Prohibit | |
DtdProcessing_Parse | |
_DtdProcessing_Last |
Definition at line 116 of file xmllite.idl.
Enumerator | |
---|---|
XmlConformanceLevel_Auto | |
XmlConformanceLevel_Fragment | |
XmlConformanceLevel_Document | |
_XmlConformanceLevel_Last |
Definition at line 107 of file xmllite.idl.
Definition at line 138 of file xmllite.idl.
Definition at line 23 of file xmllite.idl.
Definition at line 124 of file xmllite.idl.
Enumerator | |
---|---|
XmlReadState_Initial | |
XmlReadState_Interactive | |
XmlReadState_Error | |
XmlReadState_EndOfFile | |
XmlReadState_Closed |
Definition at line 97 of file xmllite.idl.
Enumerator | |
---|---|
XmlStandalone_Omit | |
XmlStandalone_Yes | |
XmlStandalone_No | |
_XmlStandalone_Last |
Definition at line 235 of file xmllite.idl.
Enumerator | |
---|---|
XmlWriterProperty_MultiLanguage | |
XmlWriterProperty_Indent | |
XmlWriterProperty_ByteOrderMark | |
XmlWriterProperty_OmitXmlDeclaration | |
XmlWriterProperty_ConformanceLevel | |
_XmlWriterProperty_Last |
Definition at line 243 of file xmllite.idl.
Definition at line 3653 of file reader.c.
Referenced by test_attribute_by_name(), test_encoding_detection(), test_endoffile(), test_isemptyelement(), test_max_element_depth(), test_namespaceuri(), test_prefix(), test_read_attribute(), test_read_cdata(), test_read_charref(), test_read_comment(), test_read_element(), test_read_full(), test_read_pending(), test_read_pi(), test_read_public_dtd(), test_read_system_dtd(), test_read_text(), test_read_xmldeclaration(), test_reader_create(), test_reader_position(), test_reader_properties(), test_reader_state(), test_readerinput(), test_readvaluechunk(), and test_string_pointers().
STDAPI CreateXmlReaderInputWithEncodingName | ( | IUnknown * | stream, |
IMalloc * | pMalloc, | ||
LPCWSTR | encoding, | ||
BOOL | hint, | ||
LPCWSTR | base_uri, | ||
IXmlReaderInput ** | ppInput | ||
) |
Definition at line 3696 of file reader.c.
Referenced by test_readerinput(), and xmlreader_SetInput().
Definition at line 1897 of file writer.c.
Referenced by test_bom(), test_flush(), test_indentation(), test_omitxmldeclaration(), test_WriteAttributeString(), test_WriteCData(), test_WriteCharEntity(), test_WriteComment(), test_WriteDocType(), test_WriteElementString(), test_writeenddocument(), test_WriteEndElement(), test_WriteFullEndElement(), test_writer_create(), test_writer_state(), test_WriteRaw(), test_writeroutput(), test_writestartdocument(), test_WriteStartElement(), and test_WriteString().
STDAPI CreateXmlWriterOutputWithEncodingCodePage | ( | IUnknown * | stream, |
IMalloc * | pMalloc, | ||
UINT | codepage, | ||
IXmlWriterOutput ** | output | ||
) |
Definition at line 1997 of file writer.c.
Referenced by test_writeroutput().
STDAPI CreateXmlWriterOutputWithEncodingName | ( | IUnknown * | stream, |
IMalloc * | pMalloc, | ||
LPCWSTR | encoding, | ||
IXmlWriterOutput ** | output | ||
) |