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) |
Definition at line 45 of file xmllite.idl.