API reference - Class QDomElementNotation used in Ruby API documentation Description: Binding of QDomElement Class hierarchy: QDomElement » QDomNode Public constructors
Public methods
Detailed descriptionQDomElement assign(const QDomElement arg1)Description: Method QDomElement &QDomElement::operator=(const QDomElement &) [const] void assign(const QDomElement other)Description: Assign the contents of another object to self This method assigns the contents of another object to self. This is a deep copy that does not only copy the reference but the actual content. [const] string attribute(string name,string defValue = QString())Description: Method QString QDomElement::attribute(const QString &name, const QString &defValue) [const] string attributeNS(string nsURI,string localName,string defValue = QString())Description: Method QString QDomElement::attributeNS(const QString nsURI, const QString &localName, const QString &defValue) void attributeNS_d=(string nsURI,string qName,double value)Description: Method void QDomElement::setAttributeNS(const QString nsURI, const QString &qName, double value) void attributeNS_i=(string nsURI,string qName,int value)Description: Method void QDomElement::setAttributeNS(const QString nsURI, const QString &qName, int value) void attributeNS_ll=(string nsURI,string qName,long long value)Description: Method void QDomElement::setAttributeNS(const QString nsURI, const QString &qName, qlonglong value) void attributeNS_ui=(string nsURI,string qName,unsigned int value)Description: Method void QDomElement::setAttributeNS(const QString nsURI, const QString &qName, unsigned int value) void attributeNS_ull=(string nsURI,string qName,unsigned long long value)Description: Method void QDomElement::setAttributeNS(const QString nsURI, const QString &qName, qulonglong value) QDomAttr attributeNode(string name)Description: Method QDomAttr QDomElement::attributeNode(const QString &name) QDomAttr attributeNodeNS(string nsURI,string localName)Description: Method QDomAttr QDomElement::attributeNodeNS(const QString &nsURI, const QString &localName) void attribute_d=(string name,double value)Description: Method void QDomElement::setAttribute(const QString &name, double value) void attribute_f=(string name,float value)Description: Method void QDomElement::setAttribute(const QString &name, float value) void attribute_i=(string name,int value)Description: Method void QDomElement::setAttribute(const QString &name, int value) void attribute_ll=(string name,long long value)Description: Method void QDomElement::setAttribute(const QString &name, qlonglong value) void attribute_ui=(string name,unsigned int value)Description: Method void QDomElement::setAttribute(const QString &name, unsigned int value) void attribute_ull=(string name,unsigned long long value)Description: Method void QDomElement::setAttribute(const QString &name, qulonglong value) [const] QDomNamedNodeMap attributesDescription: Method QDomNamedNodeMap QDomElement::attributes() void createDescription: 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. void destroyDescription: Explicitly destroy the object Explicitly destroy the object on C++ side if it was owned by the Ruby interpreter. Subsequent access to this object will throw an exception. If the object is not owned by Ruby, this method will do nothing. [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. [const] QDomElement dupDescription: Creates a copy of self [const] QDomNodeList elementsByTagName(string tagname)Description: Method QDomNodeList QDomElement::elementsByTagName(const QString &tagname) [const] QDomNodeList elementsByTagNameNS(string nsURI,string localName)Description: Method QDomNodeList QDomElement::elementsByTagNameNS(const QString &nsURI, const QString &localName) [const] bool hasAttribute(string name)Description: Method bool QDomElement::hasAttribute(const QString &name) [const] bool hasAttributeNS(string nsURI,string localName)Description: Method bool QDomElement::hasAttributeNS(const QString &nsURI, const QString &localName) [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. [static] new QDomElement newDescription: Constructor QDomElement::QDomElement() This method creates an object of class QDomElement. [static] new QDomElement new(const QDomElement x)Description: Constructor QDomElement::QDomElement(const QDomElement &x) This method creates an object of class QDomElement. [const] QDomNode_NodeType nodeTypeDescription: Method QDomNode::NodeType QDomElement::nodeType() void removeAttribute(string name)Description: Method void QDomElement::removeAttribute(const QString &name) void removeAttributeNS(string nsURI,string localName)Description: Method void QDomElement::removeAttributeNS(const QString &nsURI, const QString &localName) QDomAttr removeAttributeNode(const QDomAttr oldAttr)Description: Method QDomAttr QDomElement::removeAttributeNode(const QDomAttr &oldAttr) void setAttribute(string name,string value)Description: Method void QDomElement::setAttribute(const QString &name, const QString &value) void setAttributeNS(string nsURI,string qName,string value)Description: Method void QDomElement::setAttributeNS(const QString nsURI, const QString &qName, const QString &value) void setAttributeNS_d(string nsURI,string qName,double value)Description: Method void QDomElement::setAttributeNS(const QString nsURI, const QString &qName, double value) void setAttributeNS_i(string nsURI,string qName,int value)Description: Method void QDomElement::setAttributeNS(const QString nsURI, const QString &qName, int value) void setAttributeNS_ll(string nsURI,string qName,long long value)Description: Method void QDomElement::setAttributeNS(const QString nsURI, const QString &qName, qlonglong value) void setAttributeNS_ui(string nsURI,string qName,unsigned int value)Description: Method void QDomElement::setAttributeNS(const QString nsURI, const QString &qName, unsigned int value) void setAttributeNS_ull(string nsURI,string qName,unsigned long long value)Description: Method void QDomElement::setAttributeNS(const QString nsURI, const QString &qName, qulonglong value) QDomAttr setAttributeNode(const QDomAttr newAttr)Description: Method QDomAttr QDomElement::setAttributeNode(const QDomAttr &newAttr) QDomAttr setAttributeNodeNS(const QDomAttr newAttr)Description: Method QDomAttr QDomElement::setAttributeNodeNS(const QDomAttr &newAttr) void setAttribute_d(string name,double value)Description: Method void QDomElement::setAttribute(const QString &name, double value) void setAttribute_f(string name,float value)Description: Method void QDomElement::setAttribute(const QString &name, float value) void setAttribute_i(string name,int value)Description: Method void QDomElement::setAttribute(const QString &name, int value) void setAttribute_ll(string name,long long value)Description: Method void QDomElement::setAttribute(const QString &name, qlonglong value) void setAttribute_ui(string name,unsigned int value)Description: Method void QDomElement::setAttribute(const QString &name, unsigned int value) void setAttribute_ull(string name,unsigned long long value)Description: Method void QDomElement::setAttribute(const QString &name, qulonglong value) void setTagName(string name)Description: Method void QDomElement::setTagName(const QString &name) [const] string tagNameDescription: Method QString QDomElement::tagName() void tagName=(string name)Description: Method void QDomElement::setTagName(const QString &name) [const] string textDescription: Method QString QDomElement::text() |