public class QXmlSimpleReader: QXmlReader, System.IDisposable
System.Object
QtSupport
QXmlReader
QXmlSimpleReaderThis type implements System.IDisposable.
Qt Namespace
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
public void QXmlSimpleReader();
Qt.QXmlSimpleReader Class, Qt Namespace
public void QXmlSimpleReader(void * ptr);
Qt.QXmlSimpleReader Class, Qt Namespace
public Qt.QXmlContentHandler ContentHandler();
Qt.QXmlSimpleReader Class, Qt Namespace
public Qt.QXmlDTDHandler DTDHandler();
Qt.QXmlSimpleReader Class, Qt Namespace
public Qt.QXmlDeclHandler DeclHandler();
Qt.QXmlSimpleReader Class, Qt Namespace
public Qt.QXmlEntityResolver EntityResolver();
Qt.QXmlSimpleReader Class, Qt Namespace
public Qt.QXmlErrorHandler ErrorHandler();
Qt.QXmlSimpleReader Class, Qt Namespace
public bool Feature(System.String name, bool ok);
Qt.QXmlSimpleReader Class, Qt Namespace
public bool Feature(System.String name);
Qt.QXmlSimpleReader Class, Qt Namespace
protected override void Finalize();
Qt.QXmlSimpleReader Class, Qt Namespace
public bool HasFeature(System.String name);
Qt.QXmlSimpleReader Class, Qt Namespace
public bool HasProperty(System.String name);
Qt.QXmlSimpleReader Class, Qt Namespace
public Qt.QXmlLexicalHandler LexicalHandler();
Qt.QXmlSimpleReader Class, Qt Namespace
public bool Parse(Qt.QXmlInputSource input);
Qt.QXmlSimpleReader Class, Qt Namespace
public bool Parse(Qt.QXmlInputSource input, bool incremental);
Qt.QXmlSimpleReader Class, Qt Namespace
public bool ParseContinue();
Qt.QXmlSimpleReader Class, Qt Namespace
public int[] Property(System.String name, bool ok);
Qt.QXmlSimpleReader Class, Qt Namespace
public int[] Property(System.String name);
Qt.QXmlSimpleReader Class, Qt Namespace
public void SetContentHandler(Qt.QXmlContentHandler handler);
Qt.QXmlSimpleReader Class, Qt Namespace
public void SetDTDHandler(Qt.QXmlDTDHandler handler);
Qt.QXmlSimpleReader Class, Qt Namespace
public void SetDeclHandler(Qt.QXmlDeclHandler handler);
Qt.QXmlSimpleReader Class, Qt Namespace
public void SetEntityResolver(Qt.QXmlEntityResolver handler);
Qt.QXmlSimpleReader Class, Qt Namespace
public void SetErrorHandler(Qt.QXmlErrorHandler handler);
Qt.QXmlSimpleReader Class, Qt Namespace
public void SetFeature(System.String name, bool value);
Qt.QXmlSimpleReader Class, Qt Namespace
public void SetLexicalHandler(Qt.QXmlLexicalHandler handler);
Qt.QXmlSimpleReader Class, Qt Namespace
public void SetProperty(System.String name, int[] value);
Qt.QXmlSimpleReader Class, Qt Namespace