ReactOS 0.4.15-dev-8434-g155a7c7
MSXML2::ISAXAttributes Interface Reference
Inheritance diagram for MSXML2::ISAXAttributes:
Collaboration diagram for MSXML2::ISAXAttributes:

Public Member Functions

HRESULT getLength ([out, retval] int *length)
 
HRESULT getURI ([in] int nIndex, [out] const WCHAR **pUrl, [out] int *pUriSize)
 
HRESULT getLocalName ([in] int nIndex, [out] const WCHAR **pLocalName, [out] int *pLocalNameLength)
 
HRESULT getQName ([in] int nIndex, [out] const WCHAR **pQName, [out] int *pQNameLength)
 
HRESULT getName ([in] int nIndex, [out] const WCHAR **pUri, [out] int *pUriLength, [out] const WCHAR **pLocalName, [out] int *pLocalNameSize, [out] const WCHAR **pQName, [out] int *pQNameLength)
 
HRESULT getIndexFromName ([in] const WCHAR *pUri, [in] int cUriLength, [in] const WCHAR *pLocalName, [in] int cocalNameLength, [out, retval] int *index)
 
HRESULT getIndexFromQName ([in] const WCHAR *pQName, [in] int nQNameLength, [out, retval] int *index)
 
HRESULT getType ([in] int nIndex, [out] const WCHAR **pType, [out] int *pTypeLength)
 
HRESULT getTypeFromName ([in] const WCHAR *pUri, [in] int nUri, [in] const WCHAR *pLocalName, [in] int nLocalName, [out] const WCHAR **pType, [out] int *nType)
 
HRESULT getTypeFromQName ([in] const WCHAR *pQName, [in] int nQName, [out] const WCHAR **pType, [out] int *nType)
 
HRESULT getValue ([in] int nIndex, [out] const WCHAR **pValue, [out] int *nValue)
 
HRESULT getValueFromName ([in] const WCHAR *pUri, [in] int nUri, [in] const WCHAR *pLocalName, [in] int nLocalName, [out] const WCHAR **pValue, [out] int *nValue)
 
HRESULT getValueFromQName ([in] const WCHAR *pQName, [in] int nQName, [out] const WCHAR **pValue, [out] int *nValue)
 
- Public Member Functions inherited from IUnknown
HRESULT QueryInterface ([in] REFIID riid, [out, iid_is(riid)] void **ppvObject)
 
ULONG AddRef ()
 
ULONG Release ()
 

Additional Inherited Members

- Public Types inherited from IUnknown
typedef IUnknownLPUNKNOWN
 

Detailed Description

Definition at line 1686 of file msxml6.idl.

Member Function Documentation

◆ getIndexFromName()

HRESULT MSXML2::ISAXAttributes::getIndexFromName ( [in] const WCHAR pUri,
[in] int  cUriLength,
[in] const WCHAR pLocalName,
[in] int  cocalNameLength,
[out, retval] int index 
)

◆ getIndexFromQName()

HRESULT MSXML2::ISAXAttributes::getIndexFromQName ( [in] const WCHAR pQName,
[in] int  nQNameLength,
[out, retval] int index 
)

◆ getLength()

HRESULT MSXML2::ISAXAttributes::getLength ( [out, retval] int length)

◆ getLocalName()

HRESULT MSXML2::ISAXAttributes::getLocalName ( [in] int  nIndex,
[out] const WCHAR **  pLocalName,
[out] int pLocalNameLength 
)

◆ getName()

HRESULT MSXML2::ISAXAttributes::getName ( [in] int  nIndex,
[out] const WCHAR **  pUri,
[out] int pUriLength,
[out] const WCHAR **  pLocalName,
[out] int pLocalNameSize,
[out] const WCHAR **  pQName,
[out] int pQNameLength 
)

◆ getQName()

HRESULT MSXML2::ISAXAttributes::getQName ( [in] int  nIndex,
[out] const WCHAR **  pQName,
[out] int pQNameLength 
)

◆ getType()

HRESULT MSXML2::ISAXAttributes::getType ( [in] int  nIndex,
[out] const WCHAR **  pType,
[out] int pTypeLength 
)

◆ getTypeFromName()

HRESULT MSXML2::ISAXAttributes::getTypeFromName ( [in] const WCHAR pUri,
[in] int  nUri,
[in] const WCHAR pLocalName,
[in] int  nLocalName,
[out] const WCHAR **  pType,
[out] int nType 
)

◆ getTypeFromQName()

HRESULT MSXML2::ISAXAttributes::getTypeFromQName ( [in] const WCHAR pQName,
[in] int  nQName,
[out] const WCHAR **  pType,
[out] int nType 
)

◆ getURI()

HRESULT MSXML2::ISAXAttributes::getURI ( [in] int  nIndex,
[out] const WCHAR **  pUrl,
[out] int pUriSize 
)

◆ getValue()

HRESULT MSXML2::ISAXAttributes::getValue ( [in] int  nIndex,
[out] const WCHAR **  pValue,
[out] int nValue 
)

◆ getValueFromName()

HRESULT MSXML2::ISAXAttributes::getValueFromName ( [in] const WCHAR pUri,
[in] int  nUri,
[in] const WCHAR pLocalName,
[in] int  nLocalName,
[out] const WCHAR **  pValue,
[out] int nValue 
)

◆ getValueFromQName()

HRESULT MSXML2::ISAXAttributes::getValueFromQName ( [in] const WCHAR pQName,
[in] int  nQName,
[out] const WCHAR **  pValue,
[out] int nValue 
)

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