Participer au site avec un Tip
Rechercher
 

Améliorations / Corrections

Vous avez des améliorations (ou des corrections) à proposer pour ce document : je vous remerçie par avance de m'en faire part, cela m'aide à améliorer le site.

Emplacement :

Description des améliorations :

Module « PySide6.QtXml »

Classe « QDomNode »

Informations générales

Héritage

builtins.object
    Object
        QDomNode

Définition

class QDomNode(Object):

Description [extrait de QDomNode.__doc__]

QDomNode(self) -> None
QDomNode(self, arg__1: PySide6.QtXml.QDomNode) -> None

Constructeur(s)

Signature du constructeur Description
__new__(*args, **kwargs) Create and return a new object. See help(type) for accurate signature. [extrait de __new__.__doc__]

Liste des attributs statiques

Nom de l'attribut Valeur
AttributeNodePySide6.QtXml.QDomNode.NodeType.AttributeNode
BaseNodePySide6.QtXml.QDomNode.NodeType.BaseNode
CDATASectionNodePySide6.QtXml.QDomNode.NodeType.CDATASectionNode
CharacterDataNodePySide6.QtXml.QDomNode.NodeType.CharacterDataNode
CommentNodePySide6.QtXml.QDomNode.NodeType.CommentNode
DocumentFragmentNodePySide6.QtXml.QDomNode.NodeType.DocumentFragmentNode
DocumentNodePySide6.QtXml.QDomNode.NodeType.DocumentNode
DocumentTypeNodePySide6.QtXml.QDomNode.NodeType.DocumentTypeNode
ElementNodePySide6.QtXml.QDomNode.NodeType.ElementNode
EncodingFromDocumentPySide6.QtXml.QDomNode.EncodingPolicy.EncodingFromDocument
EncodingFromTextStreamPySide6.QtXml.QDomNode.EncodingPolicy.EncodingFromTextStream
EntityNodePySide6.QtXml.QDomNode.NodeType.EntityNode
EntityReferenceNodePySide6.QtXml.QDomNode.NodeType.EntityReferenceNode
NotationNodePySide6.QtXml.QDomNode.NodeType.NotationNode
ProcessingInstructionNodePySide6.QtXml.QDomNode.NodeType.ProcessingInstructionNode
TextNodePySide6.QtXml.QDomNode.NodeType.TextNode

Liste des opérateurs

Signature de l'opérateur Description
__eq__(self, value) Return self==value. [extrait de __eq__.__doc__]
__ge__(self, value) Return self>=value. [extrait de __ge__.__doc__]
__gt__(self, value) Return self>value. [extrait de __gt__.__doc__]
__le__(self, value) Return self<=value. [extrait de __le__.__doc__]
__lshift__(self, arg__1: PySide6.QtCore.QTextStream) -> PySide6.QtCore.QTextStream __lshift__(self, arg__1: PySide6.QtCore.QTextStream) -> PySide6.QtCore.QTextStream [extrait de __lshift__.__doc__]
__lt__(self, value) Return self<value. [extrait de __lt__.__doc__]
__ne__(self, value) Return self!=value. [extrait de __ne__.__doc__]
__rlshift__(self, value) Return value<<self. [extrait de __rlshift__.__doc__]

Liste des méthodes

Toutes les méthodes Méthodes d'instance Méthodes statiques Méthodes dépréciées
Signature de la méthodeDescription
__bool__(self) self != 0 [extrait de __bool__.__doc__]
__copy__() -> None __copy__() -> None [extrait de __copy__.__doc__]
appendChild(self, newChild: PySide6.QtXml.QDomNode) -> PySide6.QtXml.QDomNode appendChild(self, newChild: PySide6.QtXml.QDomNode) -> PySide6.QtXml.QDomNode [extrait de appendChild.__doc__]
attributes(self) -> PySide6.QtXml.QDomNamedNodeMap attributes(self) -> PySide6.QtXml.QDomNamedNodeMap [extrait de attributes.__doc__]
childNodes(self) -> PySide6.QtXml.QDomNodeList childNodes(self) -> PySide6.QtXml.QDomNodeList [extrait de childNodes.__doc__]
clear(self) -> None clear(self) -> None [extrait de clear.__doc__]
cloneNode(self, deep: bool = True) -> PySide6.QtXml.QDomNode cloneNode(self, deep: bool = True) -> PySide6.QtXml.QDomNode [extrait de cloneNode.__doc__]
columnNumber(self) -> int columnNumber(self) -> int [extrait de columnNumber.__doc__]
EncodingPolicy
firstChild(self) -> PySide6.QtXml.QDomNode firstChild(self) -> PySide6.QtXml.QDomNode [extrait de firstChild.__doc__]
firstChildElement(self, tagName: str = '', namespaceURI: str = '') -> PySide6.QtXml.QDomElement firstChildElement(self, tagName: str = '', namespaceURI: str = '') -> PySide6.QtXml.QDomElement [extrait de firstChildElement.__doc__]
hasAttributes(self) -> bool hasAttributes(self) -> bool [extrait de hasAttributes.__doc__]
hasChildNodes(self) -> bool hasChildNodes(self) -> bool [extrait de hasChildNodes.__doc__]
insertAfter(self, newChild: PySide6.QtXml.QDomNode, refChild: PySide6.QtXml.QDomNode) -> PySide6.QtXml.QDomNode insertAfter(self, newChild: PySide6.QtXml.QDomNode, refChild: PySide6.QtXml.QDomNode) -> PySide6.QtXml.QDomNode [extrait de insertAfter.__doc__]
insertBefore(self, newChild: PySide6.QtXml.QDomNode, refChild: PySide6.QtXml.QDomNode) -> PySide6.QtXml.QDomNode insertBefore(self, newChild: PySide6.QtXml.QDomNode, refChild: PySide6.QtXml.QDomNode) -> PySide6.QtXml.QDomNode [extrait de insertBefore.__doc__]
isAttr(self) -> bool isAttr(self) -> bool [extrait de isAttr.__doc__]
isCDATASection(self) -> bool isCDATASection(self) -> bool [extrait de isCDATASection.__doc__]
isCharacterData(self) -> bool isCharacterData(self) -> bool [extrait de isCharacterData.__doc__]
isComment(self) -> bool isComment(self) -> bool [extrait de isComment.__doc__]
isDocument(self) -> bool isDocument(self) -> bool [extrait de isDocument.__doc__]
isDocumentFragment(self) -> bool isDocumentFragment(self) -> bool [extrait de isDocumentFragment.__doc__]
isDocumentType(self) -> bool isDocumentType(self) -> bool [extrait de isDocumentType.__doc__]
isElement(self) -> bool isElement(self) -> bool [extrait de isElement.__doc__]
isEntity(self) -> bool isEntity(self) -> bool [extrait de isEntity.__doc__]
isEntityReference(self) -> bool isEntityReference(self) -> bool [extrait de isEntityReference.__doc__]
isNotation(self) -> bool isNotation(self) -> bool [extrait de isNotation.__doc__]
isNull(self) -> bool isNull(self) -> bool [extrait de isNull.__doc__]
isProcessingInstruction(self) -> bool isProcessingInstruction(self) -> bool [extrait de isProcessingInstruction.__doc__]
isSupported(self, feature: str, version: str) -> bool isSupported(self, feature: str, version: str) -> bool [extrait de isSupported.__doc__]
isText(self) -> bool isText(self) -> bool [extrait de isText.__doc__]
lastChild(self) -> PySide6.QtXml.QDomNode lastChild(self) -> PySide6.QtXml.QDomNode [extrait de lastChild.__doc__]
lastChildElement(self, tagName: str = '', namespaceURI: str = '') -> PySide6.QtXml.QDomElement lastChildElement(self, tagName: str = '', namespaceURI: str = '') -> PySide6.QtXml.QDomElement [extrait de lastChildElement.__doc__]
lineNumber(self) -> int lineNumber(self) -> int [extrait de lineNumber.__doc__]
localName(self) -> str localName(self) -> str [extrait de localName.__doc__]
namedItem(self, name: str) -> PySide6.QtXml.QDomNode namedItem(self, name: str) -> PySide6.QtXml.QDomNode [extrait de namedItem.__doc__]
namespaceURI(self) -> str namespaceURI(self) -> str [extrait de namespaceURI.__doc__]
nextSibling(self) -> PySide6.QtXml.QDomNode nextSibling(self) -> PySide6.QtXml.QDomNode [extrait de nextSibling.__doc__]
nextSiblingElement(self, taName: str = '', namespaceURI: str = '') -> PySide6.QtXml.QDomElement nextSiblingElement(self, taName: str = '', namespaceURI: str = '') -> PySide6.QtXml.QDomElement [extrait de nextSiblingElement.__doc__]
nodeName(self) -> str nodeName(self) -> str [extrait de nodeName.__doc__]
NodeType
nodeType(self) -> PySide6.QtXml.QDomNode.NodeType nodeType(self) -> PySide6.QtXml.QDomNode.NodeType [extrait de nodeType.__doc__]
nodeValue(self) -> str nodeValue(self) -> str [extrait de nodeValue.__doc__]
normalize(self) -> None normalize(self) -> None [extrait de normalize.__doc__]
ownerDocument(self) -> PySide6.QtXml.QDomDocument ownerDocument(self) -> PySide6.QtXml.QDomDocument [extrait de ownerDocument.__doc__]
parentNode(self) -> PySide6.QtXml.QDomNode parentNode(self) -> PySide6.QtXml.QDomNode [extrait de parentNode.__doc__]
prefix(self) -> str prefix(self) -> str [extrait de prefix.__doc__]
previousSibling(self) -> PySide6.QtXml.QDomNode previousSibling(self) -> PySide6.QtXml.QDomNode [extrait de previousSibling.__doc__]
previousSiblingElement(self, tagName: str = '', namespaceURI: str = '') -> PySide6.QtXml.QDomElement previousSiblingElement(self, tagName: str = '', namespaceURI: str = '') -> PySide6.QtXml.QDomElement [extrait de previousSiblingElement.__doc__]
removeChild(self, oldChild: PySide6.QtXml.QDomNode) -> PySide6.QtXml.QDomNode removeChild(self, oldChild: PySide6.QtXml.QDomNode) -> PySide6.QtXml.QDomNode [extrait de removeChild.__doc__]
replaceChild(self, newChild: PySide6.QtXml.QDomNode, oldChild: PySide6.QtXml.QDomNode) -> PySide6.QtXml.QDomNode replaceChild(self, newChild: PySide6.QtXml.QDomNode, oldChild: PySide6.QtXml.QDomNode) -> PySide6.QtXml.QDomNode [extrait de replaceChild.__doc__]
save(self, arg__1: PySide6.QtCore.QTextStream, arg__2: int, arg__3: PySide6.QtXml.QDomNode.EncodingPolicy = PySide6.QtXml.QDomNode.EncodingPolicy.EncodingFromDocument) -> None save(self, arg__1: PySide6.QtCore.QTextStream, arg__2: int, arg__3: PySide6.QtXml.QDomNode.EncodingPolicy = PySide6.QtXml.QDomNode.EncodingPolicy.EncodingFromDocument) -> None [extrait de save.__doc__]
setNodeValue(self, arg__1: str) -> None setNodeValue(self, arg__1: str) -> None [extrait de setNodeValue.__doc__]
setPrefix(self, pre: str) -> None setPrefix(self, pre: str) -> None [extrait de setPrefix.__doc__]
toAttr(self) -> PySide6.QtXml.QDomAttr toAttr(self) -> PySide6.QtXml.QDomAttr [extrait de toAttr.__doc__]
toCDATASection(self) -> PySide6.QtXml.QDomCDATASection toCDATASection(self) -> PySide6.QtXml.QDomCDATASection [extrait de toCDATASection.__doc__]
toCharacterData(self) -> PySide6.QtXml.QDomCharacterData toCharacterData(self) -> PySide6.QtXml.QDomCharacterData [extrait de toCharacterData.__doc__]
toComment(self) -> PySide6.QtXml.QDomComment toComment(self) -> PySide6.QtXml.QDomComment [extrait de toComment.__doc__]
toDocument(self) -> PySide6.QtXml.QDomDocument toDocument(self) -> PySide6.QtXml.QDomDocument [extrait de toDocument.__doc__]
toDocumentFragment(self) -> PySide6.QtXml.QDomDocumentFragment toDocumentFragment(self) -> PySide6.QtXml.QDomDocumentFragment [extrait de toDocumentFragment.__doc__]
toDocumentType(self) -> PySide6.QtXml.QDomDocumentType toDocumentType(self) -> PySide6.QtXml.QDomDocumentType [extrait de toDocumentType.__doc__]
toElement(self) -> PySide6.QtXml.QDomElement toElement(self) -> PySide6.QtXml.QDomElement [extrait de toElement.__doc__]
toEntity(self) -> PySide6.QtXml.QDomEntity toEntity(self) -> PySide6.QtXml.QDomEntity [extrait de toEntity.__doc__]
toEntityReference(self) -> PySide6.QtXml.QDomEntityReference toEntityReference(self) -> PySide6.QtXml.QDomEntityReference [extrait de toEntityReference.__doc__]
toNotation(self) -> PySide6.QtXml.QDomNotation toNotation(self) -> PySide6.QtXml.QDomNotation [extrait de toNotation.__doc__]
toProcessingInstruction(self) -> PySide6.QtXml.QDomProcessingInstruction toProcessingInstruction(self) -> PySide6.QtXml.QDomProcessingInstruction [extrait de toProcessingInstruction.__doc__]
toText(self) -> PySide6.QtXml.QDomText toText(self) -> PySide6.QtXml.QDomText [extrait de toText.__doc__]

Méthodes héritées de la classe Object

__delattr__, __getattribute__, __init_subclass__, __setattr__, __subclasshook__

Méthodes héritées de la classe object

__dir__, __format__, __hash__, __reduce__, __reduce_ex__, __repr__, __sizeof__, __str__