Data Structures |
| struct | xmlreader |
| struct | xmlreaderinput |
Defines |
| #define | COBJMACROS |
Functions |
| | WINE_DEFAULT_DEBUG_CHANNEL (xmllite) |
| | DEFINE_GUID (IID_IXmlReaderInput, 0x0b3ccc9b, 0x9214, 0x428b, 0xa2, 0xae, 0xef, 0x3a, 0xa8, 0x71, 0xaf, 0xda) |
| static HRESULT | xmlreaderinput_query_for_stream (IXmlReaderInput *iface, void **pObj) |
| static xmlreader * | impl_from_IXmlReader (IXmlReader *iface) |
| static xmlreaderinput * | impl_from_IXmlReaderInput (IXmlReaderInput *iface) |
| static HRESULT WINAPI | xmlreader_QueryInterface (IXmlReader *iface, REFIID riid, void **ppvObject) |
| static ULONG WINAPI | xmlreader_AddRef (IXmlReader *iface) |
| static ULONG WINAPI | xmlreader_Release (IXmlReader *iface) |
| static HRESULT WINAPI | xmlreader_SetInput (IXmlReader *iface, IUnknown *input) |
| static HRESULT WINAPI | xmlreader_GetProperty (IXmlReader *iface, UINT property, LONG_PTR *value) |
| static HRESULT WINAPI | xmlreader_SetProperty (IXmlReader *iface, UINT property, LONG_PTR value) |
| static HRESULT WINAPI | xmlreader_Read (IXmlReader *iface, XmlNodeType *node_type) |
| static HRESULT WINAPI | xmlreader_GetNodeType (IXmlReader *iface, XmlNodeType *node_type) |
| static HRESULT WINAPI | xmlreader_MoveToFirstAttribute (IXmlReader *iface) |
| static HRESULT WINAPI | xmlreader_MoveToNextAttribute (IXmlReader *iface) |
| static HRESULT WINAPI | xmlreader_MoveToAttributeByName (IXmlReader *iface, LPCWSTR local_name, LPCWSTR namespaceUri) |
| static HRESULT WINAPI | xmlreader_MoveToElement (IXmlReader *iface) |
| static HRESULT WINAPI | xmlreader_GetQualifiedName (IXmlReader *iface, LPCWSTR *qualifiedName, UINT *qualifiedName_length) |
| static HRESULT WINAPI | xmlreader_GetNamespaceUri (IXmlReader *iface, LPCWSTR *namespaceUri, UINT *namespaceUri_length) |
| static HRESULT WINAPI | xmlreader_GetLocalName (IXmlReader *iface, LPCWSTR *local_name, UINT *local_name_length) |
| static HRESULT WINAPI | xmlreader_GetPrefix (IXmlReader *iface, LPCWSTR *prefix, UINT *prefix_length) |
| static HRESULT WINAPI | xmlreader_GetValue (IXmlReader *iface, LPCWSTR *value, UINT *value_length) |
| static HRESULT WINAPI | xmlreader_ReadValueChunk (IXmlReader *iface, WCHAR *buffer, UINT chunk_size, UINT *read) |
| static HRESULT WINAPI | xmlreader_GetBaseUri (IXmlReader *iface, LPCWSTR *baseUri, UINT *baseUri_length) |
| static BOOL WINAPI | xmlreader_IsDefault (IXmlReader *iface) |
| static BOOL WINAPI | xmlreader_IsEmptyElement (IXmlReader *iface) |
| static HRESULT WINAPI | xmlreader_GetLineNumber (IXmlReader *iface, UINT *lineNumber) |
| static HRESULT WINAPI | xmlreader_GetLinePosition (IXmlReader *iface, UINT *linePosition) |
| static HRESULT WINAPI | xmlreader_GetAttributeCount (IXmlReader *iface, UINT *attributeCount) |
| static HRESULT WINAPI | xmlreader_GetDepth (IXmlReader *iface, UINT *depth) |
| static BOOL WINAPI | xmlreader_IsEOF (IXmlReader *iface) |
| static HRESULT WINAPI | xmlreaderinput_QueryInterface (IXmlReaderInput *iface, REFIID riid, void **ppvObject) |
| static ULONG WINAPI | xmlreaderinput_AddRef (IXmlReaderInput *iface) |
| static ULONG WINAPI | xmlreaderinput_Release (IXmlReaderInput *iface) |
| HRESULT WINAPI | CreateXmlReader (REFIID riid, void **pObject, IMalloc *pMalloc) |
| HRESULT WINAPI | CreateXmlReaderInputWithEncodingName (IUnknown *stream, IMalloc *pMalloc, LPCWSTR encoding, BOOL hint, LPCWSTR base_uri, IXmlReaderInput **ppInput) |
Variables |
| static struct IXmlReaderVtbl | xmlreader_vtbl |
| static struct IUnknownVtbl | xmlreaderinput_vtbl |