public static QTextStream Write(QTextStream arg1, QDomNode arg2) { return (QTextStream) staticInterceptor.Invoke("operator<<##", "operator<<(QTextStream&, const QDomNode&)", typeof(QTextStream), typeof(QTextStream), arg1, typeof(QDomNode), arg2); }
public void Save(QTextStream arg1, int arg2, QDomNode.EncodingPolicy arg3) { interceptor.Invoke("save#$$", "save(QTextStream&, int, QDomNode::EncodingPolicy) const", typeof(void), typeof(QTextStream), arg1, typeof(int), arg2, typeof(QDomNode.EncodingPolicy), arg3); }
public QDomNode AppendChild(QDomNode newChild) { return (QDomNode) interceptor.Invoke("appendChild#", "appendChild(const QDomNode&)", typeof(QDomNode), typeof(QDomNode), newChild); }
public QDomNode RemoveChild(QDomNode oldChild) { return (QDomNode) interceptor.Invoke("removeChild#", "removeChild(const QDomNode&)", typeof(QDomNode), typeof(QDomNode), oldChild); }
public QDomNode ReplaceChild(QDomNode newChild, QDomNode oldChild) { return (QDomNode) interceptor.Invoke("replaceChild##", "replaceChild(const QDomNode&, const QDomNode&)", typeof(QDomNode), typeof(QDomNode), newChild, typeof(QDomNode), oldChild); }
public QDomNode InsertBefore(QDomNode newChild, QDomNode refChild) { return (QDomNode) interceptor.Invoke("insertBefore##", "insertBefore(const QDomNode&, const QDomNode&)", typeof(QDomNode), typeof(QDomNode), newChild, typeof(QDomNode), refChild); }
public QDomNode(QDomNode arg1) : this((Type) null) { CreateProxy(); interceptor.Invoke("QDomNode#", "QDomNode(const QDomNode&)", typeof(void), typeof(QDomNode), arg1); }
public QDomNode AppendChild(QDomNode newChild) { return((QDomNode)interceptor.Invoke("appendChild#", "appendChild(const QDomNode&)", typeof(QDomNode), typeof(QDomNode), newChild)); }
public QDomNode SetNamedItemNS(QDomNode newNode) { return (QDomNode) interceptor.Invoke("setNamedItemNS#", "setNamedItemNS(const QDomNode&)", typeof(QDomNode), typeof(QDomNode), newNode); }
public QDomNode ReplaceChild(QDomNode newChild, QDomNode oldChild) { return((QDomNode)interceptor.Invoke("replaceChild##", "replaceChild(const QDomNode&, const QDomNode&)", typeof(QDomNode), typeof(QDomNode), newChild, typeof(QDomNode), oldChild)); }
public QDomNode RemoveChild(QDomNode oldChild) { return((QDomNode)interceptor.Invoke("removeChild#", "removeChild(const QDomNode&)", typeof(QDomNode), typeof(QDomNode), oldChild)); }
public QDomNode InsertAfter(QDomNode newChild, QDomNode refChild) { return((QDomNode)interceptor.Invoke("insertAfter##", "insertAfter(const QDomNode&, const QDomNode&)", typeof(QDomNode), typeof(QDomNode), newChild, typeof(QDomNode), refChild)); }
public QDomNode(QDomNode arg1) : this((Type)null) { CreateProxy(); interceptor.Invoke("QDomNode#", "QDomNode(const QDomNode&)", typeof(void), typeof(QDomNode), arg1); }
public QDomNode SetNamedItemNS(QDomNode newNode) { return((QDomNode)interceptor.Invoke("setNamedItemNS#", "setNamedItemNS(const QDomNode&)", typeof(QDomNode), typeof(QDomNode), newNode)); }
public QDomNode ImportNode(QDomNode importedNode, bool deep) { return((QDomNode)interceptor.Invoke("importNode#$", "importNode(const QDomNode&, bool)", typeof(QDomNode), typeof(QDomNode), importedNode, typeof(bool), deep)); }
public QDomNode ImportNode(QDomNode importedNode, bool deep) { return (QDomNode) interceptor.Invoke("importNode#$", "importNode(const QDomNode&, bool)", typeof(QDomNode), typeof(QDomNode), importedNode, typeof(bool), deep); }