Qt.QXmlDTDHandler Class

public class QXmlDTDHandler: QtSupport, System.IDisposable

Base Types

System.Object
  QtSupport
    QXmlDTDHandler

This type implements System.IDisposable.

See Also

Qt Namespace

Members

QXmlDTDHandler Constructors

QXmlDTDHandler Constructor

QXmlDTDHandler Methods

QXmlDTDHandler.ErrorString Method
QXmlDTDHandler.Finalize Method
QXmlDTDHandler.NotationDecl Method
QXmlDTDHandler.UnparsedEntityDecl Method


QXmlDTDHandler Constructor

public void QXmlDTDHandler(void * ptr);

See Also

Qt.QXmlDTDHandler Class, Qt Namespace

QXmlDTDHandler.ErrorString Method

public System.String ErrorString();

See Also

Qt.QXmlDTDHandler Class, Qt Namespace

QXmlDTDHandler.Finalize Method

protected override void Finalize();

See Also

Qt.QXmlDTDHandler Class, Qt Namespace

QXmlDTDHandler.NotationDecl Method

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

See Also

Qt.QXmlDTDHandler Class, Qt Namespace

QXmlDTDHandler.UnparsedEntityDecl Method

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

See Also

Qt.QXmlDTDHandler Class, Qt Namespace