|
Navigation
- Home
- Community
- Development
- myReactOS
- Fundraiser 2012
Doxygen
- Main Page
- Alphabetical List
- Data Structures
- Directories
- File List
- Data Fields
- Globals
- Related Pages
Search
|
Go to the source code of this file.
Data Structures |
| interface | IXmlReader |
| interface | IXmlWriter |
Typedefs |
typedef
_XmlReaderProperty_Last
XmlReaderProperty STDAPI | CreateXmlReader (REFIID riid, void **ppvObject, IMalloc *pMalloc) = XmlReaderProperty_MaxEntityExpansion |
| typedef IUnknown | IXmlReaderInput |
Enumerations |
| enum | XmlNodeType {
XmlNodeType_None = 0,
XmlNodeType_Element = 1,
XmlNodeType_Attribute = 2,
XmlNodeType_Text = 3,
XmlNodeType_CDATA = 4,
XmlNodeType_ProcessingInstruction = 7,
XmlNodeType_Comment = 8,
XmlNodeType_DocumentType = 10,
XmlNodeType_Whitespace = 13,
XmlNodeType_EndElement = 15,
XmlNodeType_XmlDeclaration = 17,
_XmlNodeType_Last = 17
} |
| enum | XmlStandalone { XmlStandalone_Omit,
XmlStandalone_Yes,
XmlStandalone_No,
_XmlStandalone_Last = XmlStandalone_No
} |
| enum | XmlWriterProperty {
XmlWriterProperty_MultiLanguage,
XmlWriterProperty_Indent,
XmlWriterProperty_ByteOrderMark,
XmlWriterProperty_OmitXmlDeclaration,
XmlWriterProperty_ConformanceLevel,
_XmlWriterProperty_Last = XmlWriterProperty_OmitXmlDeclaration
} |
Functions |
| STDAPI | CreateXmlReaderInputWithEncodingName (IUnknown *stream, IMalloc *pMalloc,")
cpp_quote("LPCWSTR encoding, BOOL hint,")
cpp_quote("LPCWSTR base_uri, IXmlReaderInput **ppInput) |
Generated on Mon May 28 2012 05:56:53 for ReactOS by
1.7.6.1
|