qtxml Module Reference

QDomImplementation (Qt v2.2+)

QDomImplementation is fully implemented.

QDomNode (Qt v2.2+)

QDomNode is fully implemented.

QDomNodeList (Qt v2.2+)

QDomNodeList is fully implemented.

QDomDocument (Qt v2.2+)

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 (Qt v2.2+)

QDomDocumentFragment is fully implemented.

QDomDocumentType (Qt v2.2+)

QDomDocumentType is fully implemented.

QDomNamedNodeMap (Qt v2.2+)

QDomNamedNodeMap is fully implemented.

QDomCharacterData (Qt v2.2+)

QDomCharacterData is fully implemented.

QDomAttr (Qt v2.2+)

QDomAttr is fully implemented.

QDomElement (Qt v2.2+)

QDomElement is fully implemented.

QDomText (Qt v2.2+)

QDomText is fully implemented.

QDomComment (Qt v2.2+)

QDomComment is fully implemented.

QDomCDATASection (Qt v2.2+)

QDomCDATASection is fully implemented.

QDomNotation (Qt v2.2+)

QDomNotation is fully implemented.

QDomEntity (Qt v2.2+)

QDomEntity is fully implemented.

QDomEntityReference (Qt v2.2+)

QDomEntityReference is fully implemented.

QDomProcessingInstruction (Qt v2.2+)

QDomProcessingInstruction is fully implemented.