NAME
Qt::Xml::QDomDocument
PUBLIC METHODS
- QDomDocument()
- QDomDocument(const QString & name)
- QDomDocument(const QDomDocumentType & doctype)
- QDomDocument(const QDomDocument & x)
- ~QDomDocument()
- QDomAttr createAttribute(const QString & name)
- QDomAttr createAttributeNS(const QString & nsURI, const QString & qName)
- QDomCDATASection createCDATASection(const QString & data)
- QDomComment createComment(const QString & data)
- QDomDocumentFragment createDocumentFragment()
- QDomElement createElement(const QString & tagName)
- QDomElement createElementNS(const QString & nsURI, const QString & qName)
- QDomEntityReference createEntityReference(const QString & name)
- QDomProcessingInstruction createProcessingInstruction(const QString & target, const QString & data)
- QDomText createTextNode(const QString & data)
- QDomDocumentType doctype()
- QDomElement documentElement()
- QDomElement elementById(const QString & elementId)
- QDomNodeList elementsByTagName(const QString & tagname)
- QDomNodeList elementsByTagNameNS(const QString & nsURI, const QString & localName)
- QDomImplementation implementation()
- QDomNode importNode(const QDomNode & importedNode, bool deep)
- QDomNode::NodeType nodeType()
- QDomDocument & operator=(const QDomDocument & arg0)
- bool setContent(const QByteArray & text, QString * errorMsg, int * errorLine, int * errorColumn)
- bool setContent(const QByteArray & text, QString * errorMsg, int * errorLine, int * errorColumn = 0)
- bool setContent(const QByteArray & text, QString * errorMsg, int * errorLine = 0, int * errorColumn = 0)
- bool setContent(const QByteArray & text, QString * errorMsg = 0, int * errorLine = 0, int * errorColumn = 0)
- bool setContent(const QString & text, QString * errorMsg, int * errorLine, int * errorColumn)
- bool setContent(const QString & text, QString * errorMsg, int * errorLine, int * errorColumn = 0)
- bool setContent(const QString & text, QString * errorMsg, int * errorLine = 0, int * errorColumn = 0)
- bool setContent(const QString & text, QString * errorMsg = 0, int * errorLine = 0, int * errorColumn = 0)
- bool setContent(QIODevice * dev, QString * errorMsg, int * errorLine, int * errorColumn)
- bool setContent(QIODevice * dev, QString * errorMsg, int * errorLine, int * errorColumn = 0)
- bool setContent(QIODevice * dev, QString * errorMsg, int * errorLine = 0, int * errorColumn = 0)
- bool setContent(QIODevice * dev, QString * errorMsg = 0, int * errorLine = 0, int * errorColumn = 0)
- bool setContent(const QByteArray & text, bool namespaceProcessing, QString * errorMsg, int * errorLine, int * errorColumn)
- bool setContent(const QByteArray & text, bool namespaceProcessing, QString * errorMsg, int * errorLine, int * errorColumn = 0)
- bool setContent(const QByteArray & text, bool namespaceProcessing, QString * errorMsg, int * errorLine = 0, int * errorColumn = 0)
- bool setContent(const QByteArray & text, bool namespaceProcessing, QString * errorMsg = 0, int * errorLine = 0, int * errorColumn = 0)
- bool setContent(const QString & text, bool namespaceProcessing, QString * errorMsg, int * errorLine, int * errorColumn)
- bool setContent(const QString & text, bool namespaceProcessing, QString * errorMsg, int * errorLine, int * errorColumn = 0)
- bool setContent(const QString & text, bool namespaceProcessing, QString * errorMsg, int * errorLine = 0, int * errorColumn = 0)
- bool setContent(const QString & text, bool namespaceProcessing, QString * errorMsg = 0, int * errorLine = 0, int * errorColumn = 0)
- bool setContent(QIODevice * dev, bool namespaceProcessing, QString * errorMsg, int * errorLine, int * errorColumn)
- bool setContent(QIODevice * dev, bool namespaceProcessing, QString * errorMsg, int * errorLine, int * errorColumn = 0)
- bool setContent(QIODevice * dev, bool namespaceProcessing, QString * errorMsg, int * errorLine = 0, int * errorColumn = 0)
- bool setContent(QIODevice * dev, bool namespaceProcessing, QString * errorMsg = 0, int * errorLine = 0, int * errorColumn = 0)
- bool setContent(QXmlInputSource * source, bool namespaceProcessing, QString * errorMsg, int * errorLine, int * errorColumn)
- bool setContent(QXmlInputSource * source, bool namespaceProcessing, QString * errorMsg, int * errorLine, int * errorColumn = 0)
- bool setContent(QXmlInputSource * source, bool namespaceProcessing, QString * errorMsg, int * errorLine = 0, int * errorColumn = 0)
- bool setContent(QXmlInputSource * source, bool namespaceProcessing, QString * errorMsg = 0, int * errorLine = 0, int * errorColumn = 0)
- bool setContent(QXmlInputSource * source, QXmlReader * reader, QString * errorMsg, int * errorLine, int * errorColumn)
- bool setContent(QXmlInputSource * source, QXmlReader * reader, QString * errorMsg, int * errorLine, int * errorColumn = 0)
- bool setContent(QXmlInputSource * source, QXmlReader * reader, QString * errorMsg, int * errorLine = 0, int * errorColumn = 0)
- bool setContent(QXmlInputSource * source, QXmlReader * reader, QString * errorMsg = 0, int * errorLine = 0, int * errorColumn = 0)
- QByteArray toByteArray(int arg0)
- QByteArray toByteArray(int arg0 = 1)
- QString toString(int arg0)
- QString toString(int arg0 = 1)
ENUM VALUES
EXPORT
None by default.
AUTHOR
Dongxu Ma <dongxu@cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2011 - 2012 by Dongxu Ma
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.