System::Xml::IXmlLineInfo class
IXmlLineInfo class
Provides an interface to enable a class to return line and position information.
class IXmlLineInfo : public virtual System::Object
Methods
Method | Description |
---|---|
virtual get_LineNumber() | Returns the current line number. |
virtual get_LinePosition() | Returns the current line position. |
virtual HasLineInfo() | Returns a value indicating whether the class can return line information. |
See Also
- Class Object
- Namespace System::Xml
- Library Aspose.PUB for C++