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