Qt.QXmlContentHandler Class

public class QXmlContentHandler: QtSupport, System.IDisposable

Base Types

System.Object
  QtSupport
    QXmlContentHandler

This type implements System.IDisposable.

See Also

Qt Namespace

Members

QXmlContentHandler Constructors

QXmlContentHandler Constructor

QXmlContentHandler Methods

QXmlContentHandler.Characters Method
QXmlContentHandler.EndDocument Method
QXmlContentHandler.EndElement Method
QXmlContentHandler.EndPrefixMapping Method
QXmlContentHandler.ErrorString Method
QXmlContentHandler.Finalize Method
QXmlContentHandler.IgnorableWhitespace Method
QXmlContentHandler.ProcessingInstruction Method
QXmlContentHandler.SetDocumentLocator Method
QXmlContentHandler.SkippedEntity Method
QXmlContentHandler.StartDocument Method
QXmlContentHandler.StartElement Method
QXmlContentHandler.StartPrefixMapping Method


QXmlContentHandler Constructor

public void QXmlContentHandler(void * ptr);

See Also

Qt.QXmlContentHandler Class, Qt Namespace

QXmlContentHandler.Characters Method

public bool Characters(System.String ch);

See Also

Qt.QXmlContentHandler Class, Qt Namespace

QXmlContentHandler.EndDocument Method

public bool EndDocument();

See Also

Qt.QXmlContentHandler Class, Qt Namespace

QXmlContentHandler.EndElement Method

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

See Also

Qt.QXmlContentHandler Class, Qt Namespace

QXmlContentHandler.EndPrefixMapping Method

public bool EndPrefixMapping(System.String prefix);

See Also

Qt.QXmlContentHandler Class, Qt Namespace

QXmlContentHandler.ErrorString Method

public System.String ErrorString();

See Also

Qt.QXmlContentHandler Class, Qt Namespace

QXmlContentHandler.Finalize Method

protected override void Finalize();

See Also

Qt.QXmlContentHandler Class, Qt Namespace

QXmlContentHandler.IgnorableWhitespace Method

public bool IgnorableWhitespace(System.String ch);

See Also

Qt.QXmlContentHandler Class, Qt Namespace

QXmlContentHandler.ProcessingInstruction Method

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

See Also

Qt.QXmlContentHandler Class, Qt Namespace

QXmlContentHandler.SetDocumentLocator Method

public void SetDocumentLocator(Qt.QXmlLocator locator);

See Also

Qt.QXmlContentHandler Class, Qt Namespace

QXmlContentHandler.SkippedEntity Method

public bool SkippedEntity(System.String name);

See Also

Qt.QXmlContentHandler Class, Qt Namespace

QXmlContentHandler.StartDocument Method

public bool StartDocument();

See Also

Qt.QXmlContentHandler Class, Qt Namespace

QXmlContentHandler.StartElement Method

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

See Also

Qt.QXmlContentHandler Class, Qt Namespace

QXmlContentHandler.StartPrefixMapping Method

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

See Also

Qt.QXmlContentHandler Class, Qt Namespace