Qyoto  4.0.7
Qyoto is a C# language binding for Qt
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Properties
QtXml.QXmlLocator Class Reference

The QXmlLocator class provides the XML handler classes with information about the parsing position within a file. More...

Inheritance diagram for QtXml.QXmlLocator:
Collaboration diagram for QtXml.QXmlLocator:

Public Member Functions

 QXmlLocator ()
  More...
 
 QXmlLocator (QXmlLocator copy)
 
virtual void CreateProxy ()
 
new void Dispose ()
 

Protected Member Functions

 QXmlLocator (System.Type dummy)
 

Protected Attributes

SmokeInvocation interceptor
 

Properties

virtual int ColumnNumber [get]
  More...
 
virtual int LineNumber [get]
  More...
 
virtual System.IntPtr SmokeObject [get, set]
 

Detailed Description

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.

Constructor & Destructor Documentation

QtXml.QXmlLocator.QXmlLocator ( System.Type  dummy)
protected
QtXml.QXmlLocator.QXmlLocator ( )

Constructor.

Here is the call graph for this function:

QtXml.QXmlLocator.QXmlLocator ( QXmlLocator  copy)

Here is the call graph for this function:

Member Function Documentation

virtual void QtXml.QXmlLocator.CreateProxy ( )
virtual

Here is the caller graph for this function:

new void QtXml.QXmlLocator.Dispose ( )

Member Data Documentation

SmokeInvocation QtXml.QXmlLocator.interceptor
protected

Property Documentation

virtual int QtXml.QXmlLocator.ColumnNumber
get

Returns the column number (starting at 1) or -1 if there is no column number available.

virtual int QtXml.QXmlLocator.LineNumber
get

Returns the line number (starting at 1) or -1 if there is no line number available.

virtual System.IntPtr QtXml.QXmlLocator.SmokeObject
getset