|
| | QDomCDATASectionPrivate (QDomDocumentPrivate *, QDomNodePrivate *parent, const QString &val) |
| | QDomCDATASectionPrivate (QDomCDATASectionPrivate *n, bool deep) |
| QDomNodePrivate * | cloneNode (bool deep=true) override |
| QDomNode::NodeType | nodeType () const override |
| virtual void | save (QTextStream &s, int, int) const override |
| | QDomTextPrivate (QDomDocumentPrivate *, QDomNodePrivate *parent, const QString &val) |
| | QDomTextPrivate (QDomTextPrivate *n, bool deep) |
| QDomTextPrivate * | splitText (int offset) |
| QDomNodePrivate * | cloneNode (bool deep=true) override |
| QDomNode::NodeType | nodeType () const override |
| | QDomCharacterDataPrivate (QDomDocumentPrivate *, QDomNodePrivate *parent, const QString &data) |
| | QDomCharacterDataPrivate (QDomCharacterDataPrivate *n, bool deep) |
| int | dataLength () const |
| QString | substringData (unsigned long offset, unsigned long count) const |
| void | appendData (const QString &arg) |
| void | insertData (unsigned long offset, const QString &arg) |
| void | deleteData (unsigned long offset, unsigned long count) |
| void | replaceData (unsigned long offset, unsigned long count, const QString &arg) |
| | 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 () |
| 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 359 of file qdom_p.h.