public class QXmlContentHandler: QtSupport, System.IDisposable
System.Object
QtSupport
QXmlContentHandlerThis type implements System.IDisposable.
Qt Namespace
QXmlContentHandler Constructors
QXmlContentHandler Constructor
QXmlContentHandler Methods
QXmlContentHandler.Characters Method
QXmlContentHandler.EndDocument Method
QXmlContentHandler.EndElement Method
QXmlContentHandler.EndPrefixMapping Method
QXmlContentHandler.ErrorString Method
QXmlContentHandler.Finalize Method
QXmlContentHandler.IgnorableWhitespace Method
QXmlContentHandler.ProcessingInstruction Method
QXmlContentHandler.SetDocumentLocator Method
QXmlContentHandler.SkippedEntity Method
QXmlContentHandler.StartDocument Method
QXmlContentHandler.StartElement Method
QXmlContentHandler.StartPrefixMapping Method
public void QXmlContentHandler(void * ptr);
Qt.QXmlContentHandler Class, Qt Namespace
public bool Characters(System.String ch);
Qt.QXmlContentHandler Class, Qt Namespace
public bool EndDocument();
Qt.QXmlContentHandler Class, Qt Namespace
public bool EndElement(System.String namespaceURI, System.String localName, System.String qName);
Qt.QXmlContentHandler Class, Qt Namespace
public bool EndPrefixMapping(System.String prefix);
Qt.QXmlContentHandler Class, Qt Namespace
public System.String ErrorString();
Qt.QXmlContentHandler Class, Qt Namespace
protected override void Finalize();
Qt.QXmlContentHandler Class, Qt Namespace
public bool IgnorableWhitespace(System.String ch);
Qt.QXmlContentHandler Class, Qt Namespace
public bool ProcessingInstruction(System.String target, System.String data);
Qt.QXmlContentHandler Class, Qt Namespace
public void SetDocumentLocator(Qt.QXmlLocator locator);
Qt.QXmlContentHandler Class, Qt Namespace
public bool SkippedEntity(System.String name);
Qt.QXmlContentHandler Class, Qt Namespace
public bool StartDocument();
Qt.QXmlContentHandler Class, Qt Namespace
public bool StartElement(System.String namespaceURI, System.String localName, System.String qName, Qt.QXmlAttributes atts);
Qt.QXmlContentHandler Class, Qt Namespace
public bool StartPrefixMapping(System.String prefix, System.String uri);
Qt.QXmlContentHandler Class, Qt Namespace