Python Bindings for Qt (3.7) | ||
---|---|---|
Prev |
QDomImplementation is fully implemented.
QDomNode is fully implemented.
QDomNodeList is fully implemented.
bool setContent
(const QCString &buffer, bool namespaceProcessing, QString *errorMsg = 0, int *errorLine = 0, int *errorColumn = 0);This takes the buffer and namespaceProcessing parameters and returns a tuple containing the bool result and the errorMsg, errorLine and errorColumn values. (Qt v3+)
bool setContent
(const QByteArray &buffer, bool namespaceProcessing, QString *errorMsg = 0, int *errorLine = 0, int *errorColumn = 0);This takes the buffer and namespaceProcessing parameters and returns a tuple containing the bool result and the errorMsg, errorLine and errorColumn values. (Qt v3+)
bool setContent
(const QString &text, bool namespaceProcessing, QString *errorMsg = 0, int *errorLine = 0, int *errorColumn = 0);This takes the text and namespaceProcessing parameters and returns a tuple containing the bool result and the errorMsg, errorLine and errorColumn values. (Qt v3+)
bool setContent
(const QIODevice *dev, bool namespaceProcessing, QString *errorMsg = 0, int *errorLine = 0, int *errorColumn = 0);This takes the dev and namespaceProcessing parameters and returns a tuple containing the bool result and the errorMsg, errorLine and errorColumn values. (Qt v3+)
bool setContent
(const QCString &buffer, QString *errorMsg = 0, int *errorLine = 0, int *errorColumn = 0);This takes the buffer parameter only and returns a tuple containing the bool result and the errorMsg, errorLine and errorColumn values. (Qt v3+)
bool setContent
(const QByteArray &buffer, QString *errorMsg = 0, int *errorLine = 0, int *errorColumn = 0);This takes the buffer parameter only and returns a tuple containing the bool result and the errorMsg, errorLine and errorColumn values. (Qt v3+)
bool setContent
(const QString &text, QString *errorMsg = 0, int *errorLine = 0, int *errorColumn = 0);This takes the text parameter only and returns a tuple containing the bool result and the errorMsg, errorLine and errorColumn values. (Qt v3+)
bool setContent
(const QIODevice *dev, QString *errorMsg = 0, int *errorLine = 0, int *errorColumn = 0);This takes the dev parameter only and returns a tuple containing the bool result and the errorMsg, errorLine and errorColumn values. (Qt v3+)
QDomDocumentFragment is fully implemented.
QDomDocumentType is fully implemented.
QDomNamedNodeMap is fully implemented.
QDomCharacterData is fully implemented.
QDomAttr is fully implemented.
QDomElement is fully implemented.
QDomText is fully implemented.
QDomComment is fully implemented.
QDomCDATASection is fully implemented.
QDomNotation is fully implemented.
QDomEntity is fully implemented.
QDomEntityReference is fully implemented.
QDomProcessingInstruction is fully implemented.