public virtual bool Error(QXmlParseException exception) { return((bool)interceptor.Invoke("error#", "error(const QXmlParseException&)", typeof(bool), typeof(QXmlParseException), exception)); }
public QXmlParseException(QXmlParseException other) : this((Type) null) { CreateProxy(); interceptor.Invoke("QXmlParseException#", "QXmlParseException(const QXmlParseException&)", typeof(void), typeof(QXmlParseException), other); }
public virtual bool Error(QXmlParseException exception) { return (bool) interceptor.Invoke("error#", "error(const QXmlParseException&)", typeof(bool), typeof(QXmlParseException), exception); }
public virtual bool Warning(QXmlParseException exception) { return((bool)interceptor.Invoke("warning#", "warning(const QXmlParseException&)", typeof(bool), typeof(QXmlParseException), exception)); }
public virtual bool Warning(QXmlParseException exception) { return (bool) interceptor.Invoke("warning#", "warning(const QXmlParseException&)", typeof(bool), typeof(QXmlParseException), exception); }
public abstract bool Warning(QXmlParseException exception);
public abstract bool FatalError(QXmlParseException exception);