#include "PythonQtWrapper_QDomProcessingInstruction.h" #include #include #include #include #include #include QDomProcessingInstruction* PythonQtWrapper_QDomProcessingInstruction::new_QDomProcessingInstruction() { return new QDomProcessingInstruction(); } QDomProcessingInstruction* PythonQtWrapper_QDomProcessingInstruction::new_QDomProcessingInstruction(const QDomProcessingInstruction& x) { return new QDomProcessingInstruction(x); } QString PythonQtWrapper_QDomProcessingInstruction::data(QDomProcessingInstruction* theWrappedObject) const { return theWrappedObject->data(); } void PythonQtWrapper_QDomProcessingInstruction::setData(QDomProcessingInstruction* theWrappedObject, const QString& d) { theWrappedObject->setData(d); } QString PythonQtWrapper_QDomProcessingInstruction::target(QDomProcessingInstruction* theWrappedObject) const { return theWrappedObject->target(); }