Notation used in Ruby API documentation
Module: QtXml
Description: Binding of QDomNode
Sub-classes: EncodingPolicy, QFlags_EncodingPolicy, NodeType, QFlags_NodeType
new QDomNode | new | Constructor QDomNode::QDomNode() | |
new QDomNode | new | (const QDomNode arg1) | Constructor QDomNode::QDomNode(const QDomNode &) |
[const] | bool | != | (const QDomNode arg1) | Method bool QDomNode::operator!=(const QDomNode &) |
[const] | bool | == | (const QDomNode arg1) | Method bool QDomNode::operator==(const QDomNode &) |
void | _assign | (const QDomNode other) | Assigns another object to self | |
[const] | QDomNode ptr | _const_cast | Returns a non-const reference to self. | |
void | _create | Ensures the C++ object is created | ||
void | _destroy | Explicitly destroys the object | ||
[const] | bool | _destroyed? | Returns a value indicating whether the object was already destroyed | |
[const] | bool | _is_const_object? | Returns a value indicating whether the reference is a const reference | |
void | _manage | Marks the object as managed by the script side. | ||
void | _unmanage | Marks the object as no longer owned by the script side. | ||
QDomNode | appendChild | (const QDomNode newChild) | Method QDomNode QDomNode::appendChild(const QDomNode &newChild) | |
QDomNode | assign | (const QDomNode arg1) | Method QDomNode &QDomNode::operator=(const QDomNode &) | |
[const] | QDomNamedNodeMap | attributes | Method QDomNamedNodeMap QDomNode::attributes() | |
[const] | QDomNodeList | childNodes | Method QDomNodeList QDomNode::childNodes() | |
void | clear | Method void QDomNode::clear() | ||
[const] | QDomNode | cloneNode | (bool deep = true) | Method QDomNode QDomNode::cloneNode(bool deep) |
[const] | int | columnNumber | Method int QDomNode::columnNumber() | |
[const] | new QDomNode ptr | dup | Creates a copy of self | |
[const] | QDomNode | firstChild | Method QDomNode QDomNode::firstChild() | |
[const] | QDomElement | firstChildElement | (string tagName = QString()) | Method QDomElement QDomNode::firstChildElement(const QString &tagName) |
[const] | bool | hasAttributes | Method bool QDomNode::hasAttributes() | |
[const] | bool | hasChildNodes | Method bool QDomNode::hasChildNodes() | |
QDomNode | insertAfter | (const QDomNode newChild, const QDomNode refChild) | Method QDomNode QDomNode::insertAfter(const QDomNode &newChild, const QDomNode &refChild) | |
QDomNode | insertBefore | (const QDomNode newChild, const QDomNode refChild) | Method QDomNode QDomNode::insertBefore(const QDomNode &newChild, const QDomNode &refChild) | |
[const] | bool | isAttr? | Method bool QDomNode::isAttr() | |
[const] | bool | isCDATASection? | Method bool QDomNode::isCDATASection() | |
[const] | bool | isCharacterData? | Method bool QDomNode::isCharacterData() | |
[const] | bool | isComment? | Method bool QDomNode::isComment() | |
[const] | bool | isDocument? | Method bool QDomNode::isDocument() | |
[const] | bool | isDocumentFragment? | Method bool QDomNode::isDocumentFragment() | |
[const] | bool | isDocumentType? | Method bool QDomNode::isDocumentType() | |
[const] | bool | isElement? | Method bool QDomNode::isElement() | |
[const] | bool | isEntity? | Method bool QDomNode::isEntity() | |
[const] | bool | isEntityReference? | Method bool QDomNode::isEntityReference() | |
[const] | bool | isNotation? | Method bool QDomNode::isNotation() | |
[const] | bool | isNull? | Method bool QDomNode::isNull() | |
[const] | bool | isProcessingInstruction? | Method bool QDomNode::isProcessingInstruction() | |
[const] | bool | isSupported? | (string feature, string version) | Method bool QDomNode::isSupported(const QString &feature, const QString &version) |
[const] | bool | isText? | Method bool QDomNode::isText() | |
[const] | QDomNode | lastChild | Method QDomNode QDomNode::lastChild() | |
[const] | QDomElement | lastChildElement | (string tagName = QString()) | Method QDomElement QDomNode::lastChildElement(const QString &tagName) |
[const] | int | lineNumber | Method int QDomNode::lineNumber() | |
[const] | string | localName | Method QString QDomNode::localName() | |
[const] | QDomNode | namedItem | (string name) | Method QDomNode QDomNode::namedItem(const QString &name) |
[const] | string | namespaceURI | Method QString QDomNode::namespaceURI() | |
[const] | QDomNode | nextSibling | Method QDomNode QDomNode::nextSibling() | |
[const] | QDomElement | nextSiblingElement | (string taName = QString()) | Method QDomElement QDomNode::nextSiblingElement(const QString &taName) |
[const] | string | nodeName | Method QString QDomNode::nodeName() | |
[const] | QDomNode_NodeType | nodeType | Method QDomNode::NodeType QDomNode::nodeType() | |
[const] | string | nodeValue | Method QString QDomNode::nodeValue() | |
void | nodeValue= | (string arg1) | Method void QDomNode::setNodeValue(const QString &) | |
void | normalize | Method void QDomNode::normalize() | ||
[const] | QDomDocument | ownerDocument | Method QDomDocument QDomNode::ownerDocument() | |
[const] | QDomNode | parentNode | Method QDomNode QDomNode::parentNode() | |
[const] | string | prefix | Method QString QDomNode::prefix() | |
void | prefix= | (string pre) | Method void QDomNode::setPrefix(const QString &pre) | |
[const] | QDomNode | previousSibling | Method QDomNode QDomNode::previousSibling() | |
[const] | QDomElement | previousSiblingElement | (string tagName = QString()) | Method QDomElement QDomNode::previousSiblingElement(const QString &tagName) |
QDomNode | removeChild | (const QDomNode oldChild) | Method QDomNode QDomNode::removeChild(const QDomNode &oldChild) | |
QDomNode | replaceChild | (const QDomNode newChild, const QDomNode oldChild) | Method QDomNode QDomNode::replaceChild(const QDomNode &newChild, const QDomNode &oldChild) | |
[const] | void | save | (QTextStream arg1, int arg2, const QDomNode_EncodingPolicy arg3 = QDomNode::EncodingFromDocument) | Method void QDomNode::save(QTextStream &, int, QDomNode::EncodingPolicy) |
void | setNodeValue | (string arg1) | Method void QDomNode::setNodeValue(const QString &) | |
void | setPrefix | (string pre) | Method void QDomNode::setPrefix(const QString &pre) | |
[const] | QDomAttr | toAttr | Method QDomAttr QDomNode::toAttr() | |
[const] | QDomCDATASection | toCDATASection | Method QDomCDATASection QDomNode::toCDATASection() | |
[const] | QDomCharacterData | toCharacterData | Method QDomCharacterData QDomNode::toCharacterData() | |
[const] | QDomComment | toComment | Method QDomComment QDomNode::toComment() | |
[const] | QDomDocument | toDocument | Method QDomDocument QDomNode::toDocument() | |
[const] | QDomDocumentFragment | toDocumentFragment | Method QDomDocumentFragment QDomNode::toDocumentFragment() | |
[const] | QDomDocumentType | toDocumentType | Method QDomDocumentType QDomNode::toDocumentType() | |
[const] | QDomElement | toElement | Method QDomElement QDomNode::toElement() | |
[const] | QDomEntity | toEntity | Method QDomEntity QDomNode::toEntity() | |
[const] | QDomEntityReference | toEntityReference | Method QDomEntityReference QDomNode::toEntityReference() | |
[const] | QDomNotation | toNotation | Method QDomNotation QDomNode::toNotation() | |
[const] | QDomProcessingInstruction | toProcessingInstruction | Method QDomProcessingInstruction QDomNode::toProcessingInstruction() | |
[const] | QDomText | toText | Method QDomText QDomNode::toText() |
[static,const] | QDomNode_NodeType | AttributeNode | Enum constant QDomNode::AttributeNode | |
[static,const] | QDomNode_NodeType | BaseNode | Enum constant QDomNode::BaseNode | |
[static,const] | QDomNode_NodeType | CDATASectionNode | Enum constant QDomNode::CDATASectionNode | |
[static,const] | QDomNode_NodeType | CharacterDataNode | Enum constant QDomNode::CharacterDataNode | |
[static,const] | QDomNode_NodeType | CommentNode | Enum constant QDomNode::CommentNode | |
[static,const] | QDomNode_NodeType | DocumentFragmentNode | Enum constant QDomNode::DocumentFragmentNode | |
[static,const] | QDomNode_NodeType | DocumentNode | Enum constant QDomNode::DocumentNode | |
[static,const] | QDomNode_NodeType | DocumentTypeNode | Enum constant QDomNode::DocumentTypeNode | |
[static,const] | QDomNode_NodeType | ElementNode | Enum constant QDomNode::ElementNode | |
[static,const] | QDomNode_EncodingPolicy | EncodingFromDocument | Enum constant QDomNode::EncodingFromDocument | |
[static,const] | QDomNode_EncodingPolicy | EncodingFromTextStream | Enum constant QDomNode::EncodingFromTextStream | |
[static,const] | QDomNode_NodeType | EntityNode | Enum constant QDomNode::EntityNode | |
[static,const] | QDomNode_NodeType | EntityReferenceNode | Enum constant QDomNode::EntityReferenceNode | |
[static,const] | QDomNode_NodeType | NotationNode | Enum constant QDomNode::NotationNode | |
[static,const] | QDomNode_NodeType | ProcessingInstructionNode | Enum constant QDomNode::ProcessingInstructionNode | |
[static,const] | QDomNode_NodeType | TextNode | Enum constant QDomNode::TextNode |
void | create | Use of this method is deprecated. Use _create instead | ||
void | destroy | Use of this method is deprecated. Use _destroy instead | ||
[const] | bool | destroyed? | Use of this method is deprecated. Use _destroyed? instead | |
[const] | bool | is_const_object? | Use of this method is deprecated. Use _is_const_object? instead |
!= | Signature: [const] bool != (const QDomNode arg1) Description: Method bool QDomNode::operator!=(const QDomNode &) |
== | Signature: [const] bool == (const QDomNode arg1) Description: Method bool QDomNode::operator==(const QDomNode &) |
AttributeNode | Signature: [static,const] QDomNode_NodeType AttributeNode Description: Enum constant QDomNode::AttributeNode Python specific notes: |
BaseNode | Signature: [static,const] QDomNode_NodeType BaseNode Description: Enum constant QDomNode::BaseNode Python specific notes: |
CDATASectionNode | Signature: [static,const] QDomNode_NodeType CDATASectionNode Description: Enum constant QDomNode::CDATASectionNode Python specific notes: |
CharacterDataNode | Signature: [static,const] QDomNode_NodeType CharacterDataNode Description: Enum constant QDomNode::CharacterDataNode Python specific notes: |
CommentNode | Signature: [static,const] QDomNode_NodeType CommentNode Description: Enum constant QDomNode::CommentNode Python specific notes: |
DocumentFragmentNode | Signature: [static,const] QDomNode_NodeType DocumentFragmentNode Description: Enum constant QDomNode::DocumentFragmentNode Python specific notes: |
DocumentNode | Signature: [static,const] QDomNode_NodeType DocumentNode Description: Enum constant QDomNode::DocumentNode Python specific notes: |
DocumentTypeNode | Signature: [static,const] QDomNode_NodeType DocumentTypeNode Description: Enum constant QDomNode::DocumentTypeNode Python specific notes: |
ElementNode | Signature: [static,const] QDomNode_NodeType ElementNode Description: Enum constant QDomNode::ElementNode Python specific notes: |
EncodingFromDocument | Signature: [static,const] QDomNode_EncodingPolicy EncodingFromDocument Description: Enum constant QDomNode::EncodingFromDocument Python specific notes: |
EncodingFromTextStream | Signature: [static,const] QDomNode_EncodingPolicy EncodingFromTextStream Description: Enum constant QDomNode::EncodingFromTextStream Python specific notes: |
EntityNode | Signature: [static,const] QDomNode_NodeType EntityNode Description: Enum constant QDomNode::EntityNode Python specific notes: |
EntityReferenceNode | Signature: [static,const] QDomNode_NodeType EntityReferenceNode Description: Enum constant QDomNode::EntityReferenceNode Python specific notes: |
NotationNode | Signature: [static,const] QDomNode_NodeType NotationNode Description: Enum constant QDomNode::NotationNode Python specific notes: |
ProcessingInstructionNode | Signature: [static,const] QDomNode_NodeType ProcessingInstructionNode Description: Enum constant QDomNode::ProcessingInstructionNode Python specific notes: |
TextNode | Signature: [static,const] QDomNode_NodeType TextNode Description: Enum constant QDomNode::TextNode Python specific notes: |
_assign | Signature: void _assign (const QDomNode other) Description: Assigns another object to self |
_const_cast | Signature: [const] QDomNode ptr _const_cast Description: Returns a non-const reference to self. Basically, this method allows turning a const object reference to a non-const one. This method is provided as last resort to remove the constness from an object. Usually there is a good reason for a const object reference, so using this method may have undesired side effects. This method has been introduced in version 0.29.6. |
_create | Signature: void _create Description: Ensures the C++ object is created Use this method to ensure the C++ object is created, for example to ensure that resources are allocated. Usually C++ objects are created on demand and not necessarily when the script object is created. |
_destroy | Signature: void _destroy Description: Explicitly destroys the object Explicitly destroys the object on C++ side if it was owned by the script interpreter. Subsequent access to this object will throw an exception. If the object is not owned by the script, this method will do nothing. |
_destroyed? | Signature: [const] bool _destroyed? Description: Returns a value indicating whether the object was already destroyed This method returns true, if the object was destroyed, either explicitly or by the C++ side. The latter may happen, if the object is owned by a C++ object which got destroyed itself. |
_is_const_object? | Signature: [const] bool _is_const_object? Description: Returns a value indicating whether the reference is a const reference This method returns true, if self is a const reference. In that case, only const methods may be called on self. |
_manage | Signature: void _manage Description: Marks the object as managed by the script side. After calling this method on an object, the script side will be responsible for the management of the object. This method may be called if an object is returned from a C++ function and the object is known not to be owned by any C++ instance. If necessary, the script side may delete the object if the script's reference is no longer required. Usually it's not required to call this method. It has been introduced in version 0.24. |
_unmanage | Signature: void _unmanage Description: Marks the object as no longer owned by the script side. Calling this method will make this object no longer owned by the script's memory management. Instead, the object must be managed in some other way. Usually this method may be called if it is known that some C++ object holds and manages this object. Technically speaking, this method will turn the script's reference into a weak reference. After the script engine decides to delete the reference, the object itself will still exist. If the object is not managed otherwise, memory leaks will occur. Usually it's not required to call this method. It has been introduced in version 0.24. |
appendChild | Signature: QDomNode appendChild (const QDomNode newChild) Description: Method QDomNode QDomNode::appendChild(const QDomNode &newChild) |
assign | Signature: QDomNode assign (const QDomNode arg1) Description: Method QDomNode &QDomNode::operator=(const QDomNode &) |
attributes | Signature: [const] QDomNamedNodeMap attributes Description: Method QDomNamedNodeMap QDomNode::attributes() |
childNodes | Signature: [const] QDomNodeList childNodes Description: Method QDomNodeList QDomNode::childNodes() |
clear | Signature: void clear Description: Method void QDomNode::clear() |
cloneNode | Signature: [const] QDomNode cloneNode (bool deep = true) Description: Method QDomNode QDomNode::cloneNode(bool deep) |
columnNumber | Signature: [const] int columnNumber Description: Method int QDomNode::columnNumber() |
create | Signature: void create Description: Ensures the C++ object is created Use of this method is deprecated. Use _create instead Use this method to ensure the C++ object is created, for example to ensure that resources are allocated. Usually C++ objects are created on demand and not necessarily when the script object is created. |
destroy | Signature: void destroy Description: Explicitly destroys the object Use of this method is deprecated. Use _destroy instead Explicitly destroys the object on C++ side if it was owned by the script interpreter. Subsequent access to this object will throw an exception. If the object is not owned by the script, this method will do nothing. |
destroyed? | Signature: [const] bool destroyed? Description: Returns a value indicating whether the object was already destroyed Use of this method is deprecated. Use _destroyed? instead This method returns true, if the object was destroyed, either explicitly or by the C++ side. The latter may happen, if the object is owned by a C++ object which got destroyed itself. |
dup | Signature: [const] new QDomNode ptr dup Description: Creates a copy of self Python specific notes: |
firstChild | Signature: [const] QDomNode firstChild Description: Method QDomNode QDomNode::firstChild() |
firstChildElement | Signature: [const] QDomElement firstChildElement (string tagName = QString()) Description: Method QDomElement QDomNode::firstChildElement(const QString &tagName) |
hasAttributes | Signature: [const] bool hasAttributes Description: Method bool QDomNode::hasAttributes() |
hasChildNodes | Signature: [const] bool hasChildNodes Description: Method bool QDomNode::hasChildNodes() |
insertAfter | Signature: QDomNode insertAfter (const QDomNode newChild, const QDomNode refChild) Description: Method QDomNode QDomNode::insertAfter(const QDomNode &newChild, const QDomNode &refChild) |
insertBefore | Signature: QDomNode insertBefore (const QDomNode newChild, const QDomNode refChild) Description: Method QDomNode QDomNode::insertBefore(const QDomNode &newChild, const QDomNode &refChild) |
isAttr? | Signature: [const] bool isAttr? Description: Method bool QDomNode::isAttr() |
isCDATASection? | Signature: [const] bool isCDATASection? Description: Method bool QDomNode::isCDATASection() |
isCharacterData? | Signature: [const] bool isCharacterData? Description: Method bool QDomNode::isCharacterData() |
isComment? | Signature: [const] bool isComment? Description: Method bool QDomNode::isComment() |
isDocument? | Signature: [const] bool isDocument? Description: Method bool QDomNode::isDocument() |
isDocumentFragment? | Signature: [const] bool isDocumentFragment? Description: Method bool QDomNode::isDocumentFragment() |
isDocumentType? | Signature: [const] bool isDocumentType? Description: Method bool QDomNode::isDocumentType() |
isElement? | Signature: [const] bool isElement? Description: Method bool QDomNode::isElement() |
isEntity? | Signature: [const] bool isEntity? Description: Method bool QDomNode::isEntity() |
isEntityReference? | Signature: [const] bool isEntityReference? Description: Method bool QDomNode::isEntityReference() |
isNotation? | Signature: [const] bool isNotation? Description: Method bool QDomNode::isNotation() |
isNull? | Signature: [const] bool isNull? Description: Method bool QDomNode::isNull() |
isProcessingInstruction? | Signature: [const] bool isProcessingInstruction? Description: Method bool QDomNode::isProcessingInstruction() |
isSupported? | Signature: [const] bool isSupported? (string feature, string version) Description: Method bool QDomNode::isSupported(const QString &feature, const QString &version) |
isText? | Signature: [const] bool isText? Description: Method bool QDomNode::isText() |
is_const_object? | Signature: [const] bool is_const_object? Description: Returns a value indicating whether the reference is a const reference Use of this method is deprecated. Use _is_const_object? instead This method returns true, if self is a const reference. In that case, only const methods may be called on self. |
lastChild | Signature: [const] QDomNode lastChild Description: Method QDomNode QDomNode::lastChild() |
lastChildElement | Signature: [const] QDomElement lastChildElement (string tagName = QString()) Description: Method QDomElement QDomNode::lastChildElement(const QString &tagName) |
lineNumber | Signature: [const] int lineNumber Description: Method int QDomNode::lineNumber() |
localName | Signature: [const] string localName Description: Method QString QDomNode::localName() |
namedItem | Signature: [const] QDomNode namedItem (string name) Description: Method QDomNode QDomNode::namedItem(const QString &name) |
namespaceURI | Signature: [const] string namespaceURI Description: Method QString QDomNode::namespaceURI() |
new | (1) Signature: [static] new QDomNode new Description: Constructor QDomNode::QDomNode() This method creates an object of class QDomNode. Python specific notes: |
(2) Signature: [static] new QDomNode new (const QDomNode arg1) Description: Constructor QDomNode::QDomNode(const QDomNode &) This method creates an object of class QDomNode. Python specific notes: | |
nextSibling | Signature: [const] QDomNode nextSibling Description: Method QDomNode QDomNode::nextSibling() |
nextSiblingElement | Signature: [const] QDomElement nextSiblingElement (string taName = QString()) Description: Method QDomElement QDomNode::nextSiblingElement(const QString &taName) |
nodeName | Signature: [const] string nodeName Description: Method QString QDomNode::nodeName() |
nodeType | Signature: [const] QDomNode_NodeType nodeType Description: Method QDomNode::NodeType QDomNode::nodeType() |
nodeValue | Signature: [const] string nodeValue Description: Method QString QDomNode::nodeValue() Python specific notes: |
nodeValue= | Signature: void nodeValue= (string arg1) Description: Method void QDomNode::setNodeValue(const QString &) Python specific notes: |
normalize | Signature: void normalize Description: Method void QDomNode::normalize() |
ownerDocument | Signature: [const] QDomDocument ownerDocument Description: Method QDomDocument QDomNode::ownerDocument() |
parentNode | Signature: [const] QDomNode parentNode Description: Method QDomNode QDomNode::parentNode() |
prefix | Signature: [const] string prefix Description: Method QString QDomNode::prefix() Python specific notes: |
prefix= | Signature: void prefix= (string pre) Description: Method void QDomNode::setPrefix(const QString &pre) Python specific notes: |
previousSibling | Signature: [const] QDomNode previousSibling Description: Method QDomNode QDomNode::previousSibling() |
previousSiblingElement | Signature: [const] QDomElement previousSiblingElement (string tagName = QString()) Description: Method QDomElement QDomNode::previousSiblingElement(const QString &tagName) |
removeChild | Signature: QDomNode removeChild (const QDomNode oldChild) Description: Method QDomNode QDomNode::removeChild(const QDomNode &oldChild) |
replaceChild | Signature: QDomNode replaceChild (const QDomNode newChild, const QDomNode oldChild) Description: Method QDomNode QDomNode::replaceChild(const QDomNode &newChild, const QDomNode &oldChild) |
save | Signature: [const] void save (QTextStream arg1, int arg2, const QDomNode_EncodingPolicy arg3 = QDomNode::EncodingFromDocument) Description: Method void QDomNode::save(QTextStream &, int, QDomNode::EncodingPolicy) |
setNodeValue | Signature: void setNodeValue (string arg1) Description: Method void QDomNode::setNodeValue(const QString &) Python specific notes: |
setPrefix | Signature: void setPrefix (string pre) Description: Method void QDomNode::setPrefix(const QString &pre) Python specific notes: |
toAttr | Signature: [const] QDomAttr toAttr Description: Method QDomAttr QDomNode::toAttr() |
toCDATASection | Signature: [const] QDomCDATASection toCDATASection Description: Method QDomCDATASection QDomNode::toCDATASection() |
toCharacterData | Signature: [const] QDomCharacterData toCharacterData Description: Method QDomCharacterData QDomNode::toCharacterData() |
toComment | Signature: [const] QDomComment toComment Description: Method QDomComment QDomNode::toComment() |
toDocument | Signature: [const] QDomDocument toDocument Description: Method QDomDocument QDomNode::toDocument() |
toDocumentFragment | Signature: [const] QDomDocumentFragment toDocumentFragment Description: Method QDomDocumentFragment QDomNode::toDocumentFragment() |
toDocumentType | Signature: [const] QDomDocumentType toDocumentType Description: Method QDomDocumentType QDomNode::toDocumentType() |
toElement | Signature: [const] QDomElement toElement Description: Method QDomElement QDomNode::toElement() |
toEntity | Signature: [const] QDomEntity toEntity Description: Method QDomEntity QDomNode::toEntity() |
toEntityReference | Signature: [const] QDomEntityReference toEntityReference Description: Method QDomEntityReference QDomNode::toEntityReference() |
toNotation | Signature: [const] QDomNotation toNotation Description: Method QDomNotation QDomNode::toNotation() |
toProcessingInstruction | Signature: [const] QDomProcessingInstruction toProcessingInstruction Description: Method QDomProcessingInstruction QDomNode::toProcessingInstruction() |
toText | Signature: [const] QDomText toText Description: Method QDomText QDomNode::toText() |