|
| | QDomAttrPrivate (QDomDocumentPrivate *, QDomNodePrivate *, const QString &name) |
| | QDomAttrPrivate (QDomDocumentPrivate *, QDomNodePrivate *, const QString &nsURI, const QString &qName) |
| | QDomAttrPrivate (QDomAttrPrivate *n, bool deep) |
| bool | specified () const |
| void | setNodeValue (const QString &v) override |
| QDomNodePrivate * | cloneNode (bool deep=true) override |
| QDomNode::NodeType | nodeType () const override |
| virtual 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 |
| 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 290 of file qdom_p.h.