IXMLNodeSource::GetLinePosition
4/8/2010
This method gets the current line number of the XML that is being parsed.
Syntax
ULONG GetLinePosition (void);
Parameters
None.
Return Value
This method returns the current line number of the XML that is being parsed.
Remarks
The current line position information can be queried at any time. The IXMLNodeFactory interface is given a pointer to the IXMLParser interface so that it can also use these methods.
Requirements
Header | xmlparser.h |
Library | xmlparser.lib |
Windows Mobile | Pocket PC 2000 and later, Smartphone 2002 and later |
See Also
Reference
IXMLNodeSource
IXMLNodeSource::GetLineNumber
IXMLNodeSource::GetAbsolutePosition
IXMLNodeSource::GetLastError
IXMLNodeSource::GetErrorInfo