QDomNode Class Reference
[QtXml module]
Inherited by QDomAttr, QDomCharacterData, QDomDocument, QDomDocumentFragment, QDomDocumentType, QDomElement, QDomEntity, QDomEntityReference, QDomNotation and QDomProcessingInstruction.
Types
- enum EncodingPolicy { EncodingFromDocument, EncodingFromTextStream }
- enum NodeType { ElementNode, AttributeNode, TextNode, CDATASectionNode, ..., CharacterDataNode }
Methods
- __init__ (self)
- __init__ (self, QDomNode)
- QDomNode appendChild (self, QDomNode)
- QDomNamedNodeMap attributes (self)
- QDomNodeList childNodes (self)
- clear (self)
- QDomNode cloneNode (self, bool deep = True)
- int columnNumber (self)
- QDomNode firstChild (self)
- QDomElement firstChildElement (self, QString tagName = QString())
- bool hasAttributes (self)
- bool hasChildNodes (self)
- QDomNode insertAfter (self, QDomNode, QDomNode)
- QDomNode insertBefore (self, QDomNode, QDomNode)
- bool isAttr (self)
- bool isCDATASection (self)
- bool isCharacterData (self)
- bool isComment (self)
- bool isDocument (self)
- bool isDocumentFragment (self)
- bool isDocumentType (self)
- bool isElement (self)
- bool isEntity (self)
- bool isEntityReference (self)
- bool isNotation (self)
- bool isNull (self)
- bool isProcessingInstruction (self)
- bool isSupported (self, QString, QString)
- bool isText (self)
- QDomNode lastChild (self)
- QDomElement lastChildElement (self, QString tagName = QString())
- int lineNumber (self)
- QString localName (self)
- QDomNode namedItem (self, QString)
- QString namespaceURI (self)
- QDomNode nextSibling (self)
- QDomElement nextSiblingElement (self, QString tagName = QString())
- QString nodeName (self)
- NodeType nodeType (self)
- QString nodeValue (self)
- normalize (self)
- QDomDocument ownerDocument (self)
- QDomNode parentNode (self)
- QString prefix (self)
- QDomNode previousSibling (self)
- QDomElement previousSiblingElement (self, QString tagName = QString())
- QDomNode removeChild (self, QDomNode)
- QDomNode replaceChild (self, QDomNode, QDomNode)
- save (self, QTextStream, int)
- save (self, QTextStream, int, EncodingPolicy)
- setNodeValue (self, QString)
- setPrefix (self, QString)
- QDomAttr toAttr (self)
- QDomCDATASection toCDATASection (self)
- QDomCharacterData toCharacterData (self)
- QDomComment toComment (self)
- QDomDocument toDocument (self)
- QDomDocumentFragment toDocumentFragment (self)
- QDomDocumentType toDocumentType (self)
- QDomElement toElement (self)
- QDomEntity toEntity (self)
- QDomEntityReference toEntityReference (self)
- QDomNotation toNotation (self)
- QDomProcessingInstruction toProcessingInstruction (self)
- QDomText toText (self)
Special Methods
Detailed Description
Type Documentation
QDomNode.EncodingPolicy
QDomNode.NodeType
Method Documentation
QDomNode.__init__ (self)
QDomNode.__init__ (self, QDomNode)
QDomNodeList QDomNode.childNodes (self)
QDomNode.clear (self)
QDomNode QDomNode.cloneNode (self, bool deep = True)
int QDomNode.columnNumber (self)
QDomNode QDomNode.firstChild (self)
QDomElement QDomNode.firstChildElement (self, QString tagName = QString())
bool QDomNode.hasAttributes (self)
bool QDomNode.hasChildNodes (self)
bool QDomNode.isAttr (self)
bool QDomNode.isCDATASection (self)
bool QDomNode.isCharacterData (self)
bool QDomNode.isComment (self)
bool QDomNode.isDocument (self)
bool QDomNode.isDocumentFragment (self)
bool QDomNode.isDocumentType (self)
bool QDomNode.isElement (self)
bool QDomNode.isEntity (self)
bool QDomNode.isEntityReference (self)
bool QDomNode.isNotation (self)
bool QDomNode.isNull (self)
bool QDomNode.isProcessingInstruction (self)
bool QDomNode.isSupported (self, QString, QString)
bool QDomNode.isText (self)
QDomNode QDomNode.lastChild (self)
QDomElement QDomNode.lastChildElement (self, QString tagName = QString())
int QDomNode.lineNumber (self)
QString QDomNode.localName (self)
QDomNode QDomNode.namedItem (self, QString)
QString QDomNode.namespaceURI (self)
QDomNode QDomNode.nextSibling (self)
QDomElement QDomNode.nextSiblingElement (self, QString tagName = QString())
QString QDomNode.nodeName (self)
NodeType QDomNode.nodeType (self)
QString QDomNode.nodeValue (self)
QDomNode.normalize (self)
QDomDocument QDomNode.ownerDocument (self)
QDomNode QDomNode.parentNode (self)
QString QDomNode.prefix (self)
QDomNode QDomNode.previousSibling (self)
QDomElement QDomNode.previousSiblingElement (self, QString tagName = QString())
QDomNode.save (self, QTextStream, int)
QDomNode.setNodeValue (self, QString)
QDomNode.setPrefix (self, QString)
QDomAttr QDomNode.toAttr (self)
QDomComment QDomNode.toComment (self)
QDomDocument QDomNode.toDocument (self)
QDomElement QDomNode.toElement (self)
QDomEntity QDomNode.toEntity (self)
QDomNotation QDomNode.toNotation (self)
QDomText QDomNode.toText (self)
bool QDomNode.__eq__ (self, QDomNode)
bool QDomNode.__ne__ (self, QDomNode)