You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tqt3/doc/html/qdomelement.html

351 lines
25 KiB

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/xml/qdom.cpp:4118 -->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>TQDomElement Class</title>
<style type="text/css"><!--
fn { margin-left: 1cm; text-indent: -1cm; }
a:link { color: #004faf; text-decoration: none }
a:visited { color: #672967; text-decoration: none }
body { background: #ffffff; color: black; }
--></style>
</head>
<body>
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr bgcolor="#E5E5E5">
<td valign=center>
<a href="index.html">
<font color="#004faf">Home</font></a>
| <a href="classes.html">
<font color="#004faf">All&nbsp;Classes</font></a>
| <a href="mainclasses.html">
<font color="#004faf">Main&nbsp;Classes</font></a>
| <a href="annotated.html">
<font color="#004faf">Annotated</font></a>
| <a href="groups.html">
<font color="#004faf">Grouped&nbsp;Classes</font></a>
| <a href="functions.html">
<font color="#004faf">Functions</font></a>
</td>
<td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>TQDomElement Class Reference<br><small>[<a href="xml.html">XML module</a>]</small></h1>
<p>The TQDomElement class represents one element in the DOM tree.
<a href="#details">More...</a>
<p>All the functions in this class are <a href="threads.html#reentrant">reentrant</a> when TQt is built with thread support.</p>
<p><tt>#include &lt;<a href="qdom-h.html">ntqdom.h</a>&gt;</tt>
<p>Inherits <a href="qdomnode.html">TQDomNode</a>.
<p><a href="qdomelement-members.html">List of all member functions.</a>
<h2>Public Members</h2>
<ul>
<li class=fn><a href="#TQDomElement"><b>TQDomElement</b></a> ()</li>
<li class=fn><a href="#TQDomElement-2"><b>TQDomElement</b></a> ( const&nbsp;TQDomElement&nbsp;&amp;&nbsp;x )</li>
<li class=fn>TQDomElement &amp; <a href="#operator-eq"><b>operator=</b></a> ( const&nbsp;TQDomElement&nbsp;&amp;&nbsp;x )</li>
<li class=fn><a href="#~TQDomElement"><b>~TQDomElement</b></a> ()</li>
<li class=fn>TQString <a href="#attribute"><b>attribute</b></a> ( const&nbsp;TQString&nbsp;&amp;&nbsp;name, const&nbsp;TQString&nbsp;&amp;&nbsp;defValue = TQString::null ) const</li>
<li class=fn>void <a href="#setAttribute"><b>setAttribute</b></a> ( const&nbsp;TQString&nbsp;&amp;&nbsp;name, const&nbsp;TQString&nbsp;&amp;&nbsp;value )</li>
<li class=fn>void <a href="#setAttribute-2"><b>setAttribute</b></a> ( const&nbsp;TQString&nbsp;&amp;&nbsp;name, int&nbsp;value )</li>
<li class=fn>void <a href="#setAttribute-3"><b>setAttribute</b></a> ( const&nbsp;TQString&nbsp;&amp;&nbsp;name, uint&nbsp;value )</li>
<li class=fn>void <a href="#setAttribute-4"><b>setAttribute</b></a> ( const&nbsp;TQString&nbsp;&amp;&nbsp;name, long&nbsp;value )</li>
<li class=fn>void <a href="#setAttribute-5"><b>setAttribute</b></a> ( const&nbsp;TQString&nbsp;&amp;&nbsp;name, ulong&nbsp;value )</li>
<li class=fn>void <a href="#setAttribute-6"><b>setAttribute</b></a> ( const&nbsp;TQString&nbsp;&amp;&nbsp;name, double&nbsp;value )</li>
<li class=fn>void <a href="#removeAttribute"><b>removeAttribute</b></a> ( const&nbsp;TQString&nbsp;&amp;&nbsp;name )</li>
<li class=fn>TQDomAttr <a href="#attributeNode"><b>attributeNode</b></a> ( const&nbsp;TQString&nbsp;&amp;&nbsp;name )</li>
<li class=fn>TQDomAttr <a href="#setAttributeNode"><b>setAttributeNode</b></a> ( const&nbsp;TQDomAttr&nbsp;&amp;&nbsp;newAttr )</li>
<li class=fn>TQDomAttr <a href="#removeAttributeNode"><b>removeAttributeNode</b></a> ( const&nbsp;TQDomAttr&nbsp;&amp;&nbsp;oldAttr )</li>
<li class=fn>virtual TQDomNodeList <a href="#elementsByTagName"><b>elementsByTagName</b></a> ( const&nbsp;TQString&nbsp;&amp;&nbsp;tagname ) const</li>
<li class=fn>bool <a href="#hasAttribute"><b>hasAttribute</b></a> ( const&nbsp;TQString&nbsp;&amp;&nbsp;name ) const</li>
<li class=fn>TQString <a href="#attributeNS"><b>attributeNS</b></a> ( const&nbsp;TQString&nbsp;nsURI, const&nbsp;TQString&nbsp;&amp;&nbsp;localName, const&nbsp;TQString&nbsp;&amp;&nbsp;defValue ) const</li>
<li class=fn>void <a href="#setAttributeNS"><b>setAttributeNS</b></a> ( const&nbsp;TQString&nbsp;nsURI, const&nbsp;TQString&nbsp;&amp;&nbsp;qName, const&nbsp;TQString&nbsp;&amp;&nbsp;value )</li>
<li class=fn>void <a href="#setAttributeNS-2"><b>setAttributeNS</b></a> ( const&nbsp;TQString&nbsp;nsURI, const&nbsp;TQString&nbsp;&amp;&nbsp;qName, int&nbsp;value )</li>
<li class=fn>void <a href="#setAttributeNS-3"><b>setAttributeNS</b></a> ( const&nbsp;TQString&nbsp;nsURI, const&nbsp;TQString&nbsp;&amp;&nbsp;qName, uint&nbsp;value )</li>
<li class=fn>void <a href="#setAttributeNS-4"><b>setAttributeNS</b></a> ( const&nbsp;TQString&nbsp;nsURI, const&nbsp;TQString&nbsp;&amp;&nbsp;qName, long&nbsp;value )</li>
<li class=fn>void <a href="#setAttributeNS-5"><b>setAttributeNS</b></a> ( const&nbsp;TQString&nbsp;nsURI, const&nbsp;TQString&nbsp;&amp;&nbsp;qName, ulong&nbsp;value )</li>
<li class=fn>void <a href="#setAttributeNS-6"><b>setAttributeNS</b></a> ( const&nbsp;TQString&nbsp;nsURI, const&nbsp;TQString&nbsp;&amp;&nbsp;qName, double&nbsp;value )</li>
<li class=fn>void <a href="#removeAttributeNS"><b>removeAttributeNS</b></a> ( const&nbsp;TQString&nbsp;&amp;&nbsp;nsURI, const&nbsp;TQString&nbsp;&amp;&nbsp;localName )</li>
<li class=fn>TQDomAttr <a href="#attributeNodeNS"><b>attributeNodeNS</b></a> ( const&nbsp;TQString&nbsp;&amp;&nbsp;nsURI, const&nbsp;TQString&nbsp;&amp;&nbsp;localName )</li>
<li class=fn>TQDomAttr <a href="#setAttributeNodeNS"><b>setAttributeNodeNS</b></a> ( const&nbsp;TQDomAttr&nbsp;&amp;&nbsp;newAttr )</li>
<li class=fn>virtual TQDomNodeList <a href="#elementsByTagNameNS"><b>elementsByTagNameNS</b></a> ( const&nbsp;TQString&nbsp;&amp;&nbsp;nsURI, const&nbsp;TQString&nbsp;&amp;&nbsp;localName ) const</li>
<li class=fn>bool <a href="#hasAttributeNS"><b>hasAttributeNS</b></a> ( const&nbsp;TQString&nbsp;&amp;&nbsp;nsURI, const&nbsp;TQString&nbsp;&amp;&nbsp;localName ) const</li>
<li class=fn>TQString <a href="#tagName"><b>tagName</b></a> () const</li>
<li class=fn>void <a href="#setTagName"><b>setTagName</b></a> ( const&nbsp;TQString&nbsp;&amp;&nbsp;name )</li>
<li class=fn>virtual TQDomNamedNodeMap <a href="#attributes"><b>attributes</b></a> () const</li>
<li class=fn>virtual TQDomNode::NodeType <a href="#nodeType"><b>nodeType</b></a> () const</li>
<li class=fn>virtual bool <a href="#isElement"><b>isElement</b></a> () const</li>
<li class=fn>TQString <a href="#text"><b>text</b></a> () const</li>
</ul>
<hr><a name="details"></a><h2>Detailed Description</h2>
The TQDomElement class represents one element in the DOM tree.
<p>
<p> Elements have a <a href="#tagName">tagName</a>() and zero or more attributes associated
with them. The tag name can be changed with <a href="#setTagName">setTagName</a>().
<p> Element attributes are represented by <a href="qdomattr.html">TQDomAttr</a> objects that can
be queried using the <a href="#attribute">attribute</a>() and <a href="#attributeNode">attributeNode</a>() functions.
You can set attributes with the <a href="#setAttribute">setAttribute</a>() and
<a href="#setAttributeNode">setAttributeNode</a>() functions. Attributes can be removed with
<a href="#removeAttribute">removeAttribute</a>(). There are namespace-aware equivalents to these
functions, i.e. <a href="#setAttributeNS">setAttributeNS</a>(), <a href="#setAttributeNodeNS">setAttributeNodeNS</a>() and
<a href="#removeAttributeNS">removeAttributeNS</a>().
<p> If you want to access the text of a node use <a href="#text">text</a>(), e.g.
<pre>
TQDomElement e = //...
//...
<a href="ntqstring.html">TQString</a> s = e.<a href="#text">text</a>()
</pre>
The text() function operates recursively to find the text (since
not all elements contain text). If you want to find all the text
in all of a node's children, iterate over the children looking for
<a href="qdomtext.html">TQDomText</a> nodes, e.g.
<pre>
<a href="ntqstring.html">TQString</a> text;
TQDomElement element = doc.documentElement();
for( <a href="qdomnode.html">TQDomNode</a> n = element.<a href="qdomnode.html#firstChild">firstChild</a>(); !n.<a href="qdomnode.html#isNull">isNull</a>(); n = n.<a href="qdomnode.html#nextSibling">nextSibling</a>() )
{
<a href="qdomtext.html">TQDomText</a> t = n.<a href="qdomnode.html#toText">toText</a>();
if ( !t.<a href="qdomnode.html#isNull">isNull</a>() )
text += t.<a href="qdomcharacterdata.html#data">data</a>();
}
</pre>
Note that we attempt to convert each node to a text node and use
<a href="#text">text</a>() rather than using <a href="qdomnode.html#firstChild">firstChild</a>().<a href="qdomnode.html#toText">toText</a>().data() or
n.toText().data() directly on the node, because the node may not
be a text element.
<p> You can get a list of all the decendents of an element which have
a specified tag name with <a href="#elementsByTagName">elementsByTagName</a>() or
<a href="#elementsByTagNameNS">elementsByTagNameNS</a>().
<p> For further information about the Document Object Model see
<a href="http://www.w3.org/TR/REC-DOM-Level-1/">http://www.w3.org/TR/REC-DOM-Level-1/</a> and
<a href="http://www.w3.org/TR/DOM-Level-2-Core/">http://www.w3.org/TR/DOM-Level-2-Core/</a>.
For a more general introduction of the DOM implementation see the
<a href="qdomdocument.html">TQDomDocument</a> documentation.
<p>See also <a href="xml-tools.html">XML</a>.
<hr><h2>Member Function Documentation</h2>
<h3 class=fn><a name="TQDomElement"></a>TQDomElement::TQDomElement ()
</h3>
Constructs an empty element. Use the <a href="qdomdocument.html#createElement">TQDomDocument::createElement</a>()
function to construct elements with content.
<h3 class=fn><a name="TQDomElement-2"></a>TQDomElement::TQDomElement ( const&nbsp;<a href="qdomelement.html">TQDomElement</a>&nbsp;&amp;&nbsp;x )
</h3>
Constructs a copy of <em>x</em>.
<p> The data of the copy is shared (shallow copy): modifying one node
will also change the other. If you want to make a <a href="shclass.html#deep-copy">deep copy</a>, use
<a href="qdomnode.html#cloneNode">cloneNode</a>().
<h3 class=fn><a name="~TQDomElement"></a>TQDomElement::~TQDomElement ()
</h3>
Destroys the object and frees its resources.
<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="attribute"></a>TQDomElement::attribute ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;name, const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;defValue = TQString::null ) const
</h3>
Returns the attribute called <em>name</em>. If the attribute does not
exist <em>defValue</em> is returned.
<p> <p>See also <a href="#setAttribute">setAttribute</a>(), <a href="#attributeNode">attributeNode</a>(), <a href="#setAttributeNode">setAttributeNode</a>(), and <a href="#attributeNS">attributeNS</a>().
<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="attributeNS"></a>TQDomElement::attributeNS ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;nsURI, const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;localName, const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;defValue ) const
</h3>
Returns the attribute with the local name <em>localName</em> and the
namespace URI <em>nsURI</em>. If the attribute does not exist <em>defValue</em> is returned.
<p> <p>See also <a href="#setAttributeNS">setAttributeNS</a>(), <a href="#attributeNodeNS">attributeNodeNS</a>(), <a href="#setAttributeNodeNS">setAttributeNodeNS</a>(), and <a href="#attribute">attribute</a>().
<h3 class=fn><a href="qdomattr.html">TQDomAttr</a> <a name="attributeNode"></a>TQDomElement::attributeNode ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;name )
</h3>
Returns the <a href="qdomattr.html">TQDomAttr</a> object that corresponds to the attribute
called <em>name</em>. If no such attribute exists a <a href="qdomnode.html#isNull">null attribute</a> is returned.
<p> <p>See also <a href="#setAttributeNode">setAttributeNode</a>(), <a href="#attribute">attribute</a>(), <a href="#setAttribute">setAttribute</a>(), and <a href="#attributeNodeNS">attributeNodeNS</a>().
<h3 class=fn><a href="qdomattr.html">TQDomAttr</a> <a name="attributeNodeNS"></a>TQDomElement::attributeNodeNS ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;nsURI, const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;localName )
</h3>
Returns the <a href="qdomattr.html">TQDomAttr</a> object that corresponds to the attribute with
the local name <em>localName</em> and the namespace URI <em>nsURI</em>. If no
such attribute exists a <a href="qdomnode.html#isNull">null
attribute</a> is returned.
<p> <p>See also <a href="#setAttributeNode">setAttributeNode</a>(), <a href="#attribute">attribute</a>(), and <a href="#setAttribute">setAttribute</a>().
<h3 class=fn><a href="qdomnamednodemap.html">TQDomNamedNodeMap</a> <a name="attributes"></a>TQDomElement::attributes () const<tt> [virtual]</tt>
</h3>
Returns a <a href="qdomnamednodemap.html">TQDomNamedNodeMap</a> containing all this element's attributes.
<p> <p>See also <a href="#attribute">attribute</a>(), <a href="#setAttribute">setAttribute</a>(), <a href="#attributeNode">attributeNode</a>(), and <a href="#setAttributeNode">setAttributeNode</a>().
<p>Reimplemented from <a href="qdomnode.html#attributes">TQDomNode</a>.
<h3 class=fn><a href="qdomnodelist.html">TQDomNodeList</a> <a name="elementsByTagName"></a>TQDomElement::elementsByTagName ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;tagname ) const<tt> [virtual]</tt>
</h3>
Returns a <a href="qdomnodelist.html">TQDomNodeList</a> containing all descendent elements of this
element that are called <em>tagname</em>. The order they are in the node
list is the order they are encountered in a preorder traversal of
the element tree.
<p> <p>See also <a href="#elementsByTagNameNS">elementsByTagNameNS</a>() and <a href="qdomdocument.html#elementsByTagName">TQDomDocument::elementsByTagName</a>().
<h3 class=fn><a href="qdomnodelist.html">TQDomNodeList</a> <a name="elementsByTagNameNS"></a>TQDomElement::elementsByTagNameNS ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;nsURI, const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;localName ) const<tt> [virtual]</tt>
</h3>
Returns a <a href="qdomnodelist.html">TQDomNodeList</a> containing all the descendent elements of
this element with the local name <em>localName</em> and the namespace
URI <em>nsURI</em>. The order they are in the node list is the order
they are encountered in a preorder traversal of the element tree.
<p> <p>See also <a href="#elementsByTagName">elementsByTagName</a>() and <a href="qdomdocument.html#elementsByTagNameNS">TQDomDocument::elementsByTagNameNS</a>().
<h3 class=fn>bool <a name="hasAttribute"></a>TQDomElement::hasAttribute ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;name ) const
</h3>
Returns TRUE if this element has an attribute called <em>name</em>;
otherwise returns FALSE.
<h3 class=fn>bool <a name="hasAttributeNS"></a>TQDomElement::hasAttributeNS ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;nsURI, const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;localName ) const
</h3>
Returns TRUE if this element has an attribute with the local name
<em>localName</em> and the namespace URI <em>nsURI</em>; otherwise returns
FALSE.
<h3 class=fn>bool <a name="isElement"></a>TQDomElement::isElement () const<tt> [virtual]</tt>
</h3>
Returns TRUE.
<p>Reimplemented from <a href="qdomnode.html#isElement">TQDomNode</a>.
<h3 class=fn><a href="qdomnode.html#NodeType-enum">TQDomNode::NodeType</a> <a name="nodeType"></a>TQDomElement::nodeType () const<tt> [virtual]</tt>
</h3>
Returns <a href="qdomnode.html#NodeType-enum">ElementNode</a>.
<p>Reimplemented from <a href="qdomnode.html#nodeType">TQDomNode</a>.
<h3 class=fn><a href="qdomelement.html">TQDomElement</a>&nbsp;&amp; <a name="operator-eq"></a>TQDomElement::operator= ( const&nbsp;<a href="qdomelement.html">TQDomElement</a>&nbsp;&amp;&nbsp;x )
</h3>
Assigns <em>x</em> to this DOM element.
<p> The data of the copy is shared (shallow copy): modifying one node
will also change the other. If you want to make a <a href="shclass.html#deep-copy">deep copy</a>, use
<a href="qdomnode.html#cloneNode">cloneNode</a>().
<h3 class=fn>void <a name="removeAttribute"></a>TQDomElement::removeAttribute ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;name )
</h3>
Removes the attribute called name <em>name</em> from this element.
<p> <p>See also <a href="#setAttribute">setAttribute</a>(), <a href="#attribute">attribute</a>(), and <a href="#removeAttributeNS">removeAttributeNS</a>().
<h3 class=fn>void <a name="removeAttributeNS"></a>TQDomElement::removeAttributeNS ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;nsURI, const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;localName )
</h3>
Removes the attribute with the local name <em>localName</em> and the
namespace URI <em>nsURI</em> from this element.
<p> <p>See also <a href="#setAttributeNS">setAttributeNS</a>(), <a href="#attributeNS">attributeNS</a>(), and <a href="#removeAttribute">removeAttribute</a>().
<h3 class=fn><a href="qdomattr.html">TQDomAttr</a> <a name="removeAttributeNode"></a>TQDomElement::removeAttributeNode ( const&nbsp;<a href="qdomattr.html">TQDomAttr</a>&nbsp;&amp;&nbsp;oldAttr )
</h3>
Removes the attribute <em>oldAttr</em> from the element and returns it.
<p> <p>See also <a href="#attributeNode">attributeNode</a>() and <a href="#setAttributeNode">setAttributeNode</a>().
<h3 class=fn>void <a name="setAttribute"></a>TQDomElement::setAttribute ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;name, const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;value )
</h3>
Adds an attribute called <em>name</em> with value <em>value</em>. If an
attribute with the same name exists, its value is replaced by <em>value</em>.
<p> <p>See also <a href="#attribute">attribute</a>(), <a href="#setAttributeNode">setAttributeNode</a>(), and <a href="#setAttributeNS">setAttributeNS</a>().
<h3 class=fn>void <a name="setAttribute-2"></a>TQDomElement::setAttribute ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;name, int&nbsp;value )
</h3>
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
<p>
<h3 class=fn>void <a name="setAttribute-3"></a>TQDomElement::setAttribute ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;name, uint&nbsp;value )
</h3>
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
<p>
<h3 class=fn>void <a name="setAttribute-4"></a>TQDomElement::setAttribute ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;name, long&nbsp;value )
</h3>
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
<p>
<h3 class=fn>void <a name="setAttribute-5"></a>TQDomElement::setAttribute ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;name, ulong&nbsp;value )
</h3>
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
<p>
<h3 class=fn>void <a name="setAttribute-6"></a>TQDomElement::setAttribute ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;name, double&nbsp;value )
</h3>
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
<p>
<h3 class=fn>void <a name="setAttributeNS"></a>TQDomElement::setAttributeNS ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;nsURI, const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;qName, const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;value )
</h3>
Adds an attribute with the qualified name <em>qName</em> and the
namespace URI <em>nsURI</em> with the value <em>value</em>. If an attribute
with the same local name and namespace URI exists, its prefix is
replaced by the prefix of <em>qName</em> and its value is repaced by <em>value</em>.
<p> Although <em>qName</em> is the qualified name, the local name is used to
decide if an existing attribute's value should be replaced.
<p> <p>See also <a href="#attributeNS">attributeNS</a>(), <a href="#setAttributeNodeNS">setAttributeNodeNS</a>(), and <a href="#setAttribute">setAttribute</a>().
<h3 class=fn>void <a name="setAttributeNS-2"></a>TQDomElement::setAttributeNS ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;nsURI, const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;qName, int&nbsp;value )
</h3>
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
<p>
<h3 class=fn>void <a name="setAttributeNS-3"></a>TQDomElement::setAttributeNS ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;nsURI, const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;qName, uint&nbsp;value )
</h3>
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
<p>
<h3 class=fn>void <a name="setAttributeNS-4"></a>TQDomElement::setAttributeNS ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;nsURI, const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;qName, long&nbsp;value )
</h3>
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
<p>
<h3 class=fn>void <a name="setAttributeNS-5"></a>TQDomElement::setAttributeNS ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;nsURI, const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;qName, ulong&nbsp;value )
</h3>
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
<p>
<h3 class=fn>void <a name="setAttributeNS-6"></a>TQDomElement::setAttributeNS ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;nsURI, const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;qName, double&nbsp;value )
</h3>
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
<p>
<h3 class=fn><a href="qdomattr.html">TQDomAttr</a> <a name="setAttributeNode"></a>TQDomElement::setAttributeNode ( const&nbsp;<a href="qdomattr.html">TQDomAttr</a>&nbsp;&amp;&nbsp;newAttr )
</h3>
Adds the attribute <em>newAttr</em> to this element.
<p> If the element has another attribute that has the same name as <em>newAttr</em>, this function replaces that attribute and returns it;
otherwise the function returns a <a href="qdomnode.html#isNull">null
attribute</a>.
<p> <p>See also <a href="#attributeNode">attributeNode</a>(), <a href="#setAttribute">setAttribute</a>(), and <a href="#setAttributeNodeNS">setAttributeNodeNS</a>().
<h3 class=fn><a href="qdomattr.html">TQDomAttr</a> <a name="setAttributeNodeNS"></a>TQDomElement::setAttributeNodeNS ( const&nbsp;<a href="qdomattr.html">TQDomAttr</a>&nbsp;&amp;&nbsp;newAttr )
</h3>
Adds the attribute <em>newAttr</em> to this element.
<p> If the element has another attribute that has the same local name
and namespace URI as <em>newAttr</em>, this function replaces that
attribute and returns it; otherwise the function returns a <a href="qdomnode.html#isNull">null attribute</a>.
<p> <p>See also <a href="#attributeNodeNS">attributeNodeNS</a>(), <a href="#setAttributeNS">setAttributeNS</a>(), and <a href="#setAttributeNode">setAttributeNode</a>().
<h3 class=fn>void <a name="setTagName"></a>TQDomElement::setTagName ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;name )
</h3>
Sets this element's tag name to <em>name</em>.
<p> <p>See also <a href="#tagName">tagName</a>().
<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="tagName"></a>TQDomElement::tagName () const
</h3>
Returns the tag name of this element. For an XML element like this:
<pre>
&lt;img src="myimg.png"&gt;
</pre>
the tagname would return "img".
<p> <p>See also <a href="#setTagName">setTagName</a>().
<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="text"></a>TQDomElement::text () const
</h3>
Returns the element's text or <a href="ntqstring.html#TQString-null">TQString::null</a>.
<p> Example:
<pre>
&lt;h1&gt;Hello &lt;b&gt;TQt&lt;/b&gt; &lt;![CDATA[&lt;xml is cool&gt;]]&gt;&lt;/h1&gt;
</pre>
<p> The function <a href="#text">text</a>() of the TQDomElement for the &lt;h1&gt; tag,
will return "Hello TQt &lt;xml is cool&gt;".
<p> Comments are ignored by this function. It only evaluates <a href="qdomtext.html">TQDomText</a>
and <a href="qdomcdatasection.html">TQDomCDATASection</a> objects.
<!-- eof -->
<hr><p>
This file is part of the <a href="index.html">TQt toolkit</a>.
Copyright &copy; 1995-2007
<a href="http://www.trolltech.com/">Trolltech</a>. All Rights Reserved.<p><address><hr><div align=center>
<table width=100% cellspacing=0 border=0><tr>
<td>Copyright &copy; 2007
<a href="troll.html">Trolltech</a><td align=center><a href="trademarks.html">Trademarks</a>
<td align=right><div align=right>TQt 3.3.8</div>
</table></div></address></body>
</html>