|
- QDomDocument ownerDocument () const
- QDomNode parentNode () const
- QString prefix () const
- QDomNode previousSibling () const
- void removeAttribute ( const QString & name )
- void removeAttributeNS ( const QString & nsURI, const QString & localName )
- QDomAttr removeAttributeNode ( const QDomAttr & oldAttr )
- QDomNode removeChild ( const QDomNode & oldChild )
- QDomNode replaceChild ( const QDomNode & newChild, const QDomNode & oldChild )
- void save ( QTextStream & str, int indent ) const
- void setAttribute ( const QString & name, const QString & value )
- void setAttribute ( const QString & name, int value )
- void setAttribute ( const QString & name, uint value )
- void setAttribute ( const QString & name, long value )
- void setAttribute ( const QString & name, ulong value )
- void setAttribute ( const QString & name, double value )
- void setAttributeNS ( const QString nsURI, const QString & qName, const QString & value )
- void setAttributeNS ( const QString nsURI, const QString & qName, int value )
- void setAttributeNS ( const QString nsURI, const QString & qName, uint value )
- void setAttributeNS ( const QString nsURI, const QString & qName, long value )
- void setAttributeNS ( const QString nsURI, const QString & qName, ulong value )
- void setAttributeNS ( const QString nsURI, const QString & qName, double value )
- QDomAttr setAttributeNode ( const QDomAttr & newAttr )
- QDomAttr setAttributeNodeNS ( const QDomAttr & newAttr )
- void setNodeValue ( const QString & v )
- void setPrefix ( const QString & pre )
- void setTagName ( const QString & name )
- QString tagName () const
- QString text () const
- QDomAttr toAttr () const
- QDomCDATASection toCDATASection () const
- QDomCharacterData toCharacterData () const
- QDomComment toComment () const
- QDomDocument toDocument () const
- QDomDocumentFragment toDocumentFragment () const
- QDomDocumentType toDocumentType () const
- QDomElement toElement () const
- QDomEntity toEntity () const
- QDomEntityReference toEntityReference () const
- QDomNotation toNotation () const
- QDomProcessingInstruction toProcessingInstruction () const
- QDomText toText () const
- bool operator!= ( const QDomNode & n ) const
- QDomElement & operator= ( const QDomElement & x )
- bool operator== ( const QDomNode & n ) const
|