API reference - Class QXmlDefaultHandlerNotation used in Ruby API documentation Description: Binding of QXmlDefaultHandler Class hierarchy: QXmlDefaultHandler » QXmlContentHandler Public constructors
Public methods
Detailed description[const] const QXmlContentHandler ptr asConstQXmlContentHandlerDescription: Delivers the base class interface QXmlContentHandler of QXmlDefaultHandler Class QXmlDefaultHandler is derived from multiple base classes. This method delivers the QXmlContentHandler base class aspect. Use this version if you have a const reference. [const] const QXmlDTDHandler ptr asConstQXmlDTDHandlerDescription: Delivers the base class interface QXmlDTDHandler of QXmlDefaultHandler Class QXmlDefaultHandler is derived from multiple base classes. This method delivers the QXmlDTDHandler base class aspect. Use this version if you have a const reference. [const] const QXmlDeclHandler ptr asConstQXmlDeclHandlerDescription: Delivers the base class interface QXmlDeclHandler of QXmlDefaultHandler Class QXmlDefaultHandler is derived from multiple base classes. This method delivers the QXmlDeclHandler base class aspect. Use this version if you have a const reference. [const] const QXmlEntityResolver ptr asConstQXmlEntityResolverDescription: Delivers the base class interface QXmlEntityResolver of QXmlDefaultHandler Class QXmlDefaultHandler is derived from multiple base classes. This method delivers the QXmlEntityResolver base class aspect. Use this version if you have a const reference. [const] const QXmlErrorHandler ptr asConstQXmlErrorHandlerDescription: Delivers the base class interface QXmlErrorHandler of QXmlDefaultHandler Class QXmlDefaultHandler is derived from multiple base classes. This method delivers the QXmlErrorHandler base class aspect. Use this version if you have a const reference. [const] const QXmlLexicalHandler ptr asConstQXmlLexicalHandlerDescription: Delivers the base class interface QXmlLexicalHandler of QXmlDefaultHandler Class QXmlDefaultHandler is derived from multiple base classes. This method delivers the QXmlLexicalHandler base class aspect. Use this version if you have a const reference. QXmlContentHandler ptr asQXmlContentHandlerDescription: Delivers the base class interface QXmlContentHandler of QXmlDefaultHandler Class QXmlDefaultHandler is derived from multiple base classes. This method delivers the QXmlContentHandler base class aspect. QXmlDTDHandler ptr asQXmlDTDHandlerDescription: Delivers the base class interface QXmlDTDHandler of QXmlDefaultHandler Class QXmlDefaultHandler is derived from multiple base classes. This method delivers the QXmlDTDHandler base class aspect. QXmlDeclHandler ptr asQXmlDeclHandlerDescription: Delivers the base class interface QXmlDeclHandler of QXmlDefaultHandler Class QXmlDefaultHandler is derived from multiple base classes. This method delivers the QXmlDeclHandler base class aspect. QXmlEntityResolver ptr asQXmlEntityResolverDescription: Delivers the base class interface QXmlEntityResolver of QXmlDefaultHandler Class QXmlDefaultHandler is derived from multiple base classes. This method delivers the QXmlEntityResolver base class aspect. QXmlErrorHandler ptr asQXmlErrorHandlerDescription: Delivers the base class interface QXmlErrorHandler of QXmlDefaultHandler Class QXmlDefaultHandler is derived from multiple base classes. This method delivers the QXmlErrorHandler base class aspect. QXmlLexicalHandler ptr asQXmlLexicalHandlerDescription: Delivers the base class interface QXmlLexicalHandler of QXmlDefaultHandler Class QXmlDefaultHandler is derived from multiple base classes. This method delivers the QXmlLexicalHandler base class aspect. [virtual] bool attributeDecl(string eName,string aName,string type,string valueDefault,string value)Description: Virtual method bool QXmlDefaultHandler::attributeDecl(const QString &eName, const QString &aName, const QString &type, const QString &valueDefault, const QString &value) This method can be reimplemented in a derived class. [virtual] bool characters(string ch)Description: Virtual method bool QXmlDefaultHandler::characters(const QString &ch) This method can be reimplemented in a derived class. [virtual] bool comment(string ch)Description: Virtual method bool QXmlDefaultHandler::comment(const QString &ch) This method can be reimplemented in a derived class. void createDescription: Ensures the C++ object is created Use this method to ensure the C++ object is created, for example to ensure that resources are allocated. Usually C++ objects are created on demand and not necessarily when the script object is created. void destroyDescription: Explicitly destroy the object Explicitly destroy the object on C++ side if it was owned by the Ruby interpreter. Subsequent access to this object will throw an exception. If the object is not owned by Ruby, this method will do nothing. [const] bool destroyed?Description: Returns a value indicating whether the object was already destroyed This method returns true, if the object was destroyed, either explicitly or by the C++ side. The latter may happen, if the object is owned by a C++ object which got destroyed itself. [virtual] bool endCDATADescription: Virtual method bool QXmlDefaultHandler::endCDATA() This method can be reimplemented in a derived class. [virtual] bool endDTDDescription: Virtual method bool QXmlDefaultHandler::endDTD() This method can be reimplemented in a derived class. [virtual] bool endDocumentDescription: Virtual method bool QXmlDefaultHandler::endDocument() This method can be reimplemented in a derived class. [virtual] bool endElement(string namespaceURI,string localName,string qName)Description: Virtual method bool QXmlDefaultHandler::endElement(const QString &namespaceURI, const QString &localName, const QString &qName) This method can be reimplemented in a derived class. [virtual] bool endEntity(string name)Description: Virtual method bool QXmlDefaultHandler::endEntity(const QString &name) This method can be reimplemented in a derived class. [virtual] bool endPrefixMapping(string prefix)Description: Virtual method bool QXmlDefaultHandler::endPrefixMapping(const QString &prefix) This method can be reimplemented in a derived class. [virtual] bool error(const QXmlParseException exception)Description: Virtual method bool QXmlDefaultHandler::error(const QXmlParseException &exception) This method can be reimplemented in a derived class. [virtual,const] string errorStringDescription: Virtual method QString QXmlDefaultHandler::errorString() This method can be reimplemented in a derived class. [virtual] bool externalEntityDecl(string name,string publicId,string systemId)Description: Virtual method bool QXmlDefaultHandler::externalEntityDecl(const QString &name, const QString &publicId, const QString &systemId) This method can be reimplemented in a derived class. [virtual] bool fatalError(const QXmlParseException exception)Description: Virtual method bool QXmlDefaultHandler::fatalError(const QXmlParseException &exception) This method can be reimplemented in a derived class. [virtual] bool ignorableWhitespace(string ch)Description: Virtual method bool QXmlDefaultHandler::ignorableWhitespace(const QString &ch) This method can be reimplemented in a derived class. [virtual] bool internalEntityDecl(string name,string value)Description: Virtual method bool QXmlDefaultHandler::internalEntityDecl(const QString &name, const QString &value) This method can be reimplemented in a derived class. [const] bool is_const_object?Description: Returns a value indicating whether the reference is a const reference This method returns true, if self is a const reference. In that case, only const methods may be called on self. [static] new QXmlDefaultHandler newDescription: Constructor QXmlDefaultHandler::QXmlDefaultHandler() This method creates an object of class QXmlDefaultHandler. [virtual] bool notationDecl(string name,string publicId,string systemId)Description: Virtual method bool QXmlDefaultHandler::notationDecl(const QString &name, const QString &publicId, const QString &systemId) This method can be reimplemented in a derived class. [virtual] bool processingInstruction(string target,string data)Description: Virtual method bool QXmlDefaultHandler::processingInstruction(const QString &target, const QString &data) This method can be reimplemented in a derived class. [virtual] void setDocumentLocator(QXmlLocator ptr locator)Description: Virtual method void QXmlDefaultHandler::setDocumentLocator(QXmlLocator *locator) This method can be reimplemented in a derived class. [virtual] bool skippedEntity(string name)Description: Virtual method bool QXmlDefaultHandler::skippedEntity(const QString &name) This method can be reimplemented in a derived class. [virtual] bool startCDATADescription: Virtual method bool QXmlDefaultHandler::startCDATA() This method can be reimplemented in a derived class. [virtual] bool startDTD(string name,string publicId,string systemId)Description: Virtual method bool QXmlDefaultHandler::startDTD(const QString &name, const QString &publicId, const QString &systemId) This method can be reimplemented in a derived class. [virtual] bool startDocumentDescription: Virtual method bool QXmlDefaultHandler::startDocument() This method can be reimplemented in a derived class. [virtual] bool startElement(string namespaceURI,string localName,string qName,const QXmlAttributes atts)Description: Virtual method bool QXmlDefaultHandler::startElement(const QString &namespaceURI, const QString &localName, const QString &qName, const QXmlAttributes &atts) This method can be reimplemented in a derived class. [virtual] bool startEntity(string name)Description: Virtual method bool QXmlDefaultHandler::startEntity(const QString &name) This method can be reimplemented in a derived class. [virtual] bool startPrefixMapping(string prefix,string uri)Description: Virtual method bool QXmlDefaultHandler::startPrefixMapping(const QString &prefix, const QString &uri) This method can be reimplemented in a derived class. [virtual] bool unparsedEntityDecl(string name,string publicId,string systemId,string notationName)Description: Virtual method bool QXmlDefaultHandler::unparsedEntityDecl(const QString &name, const QString &publicId, const QString &systemId, const QString ¬ationName) This method can be reimplemented in a derived class. [virtual] bool warning(const QXmlParseException exception)Description: Virtual method bool QXmlDefaultHandler::warning(const QXmlParseException &exception) This method can be reimplemented in a derived class. |