Qt.QXmlDeclHandler Class

public class QXmlDeclHandler: QtSupport, System.IDisposable

Base Types

System.Object
  QtSupport
    QXmlDeclHandler

This type implements System.IDisposable.

See Also

Qt Namespace

Members

QXmlDeclHandler Constructors

QXmlDeclHandler Constructor

QXmlDeclHandler Methods

QXmlDeclHandler.AttributeDecl Method
QXmlDeclHandler.ErrorString Method
QXmlDeclHandler.ExternalEntityDecl Method
QXmlDeclHandler.Finalize Method
QXmlDeclHandler.InternalEntityDecl Method


QXmlDeclHandler Constructor

public void QXmlDeclHandler(void * ptr);

See Also

Qt.QXmlDeclHandler Class, Qt Namespace

QXmlDeclHandler.AttributeDecl Method

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

See Also

Qt.QXmlDeclHandler Class, Qt Namespace

QXmlDeclHandler.ErrorString Method

public System.String ErrorString();

See Also

Qt.QXmlDeclHandler Class, Qt Namespace

QXmlDeclHandler.ExternalEntityDecl Method

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

See Also

Qt.QXmlDeclHandler Class, Qt Namespace

QXmlDeclHandler.Finalize Method

protected override void Finalize();

See Also

Qt.QXmlDeclHandler Class, Qt Namespace

QXmlDeclHandler.InternalEntityDecl Method

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

See Also

Qt.QXmlDeclHandler Class, Qt Namespace