Qt.QXmlLexicalHandler Class

public class QXmlLexicalHandler: QtSupport, System.IDisposable

Base Types

System.Object
  QtSupport
    QXmlLexicalHandler

This type implements System.IDisposable.

See Also

Qt Namespace

Members

QXmlLexicalHandler Constructors

QXmlLexicalHandler Constructor

QXmlLexicalHandler Methods

QXmlLexicalHandler.Comment Method
QXmlLexicalHandler.EndCDATA Method
QXmlLexicalHandler.EndDTD Method
QXmlLexicalHandler.EndEntity Method
QXmlLexicalHandler.ErrorString Method
QXmlLexicalHandler.Finalize Method
QXmlLexicalHandler.StartCDATA Method
QXmlLexicalHandler.StartDTD Method
QXmlLexicalHandler.StartEntity Method


QXmlLexicalHandler Constructor

public void QXmlLexicalHandler(void * ptr);

See Also

Qt.QXmlLexicalHandler Class, Qt Namespace

QXmlLexicalHandler.Comment Method

public bool Comment(System.String ch);

See Also

Qt.QXmlLexicalHandler Class, Qt Namespace

QXmlLexicalHandler.EndCDATA Method

public bool EndCDATA();

See Also

Qt.QXmlLexicalHandler Class, Qt Namespace

QXmlLexicalHandler.EndDTD Method

public bool EndDTD();

See Also

Qt.QXmlLexicalHandler Class, Qt Namespace

QXmlLexicalHandler.EndEntity Method

public bool EndEntity(System.String name);

See Also

Qt.QXmlLexicalHandler Class, Qt Namespace

QXmlLexicalHandler.ErrorString Method

public System.String ErrorString();

See Also

Qt.QXmlLexicalHandler Class, Qt Namespace

QXmlLexicalHandler.Finalize Method

protected override void Finalize();

See Also

Qt.QXmlLexicalHandler Class, Qt Namespace

QXmlLexicalHandler.StartCDATA Method

public bool StartCDATA();

See Also

Qt.QXmlLexicalHandler Class, Qt Namespace

QXmlLexicalHandler.StartDTD Method

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

See Also

Qt.QXmlLexicalHandler Class, Qt Namespace

QXmlLexicalHandler.StartEntity Method

public bool StartEntity(System.String name);

See Also

Qt.QXmlLexicalHandler Class, Qt Namespace