IXMLNodeSource::GetAbsolutePosition
This method gets the absolute offset from the beginning of the input stream of buffer after UTF-8 decoding has been applied.
Syntax
ULONG GetAbsolutePosition (void);
Parameters
None.
Return Values
This method returns the absolute offset from the beginning of the input stream or buffer after UTF-8 decoding has been applied. Other types of IXMLNodeSource interfaces might not be able to provide this information.
Remarks
The current line position information can be queried at any time. The IXMLNodeFactory is given a pointer to the IXMLParser so that it can also use these methods. IXMLNodeSource::GetAbsolutePosition.
Requirements
Pocket PC: Pocket PC 2000 and later
Smartphone: Smartphone 2002 and later
OS Versions: Windows CE 3.0 and later
Header: xmlparser.h
Library: xmlparser.lib
See Also
IXMLNodeSource | IXMLNodeSource::GetLineNumber | IXMLNodeSource::GetLinePosition | IXMLNodeSource::GetLastError | IXMLNodeSource::GetErrorInfo
Send Feedback on this topic to the authors