Qt.QXmlReader Class

public class QXmlReader: QtSupport, System.IDisposable

Base Types

System.Object
  QtSupport
    QXmlReader

This type implements System.IDisposable.

See Also

Qt Namespace

Members

QXmlReader Constructors

QXmlReader Constructor

QXmlReader Methods

QXmlReader.ContentHandler Method
QXmlReader.DTDHandler Method
QXmlReader.DeclHandler Method
QXmlReader.EntityResolver Method
QXmlReader.ErrorHandler Method
QXmlReader.Feature(System.String, bool) Method
QXmlReader.Feature(System.String) Method
QXmlReader.Finalize Method
QXmlReader.HasFeature Method
QXmlReader.HasProperty Method
QXmlReader.LexicalHandler Method
QXmlReader.Parse Method
QXmlReader.Property(System.String, bool) Method
QXmlReader.Property(System.String) Method
QXmlReader.SetContentHandler Method
QXmlReader.SetDTDHandler Method
QXmlReader.SetDeclHandler Method
QXmlReader.SetEntityResolver Method
QXmlReader.SetErrorHandler Method
QXmlReader.SetFeature Method
QXmlReader.SetLexicalHandler Method
QXmlReader.SetProperty Method


QXmlReader Constructor

public void QXmlReader(void * ptr);

See Also

Qt.QXmlReader Class, Qt Namespace

QXmlReader.ContentHandler Method

public Qt.QXmlContentHandler ContentHandler();

See Also

Qt.QXmlReader Class, Qt Namespace

QXmlReader.DTDHandler Method

public Qt.QXmlDTDHandler DTDHandler();

See Also

Qt.QXmlReader Class, Qt Namespace

QXmlReader.DeclHandler Method

public Qt.QXmlDeclHandler DeclHandler();

See Also

Qt.QXmlReader Class, Qt Namespace

QXmlReader.EntityResolver Method

public Qt.QXmlEntityResolver EntityResolver();

See Also

Qt.QXmlReader Class, Qt Namespace

QXmlReader.ErrorHandler Method

public Qt.QXmlErrorHandler ErrorHandler();

See Also

Qt.QXmlReader Class, Qt Namespace

QXmlReader.Feature(System.String, bool) Method

public bool Feature(System.String name, bool ok);

See Also

Qt.QXmlReader Class, Qt Namespace

QXmlReader.Feature(System.String) Method

public bool Feature(System.String name);

See Also

Qt.QXmlReader Class, Qt Namespace

QXmlReader.Finalize Method

protected override void Finalize();

See Also

Qt.QXmlReader Class, Qt Namespace

QXmlReader.HasFeature Method

public bool HasFeature(System.String name);

See Also

Qt.QXmlReader Class, Qt Namespace

QXmlReader.HasProperty Method

public bool HasProperty(System.String name);

See Also

Qt.QXmlReader Class, Qt Namespace

QXmlReader.LexicalHandler Method

public Qt.QXmlLexicalHandler LexicalHandler();

See Also

Qt.QXmlReader Class, Qt Namespace

QXmlReader.Parse Method

public bool Parse(Qt.QXmlInputSource input);

See Also

Qt.QXmlReader Class, Qt Namespace

QXmlReader.Property(System.String, bool) Method

public int[] Property(System.String name, bool ok);

See Also

Qt.QXmlReader Class, Qt Namespace

QXmlReader.Property(System.String) Method

public int[] Property(System.String name);

See Also

Qt.QXmlReader Class, Qt Namespace

QXmlReader.SetContentHandler Method

public void SetContentHandler(Qt.QXmlContentHandler handler);

See Also

Qt.QXmlReader Class, Qt Namespace

QXmlReader.SetDTDHandler Method

public void SetDTDHandler(Qt.QXmlDTDHandler handler);

See Also

Qt.QXmlReader Class, Qt Namespace

QXmlReader.SetDeclHandler Method

public void SetDeclHandler(Qt.QXmlDeclHandler handler);

See Also

Qt.QXmlReader Class, Qt Namespace

QXmlReader.SetEntityResolver Method

public void SetEntityResolver(Qt.QXmlEntityResolver handler);

See Also

Qt.QXmlReader Class, Qt Namespace

QXmlReader.SetErrorHandler Method

public void SetErrorHandler(Qt.QXmlErrorHandler handler);

See Also

Qt.QXmlReader Class, Qt Namespace

QXmlReader.SetFeature Method

public void SetFeature(System.String name, bool value);

See Also

Qt.QXmlReader Class, Qt Namespace

QXmlReader.SetLexicalHandler Method

public void SetLexicalHandler(Qt.QXmlLexicalHandler handler);

See Also

Qt.QXmlReader Class, Qt Namespace

QXmlReader.SetProperty Method

public void SetProperty(System.String name, int[] value);

See Also

Qt.QXmlReader Class, Qt Namespace