public class QXmlDefaultHandler: QXmlLexicalHandler, System.IDisposable, IQXmlErrorHandler, IQXmlEntityResolver, IQXmlDeclHandler, IQXmlDTDHandler, IQXmlContentHandler
System.Object
QtSupport
QXmlLexicalHandler
QXmlDefaultHandlerThis type implements System.IDisposable, IQXmlErrorHandler, IQXmlEntityResolver, IQXmlDeclHandler, IQXmlDTDHandler, and IQXmlContentHandler.
Qt Namespace
QXmlDefaultHandler Constructors
QXmlDefaultHandler() Constructor
QXmlDefaultHandler(void *) Constructor
QXmlDefaultHandler Methods
QXmlDefaultHandler.AttributeDecl Method
QXmlDefaultHandler.Characters Method
QXmlDefaultHandler.Comment Method
QXmlDefaultHandler.EndCDATA Method
QXmlDefaultHandler.EndDTD Method
QXmlDefaultHandler.EndDocument Method
QXmlDefaultHandler.EndElement Method
QXmlDefaultHandler.EndEntity Method
QXmlDefaultHandler.EndPrefixMapping Method
QXmlDefaultHandler.Error Method
QXmlDefaultHandler.ErrorString Method
QXmlDefaultHandler.ExternalEntityDecl Method
QXmlDefaultHandler.FatalError Method
QXmlDefaultHandler.Finalize Method
QXmlDefaultHandler.IgnorableWhitespace Method
QXmlDefaultHandler.InternalEntityDecl Method
QXmlDefaultHandler.NotationDecl Method
QXmlDefaultHandler.ProcessingInstruction Method
QXmlDefaultHandler.QXmlContentHandler Method
QXmlDefaultHandler.QXmlDTDHandler Method
QXmlDefaultHandler.QXmlDeclHandler Method
QXmlDefaultHandler.QXmlEntityResolver Method
QXmlDefaultHandler.QXmlErrorHandler Method
QXmlDefaultHandler.ResolveEntity Method
QXmlDefaultHandler.SetDocumentLocator Method
QXmlDefaultHandler.SkippedEntity Method
QXmlDefaultHandler.StartCDATA Method
QXmlDefaultHandler.StartDTD Method
QXmlDefaultHandler.StartDocument Method
QXmlDefaultHandler.StartElement Method
QXmlDefaultHandler.StartEntity Method
QXmlDefaultHandler.StartPrefixMapping Method
QXmlDefaultHandler.UnparsedEntityDecl Method
QXmlDefaultHandler.Warning Method
public void QXmlDefaultHandler();
Qt.QXmlDefaultHandler Class, Qt Namespace
public void QXmlDefaultHandler(void * ptr);
Qt.QXmlDefaultHandler Class, Qt Namespace
public bool AttributeDecl(System.String eName, System.String aName, System.String type, System.String valueDefault, System.String value);
Qt.QXmlDefaultHandler Class, Qt Namespace
public bool Characters(System.String ch);
Qt.QXmlDefaultHandler Class, Qt Namespace
public bool Comment(System.String ch);
Qt.QXmlDefaultHandler Class, Qt Namespace
public bool EndCDATA();
Qt.QXmlDefaultHandler Class, Qt Namespace
public bool EndDTD();
Qt.QXmlDefaultHandler Class, Qt Namespace
public bool EndDocument();
Qt.QXmlDefaultHandler Class, Qt Namespace
public bool EndElement(System.String namespaceURI, System.String localName, System.String qName);
Qt.QXmlDefaultHandler Class, Qt Namespace
public bool EndEntity(System.String name);
Qt.QXmlDefaultHandler Class, Qt Namespace
public bool EndPrefixMapping(System.String prefix);
Qt.QXmlDefaultHandler Class, Qt Namespace
public bool Error(Qt.QXmlParseException exception);
Qt.QXmlDefaultHandler Class, Qt Namespace
public System.String ErrorString();
Qt.QXmlDefaultHandler Class, Qt Namespace
public bool ExternalEntityDecl(System.String name, System.String publicId, System.String systemId);
Qt.QXmlDefaultHandler Class, Qt Namespace
public bool FatalError(Qt.QXmlParseException exception);
Qt.QXmlDefaultHandler Class, Qt Namespace
protected override void Finalize();
Qt.QXmlDefaultHandler Class, Qt Namespace
public bool IgnorableWhitespace(System.String ch);
Qt.QXmlDefaultHandler Class, Qt Namespace
public bool InternalEntityDecl(System.String name, System.String value);
Qt.QXmlDefaultHandler Class, Qt Namespace
public bool NotationDecl(System.String name, System.String publicId, System.String systemId);
Qt.QXmlDefaultHandler Class, Qt Namespace
public bool ProcessingInstruction(System.String target, System.String data);
Qt.QXmlDefaultHandler Class, Qt Namespace
public void * QXmlContentHandler();
Qt.QXmlDefaultHandler Class, Qt Namespace
public void * QXmlDTDHandler();
Qt.QXmlDefaultHandler Class, Qt Namespace
public void * QXmlDeclHandler();
Qt.QXmlDefaultHandler Class, Qt Namespace
public void * QXmlEntityResolver();
Qt.QXmlDefaultHandler Class, Qt Namespace
public void * QXmlErrorHandler();
Qt.QXmlDefaultHandler Class, Qt Namespace
public bool ResolveEntity(System.String publicId, System.String systemId, Qt.QXmlInputSource ret);
Qt.QXmlDefaultHandler Class, Qt Namespace
public void SetDocumentLocator(Qt.QXmlLocator locator);
Qt.QXmlDefaultHandler Class, Qt Namespace
public bool SkippedEntity(System.String name);
Qt.QXmlDefaultHandler Class, Qt Namespace
public bool StartCDATA();
Qt.QXmlDefaultHandler Class, Qt Namespace
public bool StartDTD(System.String name, System.String publicId, System.String systemId);
Qt.QXmlDefaultHandler Class, Qt Namespace
public bool StartDocument();
Qt.QXmlDefaultHandler Class, Qt Namespace
public bool StartElement(System.String namespaceURI, System.String localName, System.String qName, Qt.QXmlAttributes atts);
Qt.QXmlDefaultHandler Class, Qt Namespace
public bool StartEntity(System.String name);
Qt.QXmlDefaultHandler Class, Qt Namespace
public bool StartPrefixMapping(System.String prefix, System.String uri);
Qt.QXmlDefaultHandler Class, Qt Namespace
public bool UnparsedEntityDecl(System.String name, System.String publicId, System.String systemId, System.String notationName);
Qt.QXmlDefaultHandler Class, Qt Namespace
public bool Warning(Qt.QXmlParseException exception);
Qt.QXmlDefaultHandler Class, Qt Namespace