|
| | QDomDocumentPrivate () |
| | QDomDocumentPrivate (const QString &name) |
| | QDomDocumentPrivate (QDomDocumentTypePrivate *dt) |
| | QDomDocumentPrivate (QDomDocumentPrivate *n, bool deep) |
| | ~QDomDocumentPrivate () |
| QDomDocument::ParseResult | setContent (QXmlStreamReader *reader, QDomDocument::ParseOptions options) |
| QDomDocumentTypePrivate * | doctype () |
| QDomImplementationPrivate * | implementation () |
| QDomElementPrivate * | documentElement () |
| QDomElementPrivate * | createElement (const QString &tagName) |
| QDomElementPrivate * | createElementNS (const QString &nsURI, const QString &qName) |
| QDomDocumentFragmentPrivate * | createDocumentFragment () |
| QDomTextPrivate * | createTextNode (const QString &data) |
| QDomCommentPrivate * | createComment (const QString &data) |
| QDomCDATASectionPrivate * | createCDATASection (const QString &data) |
| QDomProcessingInstructionPrivate * | createProcessingInstruction (const QString &target, const QString &data) |
| QDomAttrPrivate * | createAttribute (const QString &name) |
| QDomAttrPrivate * | createAttributeNS (const QString &nsURI, const QString &qName) |
| QDomEntityReferencePrivate * | createEntityReference (const QString &name) |
| QDomNodePrivate * | importNode (QDomNodePrivate *importedNode, bool deep) |
| QDomNodePrivate * | cloneNode (bool deep=true) override |
| QDomNode::NodeType | nodeType () const override |
| void | clear () override |
| void | saveDocument (QTextStream &stream, const int indent, QDomNode::EncodingPolicy encUsed) const |
| | QDomNodePrivate (QDomDocumentPrivate *, QDomNodePrivate *parent=nullptr) |
| | QDomNodePrivate (QDomNodePrivate *n, bool deep) |
| virtual | ~QDomNodePrivate () |
| QString | nodeName () const |
| QString | nodeValue () const |
| virtual void | setNodeValue (const QString &v) |
| QDomDocumentPrivate * | ownerDocument () |
| void | setOwnerDocument (QDomDocumentPrivate *doc) |
| virtual QDomNodePrivate * | insertBefore (QDomNodePrivate *newChild, QDomNodePrivate *refChild) |
| virtual QDomNodePrivate * | insertAfter (QDomNodePrivate *newChild, QDomNodePrivate *refChild) |
| virtual QDomNodePrivate * | replaceChild (QDomNodePrivate *newChild, QDomNodePrivate *oldChild) |
| virtual QDomNodePrivate * | removeChild (QDomNodePrivate *oldChild) |
| virtual QDomNodePrivate * | appendChild (QDomNodePrivate *newChild) |
| QDomNodePrivate * | namedItem (const QString &name) |
| virtual void | normalize () |
| QDomNodePrivate * | parent () const |
| void | setParent (QDomNodePrivate *p) |
| void | setNoParent () |
| bool | isAttr () const |
| bool | isCDATASection () const |
| bool | isDocumentFragment () const |
| bool | isDocument () const |
| bool | isDocumentType () const |
| bool | isElement () const |
| bool | isEntityReference () const |
| bool | isText () const |
| bool | isEntity () const |
| bool | isNotation () const |
| bool | isProcessingInstruction () const |
| bool | isCharacterData () const |
| bool | isComment () const |
| void | saveSubTree (const QDomNodePrivate *n, QTextStream &s, int depth, int indent) const |
| virtual void | save (QTextStream &, int, int) const |
| virtual void | afterSave (QTextStream &, int, int) const |
| void | setLocation (int lineNumber, int columnNumber) |
Definition at line 431 of file qdom_p.h.