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

IXmlReader Interface Reference

import "xmllite.idl";

Inherits IUnknown.

Public Member Functions

HRESULT SetInput ([in] IUnknown *input)
HRESULT GetProperty ([in] UINT property,[out] LONG_PTR *value)
HRESULT SetProperty ([in] UINT property,[in] LONG_PTR value)
HRESULT Read ([out] XmlNodeType *node_type)
HRESULT GetNodeType ([out] XmlNodeType *node_type)
HRESULT MoveToFirstAttribute (void)
HRESULT MoveToNextAttribute (void)
HRESULT MoveToAttributeByName ([in] LPCWSTR local_name,[in] LPCWSTR namespaceUri)
HRESULT MoveToElement (void)
HRESULT GetQualifiedName ([out] LPCWSTR *qualifiedName,[out] UINT *qualifiedName_length)
HRESULT GetNamespaceUri ([out] LPCWSTR *namespaceUri,[out] UINT *nnamespaceUri_length)
HRESULT GetLocalName ([out] LPCWSTR *local_name,[out] UINT *locale_name_length)
HRESULT GetPrefix ([out] LPCWSTR *prefix,[out] UINT *prefix_length)
HRESULT GetValue ([out] LPCWSTR *value,[out] UINT *value_length)
HRESULT ReadValueChunk ([out] WCHAR *buffer,[in] UINT chunk_size,[in, out] UINT *read)
HRESULT GetBaseUri ([out] LPCWSTR *baseUri,[out] UINT *baseUri_length)
BOOL IsDefault (void)
BOOL IsEmptyElement (void)
HRESULT GetLineNumber ([out] UINT *lineNumber)
HRESULT GetLinePosition ([out] UINT *linePosition)
HRESULT GetAttributeCount ([out] UINT *attributeCount)
HRESULT GetDepth ([out] UINT *depth)
BOOL IsEOF (void)

Detailed Description

Definition at line 45 of file xmllite.idl.


The documentation for this interface was generated from the following file:

Generated on Sat May 26 2012 06:24:02 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.