Qt.QXmlDefaultHandler Class

public class QXmlDefaultHandler: QXmlLexicalHandler, System.IDisposable, IQXmlErrorHandler, IQXmlEntityResolver, IQXmlDeclHandler, IQXmlDTDHandler, IQXmlContentHandler

Base Types

System.Object
  QtSupport
    QXmlLexicalHandler
      QXmlDefaultHandler

This type implements System.IDisposable, IQXmlErrorHandler, IQXmlEntityResolver, IQXmlDeclHandler, IQXmlDTDHandler, and IQXmlContentHandler.

See Also

Qt Namespace

Members

QXmlDefaultHandler Constructors

QXmlDefaultHandler() Constructor
QXmlDefaultHandler(void *) Constructor

QXmlDefaultHandler Methods

QXmlDefaultHandler.AttributeDecl Method
QXmlDefaultHandler.Characters Method
QXmlDefaultHandler.Comment Method
QXmlDefaultHandler.EndCDATA Method
QXmlDefaultHandler.EndDTD Method
QXmlDefaultHandler.EndDocument Method
QXmlDefaultHandler.EndElement Method
QXmlDefaultHandler.EndEntity Method
QXmlDefaultHandler.EndPrefixMapping Method
QXmlDefaultHandler.Error Method
QXmlDefaultHandler.ErrorString Method
QXmlDefaultHandler.ExternalEntityDecl Method
QXmlDefaultHandler.FatalError Method
QXmlDefaultHandler.Finalize Method
QXmlDefaultHandler.IgnorableWhitespace Method
QXmlDefaultHandler.InternalEntityDecl Method
QXmlDefaultHandler.NotationDecl Method
QXmlDefaultHandler.ProcessingInstruction Method
QXmlDefaultHandler.QXmlContentHandler Method
QXmlDefaultHandler.QXmlDTDHandler Method
QXmlDefaultHandler.QXmlDeclHandler Method
QXmlDefaultHandler.QXmlEntityResolver Method
QXmlDefaultHandler.QXmlErrorHandler Method
QXmlDefaultHandler.ResolveEntity Method
QXmlDefaultHandler.SetDocumentLocator Method
QXmlDefaultHandler.SkippedEntity Method
QXmlDefaultHandler.StartCDATA Method
QXmlDefaultHandler.StartDTD Method
QXmlDefaultHandler.StartDocument Method
QXmlDefaultHandler.StartElement Method
QXmlDefaultHandler.StartEntity Method
QXmlDefaultHandler.StartPrefixMapping Method
QXmlDefaultHandler.UnparsedEntityDecl Method
QXmlDefaultHandler.Warning Method


QXmlDefaultHandler() Constructor

public void QXmlDefaultHandler();

See Also

Qt.QXmlDefaultHandler Class, Qt Namespace

QXmlDefaultHandler(void *) Constructor

public void QXmlDefaultHandler(void * ptr);

See Also

Qt.QXmlDefaultHandler Class, Qt Namespace

QXmlDefaultHandler.AttributeDecl Method

public bool AttributeDecl(System.String eName, System.String aName, System.String type, System.String valueDefault, System.String value);

See Also

Qt.QXmlDefaultHandler Class, Qt Namespace

QXmlDefaultHandler.Characters Method

public bool Characters(System.String ch);

See Also

Qt.QXmlDefaultHandler Class, Qt Namespace

QXmlDefaultHandler.Comment Method

public bool Comment(System.String ch);

See Also

Qt.QXmlDefaultHandler Class, Qt Namespace

QXmlDefaultHandler.EndCDATA Method

public bool EndCDATA();

See Also

Qt.QXmlDefaultHandler Class, Qt Namespace

QXmlDefaultHandler.EndDTD Method

public bool EndDTD();

See Also

Qt.QXmlDefaultHandler Class, Qt Namespace

QXmlDefaultHandler.EndDocument Method

public bool EndDocument();

See Also

Qt.QXmlDefaultHandler Class, Qt Namespace

QXmlDefaultHandler.EndElement Method

public bool EndElement(System.String namespaceURI, System.String localName, System.String qName);

See Also

Qt.QXmlDefaultHandler Class, Qt Namespace

QXmlDefaultHandler.EndEntity Method

public bool EndEntity(System.String name);

See Also

Qt.QXmlDefaultHandler Class, Qt Namespace

QXmlDefaultHandler.EndPrefixMapping Method

public bool EndPrefixMapping(System.String prefix);

See Also

Qt.QXmlDefaultHandler Class, Qt Namespace

QXmlDefaultHandler.Error Method

public bool Error(Qt.QXmlParseException exception);

See Also

Qt.QXmlDefaultHandler Class, Qt Namespace

QXmlDefaultHandler.ErrorString Method

public System.String ErrorString();

See Also

Qt.QXmlDefaultHandler Class, Qt Namespace

QXmlDefaultHandler.ExternalEntityDecl Method

public bool ExternalEntityDecl(System.String name, System.String publicId, System.String systemId);

See Also

Qt.QXmlDefaultHandler Class, Qt Namespace

QXmlDefaultHandler.FatalError Method

public bool FatalError(Qt.QXmlParseException exception);

See Also

Qt.QXmlDefaultHandler Class, Qt Namespace

QXmlDefaultHandler.Finalize Method

protected override void Finalize();

See Also

Qt.QXmlDefaultHandler Class, Qt Namespace

QXmlDefaultHandler.IgnorableWhitespace Method

public bool IgnorableWhitespace(System.String ch);

See Also

Qt.QXmlDefaultHandler Class, Qt Namespace

QXmlDefaultHandler.InternalEntityDecl Method

public bool InternalEntityDecl(System.String name, System.String value);

See Also

Qt.QXmlDefaultHandler Class, Qt Namespace

QXmlDefaultHandler.NotationDecl Method

public bool NotationDecl(System.String name, System.String publicId, System.String systemId);

See Also

Qt.QXmlDefaultHandler Class, Qt Namespace

QXmlDefaultHandler.ProcessingInstruction Method

public bool ProcessingInstruction(System.String target, System.String data);

See Also

Qt.QXmlDefaultHandler Class, Qt Namespace

QXmlDefaultHandler.QXmlContentHandler Method

public void * QXmlContentHandler();

See Also

Qt.QXmlDefaultHandler Class, Qt Namespace

QXmlDefaultHandler.QXmlDTDHandler Method

public void * QXmlDTDHandler();

See Also

Qt.QXmlDefaultHandler Class, Qt Namespace

QXmlDefaultHandler.QXmlDeclHandler Method

public void * QXmlDeclHandler();

See Also

Qt.QXmlDefaultHandler Class, Qt Namespace

QXmlDefaultHandler.QXmlEntityResolver Method

public void * QXmlEntityResolver();

See Also

Qt.QXmlDefaultHandler Class, Qt Namespace

QXmlDefaultHandler.QXmlErrorHandler Method

public void * QXmlErrorHandler();

See Also

Qt.QXmlDefaultHandler Class, Qt Namespace

QXmlDefaultHandler.ResolveEntity Method

public bool ResolveEntity(System.String publicId, System.String systemId, Qt.QXmlInputSource ret);

See Also

Qt.QXmlDefaultHandler Class, Qt Namespace

QXmlDefaultHandler.SetDocumentLocator Method

public void SetDocumentLocator(Qt.QXmlLocator locator);

See Also

Qt.QXmlDefaultHandler Class, Qt Namespace

QXmlDefaultHandler.SkippedEntity Method

public bool SkippedEntity(System.String name);

See Also

Qt.QXmlDefaultHandler Class, Qt Namespace

QXmlDefaultHandler.StartCDATA Method

public bool StartCDATA();

See Also

Qt.QXmlDefaultHandler Class, Qt Namespace

QXmlDefaultHandler.StartDTD Method

public bool StartDTD(System.String name, System.String publicId, System.String systemId);

See Also

Qt.QXmlDefaultHandler Class, Qt Namespace

QXmlDefaultHandler.StartDocument Method

public bool StartDocument();

See Also

Qt.QXmlDefaultHandler Class, Qt Namespace

QXmlDefaultHandler.StartElement Method

public bool StartElement(System.String namespaceURI, System.String localName, System.String qName, Qt.QXmlAttributes atts);

See Also

Qt.QXmlDefaultHandler Class, Qt Namespace

QXmlDefaultHandler.StartEntity Method

public bool StartEntity(System.String name);

See Also

Qt.QXmlDefaultHandler Class, Qt Namespace

QXmlDefaultHandler.StartPrefixMapping Method

public bool StartPrefixMapping(System.String prefix, System.String uri);

See Also

Qt.QXmlDefaultHandler Class, Qt Namespace

QXmlDefaultHandler.UnparsedEntityDecl Method

public bool UnparsedEntityDecl(System.String name, System.String publicId, System.String systemId, System.String notationName);

See Also

Qt.QXmlDefaultHandler Class, Qt Namespace

QXmlDefaultHandler.Warning Method

public bool Warning(Qt.QXmlParseException exception);

See Also

Qt.QXmlDefaultHandler Class, Qt Namespace