|
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) |
|
HRESULT | QueryInterface ([in] REFIID riid, [out, iid_is(riid)] void **ppvObject) |
|
ULONG | AddRef () |
|
ULONG | Release () |
|
Definition at line 1686 of file msxml6.idl.
◆ 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()
◆ getQName()
HRESULT MSXML2::ISAXAttributes::getQName |
( |
[in] int |
nIndex, |
|
|
[out] const WCHAR ** |
pQName, |
|
|
[out] int * |
pQNameLength |
|
) |
| |
◆ getType()
◆ getTypeFromName()
◆ getTypeFromQName()
◆ getURI()
◆ getValue()
◆ getValueFromName()
◆ getValueFromQName()
The documentation for this interface was generated from the following file: