public virtual bool StartElement(string namespaceURI, string localName, string qName, QXmlAttributes atts) { return((bool)interceptor.Invoke("startElement$$$#", "startElement(const QString&, const QString&, const QString&, const QXmlAttributes&)", typeof(bool), typeof(string), namespaceURI, typeof(string), localName, typeof(string), qName, typeof(QXmlAttributes), atts)); }
public abstract bool StartElement(string namespaceURI, string localName, string qName, QXmlAttributes atts);
public virtual bool StartElement(string namespaceURI, string localName, string qName, QXmlAttributes atts) { return (bool) interceptor.Invoke("startElement$$$#", "startElement(const QString&, const QString&, const QString&, const QXmlAttributes&)", typeof(bool), typeof(string), namespaceURI, typeof(string), localName, typeof(string), qName, typeof(QXmlAttributes), atts); }