Eneboo - Documentación para desarrolladores
Clases | 'defines'
Referencia del Archivo src/qt/include/qxml.h
#include "qtextstream.h"
#include "qfile.h"
#include "qstring.h"
#include "qstringlist.h"
#include "qvaluevector.h"

Ir al código fuente de este archivo.

Clases

class  QXmlNamespaceSupport
 The QXmlNamespaceSupport class is a helper class for XML readers which want to include namespace support.XMLYou can set the prefix for the current namespace with setPrefix(), and get the list of current prefixes (or those for a given URI) with prefixes(). The namespace URI is available from uri(). Use pushContext() to start a new namespace context, and popContext() to return to the previous namespace context. Use splitName() or processName() to split a name into its prefix and local name. Más...
class  QXmlAttributes
 The QXmlAttributes class provides XML attributes.XMLIf attributes are reported by QXmlContentHandler::startElement() this class is used to pass the attribute values. Más...
class  QXmlInputSource
 The QXmlInputSource class provides the input data for the QXmlReader subclasses.XMLAll subclasses of QXmlReader read the input XML document from this class. Más...
class  QXmlParseException
 The QXmlParseException class is used to report errors with the QXmlErrorHandler interface.XMLThe XML subsystem constructs an instance of this class when it detects an error. You can retrieve the place where the error occurred using systemId(), publicId(), lineNumber() and columnNumber(), along with the error message(). Más...
class  QXmlReader
 The QXmlReader class provides an interface for XML readers (i.e. parsers).XMLThis abstract class provides an interface for all of Qt's XML readers. Currently there is only one implementation of a reader included in Qt's XML module: QXmlSimpleReader. In future releases there might be more readers with different properties available (e.g. a validating parser). Más...
class  QXmlSimpleReader
 The QXmlSimpleReader class provides an implementation of a simple XML reader (parser).XML. Más...
class  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...
class  QXmlContentHandler
 The QXmlContentHandler class provides an interface to report the logical content of XML data.XMLIf the application needs to be informed of basic parsing events, it can implement this interface and activate it using QXmlReader::setContentHandler(). The reader can then report basic document-related events like the start and end of elements and character data through this interface. Más...
class  QXmlErrorHandler
 The QXmlErrorHandler class provides an interface to report errors in XML data.XMLIf you want your application to report errors to the user or to perform customized error handling, you should subclass this class. Más...
class  QXmlDTDHandler
 The QXmlDTDHandler class provides an interface to report DTD content of XML data.XMLIf an application needs information about notations and unparsed entities, it can implement this interface and register an instance with QXmlReader::setDTDHandler(). Más...
class  QXmlEntityResolver
 The QXmlEntityResolver class provides an interface to resolve external entities contained in XML data.XMLIf an application needs to implement customized handling for external entities, it must implement this interface, i.e. resolveEntity(), and register it with QXmlReader::setEntityResolver(). Más...
class  QXmlLexicalHandler
 The QXmlLexicalHandler class provides an interface to report the lexical content of XML data.XMLThe events in the lexical handler apply to the entire document, not just to the document element, and all lexical handler events appear between the content handler's startDocument and endDocument events. Más...
class  QXmlDeclHandler
 The QXmlDeclHandler class provides an interface to report declaration content of XML data.XMLYou can set the declaration handler with QXmlReader::setDeclHandler(). Más...
class  QXmlDefaultHandler
 The QXmlDefaultHandler class provides a default implementation of all the XML handler classes.XMLVery often we are only interested in parts of the things that the reader reports. This class implements a default behaviour for the handler classes (i.e. most of the time do nothing). Usually this is the class you subclass for implementing your own customized handler. Más...

'defines'

#define QM_EXPORT_XML

Documentación de los 'defines'

#define QM_EXPORT_XML
 Todo Clases Namespaces Archivos Funciones Variables 'typedefs' Enumeraciones Valores de enumeraciones Propiedades Amigas 'defines'