Qt.QXmlSimpleReader Class

public class QXmlSimpleReader: QXmlReader, System.IDisposable

Base Types

System.Object
  QtSupport
    QXmlReader
      QXmlSimpleReader

This type implements System.IDisposable.

See Also

Qt Namespace

Members

QXmlSimpleReader Constructors

QXmlSimpleReader() Constructor
QXmlSimpleReader(void *) Constructor

QXmlSimpleReader Methods

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


QXmlSimpleReader() Constructor

public void QXmlSimpleReader();

See Also

Qt.QXmlSimpleReader Class, Qt Namespace

QXmlSimpleReader(void *) Constructor

public void QXmlSimpleReader(void * ptr);

See Also

Qt.QXmlSimpleReader Class, Qt Namespace

QXmlSimpleReader.ContentHandler Method

public Qt.QXmlContentHandler ContentHandler();

See Also

Qt.QXmlSimpleReader Class, Qt Namespace

QXmlSimpleReader.DTDHandler Method

public Qt.QXmlDTDHandler DTDHandler();

See Also

Qt.QXmlSimpleReader Class, Qt Namespace

QXmlSimpleReader.DeclHandler Method

public Qt.QXmlDeclHandler DeclHandler();

See Also

Qt.QXmlSimpleReader Class, Qt Namespace

QXmlSimpleReader.EntityResolver Method

public Qt.QXmlEntityResolver EntityResolver();

See Also

Qt.QXmlSimpleReader Class, Qt Namespace

QXmlSimpleReader.ErrorHandler Method

public Qt.QXmlErrorHandler ErrorHandler();

See Also

Qt.QXmlSimpleReader Class, Qt Namespace

QXmlSimpleReader.Feature(System.String, bool) Method

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

See Also

Qt.QXmlSimpleReader Class, Qt Namespace

QXmlSimpleReader.Feature(System.String) Method

public bool Feature(System.String name);

See Also

Qt.QXmlSimpleReader Class, Qt Namespace

QXmlSimpleReader.Finalize Method

protected override void Finalize();

See Also

Qt.QXmlSimpleReader Class, Qt Namespace

QXmlSimpleReader.HasFeature Method

public bool HasFeature(System.String name);

See Also

Qt.QXmlSimpleReader Class, Qt Namespace

QXmlSimpleReader.HasProperty Method

public bool HasProperty(System.String name);

See Also

Qt.QXmlSimpleReader Class, Qt Namespace

QXmlSimpleReader.LexicalHandler Method

public Qt.QXmlLexicalHandler LexicalHandler();

See Also

Qt.QXmlSimpleReader Class, Qt Namespace

QXmlSimpleReader.Parse(Qt.QXmlInputSource) Method

public bool Parse(Qt.QXmlInputSource input);

See Also

Qt.QXmlSimpleReader Class, Qt Namespace

QXmlSimpleReader.Parse(Qt.QXmlInputSource, bool) Method

public bool Parse(Qt.QXmlInputSource input, bool incremental);

See Also

Qt.QXmlSimpleReader Class, Qt Namespace

QXmlSimpleReader.ParseContinue Method

public bool ParseContinue();

See Also

Qt.QXmlSimpleReader Class, Qt Namespace

QXmlSimpleReader.Property(System.String, bool) Method

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

See Also

Qt.QXmlSimpleReader Class, Qt Namespace

QXmlSimpleReader.Property(System.String) Method

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

See Also

Qt.QXmlSimpleReader Class, Qt Namespace

QXmlSimpleReader.SetContentHandler Method

public void SetContentHandler(Qt.QXmlContentHandler handler);

See Also

Qt.QXmlSimpleReader Class, Qt Namespace

QXmlSimpleReader.SetDTDHandler Method

public void SetDTDHandler(Qt.QXmlDTDHandler handler);

See Also

Qt.QXmlSimpleReader Class, Qt Namespace

QXmlSimpleReader.SetDeclHandler Method

public void SetDeclHandler(Qt.QXmlDeclHandler handler);

See Also

Qt.QXmlSimpleReader Class, Qt Namespace

QXmlSimpleReader.SetEntityResolver Method

public void SetEntityResolver(Qt.QXmlEntityResolver handler);

See Also

Qt.QXmlSimpleReader Class, Qt Namespace

QXmlSimpleReader.SetErrorHandler Method

public void SetErrorHandler(Qt.QXmlErrorHandler handler);

See Also

Qt.QXmlSimpleReader Class, Qt Namespace

QXmlSimpleReader.SetFeature Method

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

See Also

Qt.QXmlSimpleReader Class, Qt Namespace

QXmlSimpleReader.SetLexicalHandler Method

public void SetLexicalHandler(Qt.QXmlLexicalHandler handler);

See Also

Qt.QXmlSimpleReader Class, Qt Namespace

QXmlSimpleReader.SetProperty Method

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

See Also

Qt.QXmlSimpleReader Class, Qt Namespace