|
| void | appendData (const QString &arg) |
| |
| QDomNodePrivate * | cloneNode (bool deep=true) |
| |
| uint | dataLength () const |
| |
| void | deleteData (unsigned long offset, unsigned long count) |
| |
| void | insertData (unsigned long offset, const QString &arg) |
| |
| virtual bool | isCharacterData () const |
| |
| QDomNode::NodeType | nodeType () const |
| |
| | QDomCharacterDataPrivate (QDomDocumentPrivate *, QDomNodePrivate *parent, const QString &data) |
| |
| | QDomCharacterDataPrivate (QDomCharacterDataPrivate *n, bool deep) |
| |
| void | replaceData (unsigned long offset, unsigned long count, const QString &arg) |
| |
| QString | substringData (unsigned long offset, unsigned long count) const |
| |
| virtual QDomNodePrivate * | appendChild (QDomNodePrivate *newChild) |
| |
| virtual void | clear () |
| |
| virtual QDomNodePrivate * | insertAfter (QDomNodePrivate *newChild, QDomNodePrivate *refChild) |
| |
| virtual QDomNodePrivate * | insertBefore (QDomNodePrivate *newChild, QDomNodePrivate *refChild) |
| |
| virtual bool | isAttr () const |
| |
| virtual bool | isCDATASection () const |
| |
| virtual bool | isComment () const |
| |
| virtual bool | isDocument () const |
| |
| virtual bool | isDocumentFragment () const |
| |
| virtual bool | isDocumentType () const |
| |
| virtual bool | isElement () const |
| |
| virtual bool | isEntity () const |
| |
| virtual bool | isEntityReference () const |
| |
| virtual bool | isNotation () const |
| |
| virtual bool | isProcessingInstruction () const |
| |
| virtual bool | isText () const |
| |
| QDomNodePrivate * | namedItem (const QString &name) |
| |
| QString | nodeName () const |
| |
| QString | nodeValue () const |
| |
| virtual void | normalize () |
| |
| QDomDocumentPrivate * | ownerDocument () |
| |
| QDomNodePrivate * | parent () const |
| |
| | QDomNodePrivate (QDomDocumentPrivate *, QDomNodePrivate *parent=0) |
| |
| | QDomNodePrivate (QDomNodePrivate *n, bool deep) |
| |
| virtual QDomNodePrivate * | removeChild (QDomNodePrivate *oldChild) |
| |
| virtual QDomNodePrivate * | replaceChild (QDomNodePrivate *newChild, QDomNodePrivate *oldChild) |
| |
| virtual void | save (QTextStream &, int, int) const |
| |
| void | setLocation (int lineNumber, int columnNumber) |
| |
| virtual void | setNodeValue (const QString &v) |
| |
| void | setNoParent () |
| |
| void | setOwnerDocument (QDomDocumentPrivate *doc) |
| |
| void | setParent (QDomNodePrivate *p) |
| |
| virtual | ~QDomNodePrivate () |
| |
Definition at line 324 of file qdom.cpp.