ReactOS Fundraising Campaign 2012
 
€ 4,410 / € 30,000

Information | Donate

Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS
  5. Fundraiser 2012

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

reader.c File Reference
#include <stdarg.h>
#include "windef.h"
#include "winbase.h"
#include "initguid.h"
#include "objbase.h"
#include "xmllite.h"
#include "wine/debug.h"

Go to the source code of this file.

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 xmlreaderimpl_from_IXmlReader (IXmlReader *iface)
static xmlreaderinputimpl_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

Generated on Sun May 27 2012 05:17:01 for ReactOS by doxygen 1.7.6.1

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.