|
| | QDomElementPrivate (QDomDocumentPrivate *, QDomNodePrivate *parent, const QString &name) |
| | QDomElementPrivate (QDomDocumentPrivate *, QDomNodePrivate *parent, const QString &nsURI, const QString &qName) |
| | QDomElementPrivate (QDomElementPrivate *n, bool deep) |
| | ~QDomElementPrivate () |
| QString | attribute (const QString &name, const QString &defValue) const |
| QString | attributeNS (const QString &nsURI, const QString &localName, const QString &defValue) const |
| void | setAttribute (const QString &name, const QString &value) |
| void | setAttributeNS (const QString &nsURI, const QString &qName, const QString &newValue) |
| void | removeAttribute (const QString &name) |
| QDomAttrPrivate * | attributeNode (const QString &name) |
| QDomAttrPrivate * | attributeNodeNS (const QString &nsURI, const QString &localName) |
| QDomAttrPrivate * | setAttributeNode (QDomAttrPrivate *newAttr) |
| QDomAttrPrivate * | setAttributeNodeNS (QDomAttrPrivate *newAttr) |
| QDomAttrPrivate * | removeAttributeNode (QDomAttrPrivate *oldAttr) |
| bool | hasAttribute (const QString &name) |
| bool | hasAttributeNS (const QString &nsURI, const QString &localName) |
| QString | text () |
| QDomNamedNodeMapPrivate * | attributes () |
| bool | hasAttributes () |
| QDomNode::NodeType | nodeType () const override |
| QDomNodePrivate * | cloneNode (bool deep=true) override |
| virtual void | save (QTextStream &s, int, int) const override |
| virtual void | afterSave (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) |
| 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 |
| void | setLocation (int lineNumber, int columnNumber) |
Definition at line 310 of file qdom_p.h.