public class QXmlLexicalHandler: QtSupport, System.IDisposable
System.Object
QtSupport
QXmlLexicalHandlerThis type implements System.IDisposable.
Qt Namespace
QXmlLexicalHandler Constructors
QXmlLexicalHandler Constructor
QXmlLexicalHandler Methods
QXmlLexicalHandler.Comment Method
QXmlLexicalHandler.EndCDATA Method
QXmlLexicalHandler.EndDTD Method
QXmlLexicalHandler.EndEntity Method
QXmlLexicalHandler.ErrorString Method
QXmlLexicalHandler.Finalize Method
QXmlLexicalHandler.StartCDATA Method
QXmlLexicalHandler.StartDTD Method
QXmlLexicalHandler.StartEntity Method
public void QXmlLexicalHandler(void * ptr);
Qt.QXmlLexicalHandler Class, Qt Namespace
public bool Comment(System.String ch);
Qt.QXmlLexicalHandler Class, Qt Namespace
public bool EndCDATA();
Qt.QXmlLexicalHandler Class, Qt Namespace
public bool EndDTD();
Qt.QXmlLexicalHandler Class, Qt Namespace
public bool EndEntity(System.String name);
Qt.QXmlLexicalHandler Class, Qt Namespace
public System.String ErrorString();
Qt.QXmlLexicalHandler Class, Qt Namespace
protected override void Finalize();
Qt.QXmlLexicalHandler Class, Qt Namespace
public bool StartCDATA();
Qt.QXmlLexicalHandler Class, Qt Namespace
public bool StartDTD(System.String name, System.String publicId, System.String systemId);
Qt.QXmlLexicalHandler Class, Qt Namespace
public bool StartEntity(System.String name);
Qt.QXmlLexicalHandler Class, Qt Namespace