|
| | QDomDocumentTypePrivate (QDomDocumentPrivate *, QDomNodePrivate *parent=nullptr) |
| | QDomDocumentTypePrivate (QDomDocumentTypePrivate *n, bool deep) |
| | ~QDomDocumentTypePrivate () |
| void | init () |
| QDomNodePrivate * | cloneNode (bool deep=true) override |
| QDomNodePrivate * | insertBefore (QDomNodePrivate *newChild, QDomNodePrivate *refChild) override |
| QDomNodePrivate * | insertAfter (QDomNodePrivate *newChild, QDomNodePrivate *refChild) override |
| QDomNodePrivate * | replaceChild (QDomNodePrivate *newChild, QDomNodePrivate *oldChild) override |
| QDomNodePrivate * | removeChild (QDomNodePrivate *oldChild) override |
| QDomNodePrivate * | appendChild (QDomNodePrivate *newChild) override |
| QDomNode::NodeType | nodeType () const override |
| void | save (QTextStream &s, int, int) const override |
| | 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) |
| QDomNodePrivate * | namedItem (const QString &name) |
| virtual void | normalize () |
| virtual void | clear () |
| 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 | afterSave (QTextStream &, int, int) const |
| void | setLocation (int lineNumber, int columnNumber) |
Definition at line 219 of file qdom_p.h.