Qyoto
4.0.5
Qyoto is a C# language binding for Qt
|
The QXmlLocator class provides the XML handler classes with information about the parsing position within a file. More...
Public Member Functions | |
QXmlLocator () | |
| |
QXmlLocator (QXmlLocator copy) | |
| |
virtual void | CreateProxy () |
abstract int | ColumnNumber () |
| |
abstract int | LineNumber () |
| |
new void | Dispose () |
Protected Member Functions | |
QXmlLocator (System.Type dummy) | |
Protected Attributes | |
SmokeInvocation | interceptor |
Properties | |
virtual System.IntPtr | SmokeObject [get, set] |
The QXmlLocator class provides the XML handler classes with information about the parsing position within a file.
The reader reports a QXmlLocator to the content handler before it starts to parse the document. This is done with the QXmlContentHandler::setDocumentLocator() function. The handler classes can now use this locator to get the position (lineNumber() and columnNumber()) that the reader has reached.
|
protected |
QtXml.QXmlLocator.QXmlLocator | ( | ) |
Constructor.
QtXml.QXmlLocator.QXmlLocator | ( | QXmlLocator | copy | ) |
Constructor.
|
pure virtual |
Returns the column number (starting at 1) or -1 if there is no column number available.
|
virtual |
new void QtXml.QXmlLocator.Dispose | ( | ) |
|
pure virtual |
Returns the line number (starting at 1) or -1 if there is no line number available.
|
protected |
|
getset |