Eneboo - Documentación para desarrolladores
Métodos públicos
Referencia de la Clase QXmlLocator

The QXmlLocator class provides the XML handler classes with information about the parsing position within a file.XMLThe 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. Más...

#include <qxml.h>

Diagrama de herencias de QXmlLocator
QXmlSimpleReaderLocator

Lista de todos los miembros.

Métodos públicos

 QXmlLocator ()
virtual ~QXmlLocator ()
virtual int columnNumber ()=0
virtual int lineNumber ()=0
 QXmlLocator ()
virtual ~QXmlLocator ()
virtual int columnNumber ()=0
virtual int lineNumber ()=0

Descripción detallada

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

XML

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.


Documentación del constructor y destructor

QXmlLocator::QXmlLocator ( )

Constructor.

QXmlLocator::~QXmlLocator ( ) [virtual]

Destructor.

QXmlLocator::QXmlLocator ( )
virtual QXmlLocator::~QXmlLocator ( ) [virtual]

Documentación de las funciones miembro

int QXmlLocator::columnNumber ( ) [pure virtual]

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

Implementado en QXmlSimpleReaderLocator.

virtual int QXmlLocator::columnNumber ( ) [pure virtual]

Implementado en QXmlSimpleReaderLocator.

virtual int QXmlLocator::lineNumber ( ) [pure virtual]

Implementado en QXmlSimpleReaderLocator.

int QXmlLocator::lineNumber ( ) [pure virtual]

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

Implementado en QXmlSimpleReaderLocator.


La documentación para esta clase fue generada a partir de los siguientes ficheros:
 Todo Clases Namespaces Archivos Funciones Variables 'typedefs' Enumeraciones Valores de enumeraciones Propiedades Amigas 'defines'