diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-26 23:32:43 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-26 23:32:43 -0600 |
commit | ea318d1431c89e647598c510c4245c6571aa5f46 (patch) | |
tree | 996d29b80c30d453dda86d1a23162d441628f169 /doc/html/qxmlattributes.html | |
parent | aaf89d4b48f69c9293feb187db26362e550b5561 (diff) | |
download | tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip |
Update to latest tqt3 automated conversion
Diffstat (limited to 'doc/html/qxmlattributes.html')
-rw-r--r-- | doc/html/qxmlattributes.html | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/doc/html/qxmlattributes.html b/doc/html/qxmlattributes.html index 99fa2a4c4..d1b7af6b7 100644 --- a/doc/html/qxmlattributes.html +++ b/doc/html/qxmlattributes.html @@ -34,7 +34,7 @@ body { background: #ffffff; color: black; } <p>The TQXmlAttributes class provides XML attributes. <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 <<a href="qxml-h.html">qxml.h</a>></tt> +<p><tt>#include <<a href="qxml-h.html">ntqxml.h</a>></tt> <p><a href="qxmlattributes-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> @@ -85,7 +85,7 @@ value. The attribute's name is available from <a href="#localName">localName</a> <p> Destroys the attributes object. -<h3 class=fn>void <a name="append"></a>TQXmlAttributes::append ( const <a href="qstring.html">TQString</a> & qName, const <a href="qstring.html">TQString</a> & uri, const <a href="qstring.html">TQString</a> & localPart, const <a href="qstring.html">TQString</a> & value ) +<h3 class=fn>void <a name="append"></a>TQXmlAttributes::append ( const <a href="ntqstring.html">TQString</a> & qName, const <a href="ntqstring.html">TQString</a> & uri, const <a href="ntqstring.html">TQString</a> & localPart, const <a href="ntqstring.html">TQString</a> & value ) </h3> Appends a new attribute entry to the list of attributes. The qualified name of the attribute is <em>qName</em>, the namespace URI is @@ -104,13 +104,13 @@ Clears the list of attributes. <p> Returns the number of attributes in the list. This function is equivalent to <a href="#length">length</a>(). -<h3 class=fn>int <a name="index"></a>TQXmlAttributes::index ( const <a href="qstring.html">TQString</a> & qName ) const +<h3 class=fn>int <a name="index"></a>TQXmlAttributes::index ( const <a href="ntqstring.html">TQString</a> & qName ) const </h3> Looks up the index of an attribute by the qualified name <em>qName</em>. <p> Returns the index of the attribute or -1 if it wasn't found. <p> See also the <a href="xml.html#sax2Namespaces">namespace description</a>. -<h3 class=fn>int <a name="index-2"></a>TQXmlAttributes::index ( const <a href="qstring.html">TQString</a> & uri, const <a href="qstring.html">TQString</a> & localPart ) const +<h3 class=fn>int <a name="index-2"></a>TQXmlAttributes::index ( const <a href="ntqstring.html">TQString</a> & uri, const <a href="ntqstring.html">TQString</a> & localPart ) const </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Looks up the index of an attribute by a namespace name. @@ -126,32 +126,32 @@ Returns the number of attributes in the list. <p> <p>See also <a href="#count">count</a>(). <p>Example: <a href="tagreader-with-features-example.html#x1967">xml/tagreader-with-features/structureparser.cpp</a>. -<h3 class=fn><a href="qstring.html">TQString</a> <a name="localName"></a>TQXmlAttributes::localName ( int index ) const +<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="localName"></a>TQXmlAttributes::localName ( int index ) const </h3> Looks up an attribute's local name for the attribute at position <em>index</em>. If no namespace processing is done, the local name is -<a href="qstring.html#TQString-null">TQString::null</a>. +<a href="ntqstring.html#TQString-null">TQString::null</a>. <p> See also the <a href="xml.html#sax2Namespaces">namespace description</a>. -<h3 class=fn><a href="qstring.html">TQString</a> <a name="qName"></a>TQXmlAttributes::qName ( int index ) const +<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="qName"></a>TQXmlAttributes::qName ( int index ) const </h3> Looks up an attribute's XML 1.0 qualified name for the attribute at position <em>index</em>. <p> See also the <a href="xml.html#sax2Namespaces">namespace description</a>. -<p>Example: <a href="qlistview.html#x2106">xml/tagreader-with-features/structureparser.cpp</a>. -<h3 class=fn><a href="qstring.html">TQString</a> <a name="type"></a>TQXmlAttributes::type ( int index ) const +<p>Example: <a href="ntqlistview.html#x2106">xml/tagreader-with-features/structureparser.cpp</a>. +<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="type"></a>TQXmlAttributes::type ( int index ) const </h3> Looks up an attribute's type for the attribute at position <em>index</em>. <p> Currently only "CDATA" is returned. -<h3 class=fn><a href="qstring.html">TQString</a> <a name="type-2"></a>TQXmlAttributes::type ( const <a href="qstring.html">TQString</a> & qName ) const +<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="type-2"></a>TQXmlAttributes::type ( const <a href="ntqstring.html">TQString</a> & qName ) const </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Looks up an attribute's type for the qualified name <em>qName</em>. <p> Currently only "CDATA" is returned. -<h3 class=fn><a href="qstring.html">TQString</a> <a name="type-3"></a>TQXmlAttributes::type ( const <a href="qstring.html">TQString</a> & uri, const <a href="qstring.html">TQString</a> & localName ) const +<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="type-3"></a>TQXmlAttributes::type ( const <a href="ntqstring.html">TQString</a> & uri, const <a href="ntqstring.html">TQString</a> & localName ) const </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Looks up an attribute's type by namespace name. @@ -160,25 +160,25 @@ local name. If the name has no namespace URI, use an empty string for <em>uri</em>. <p> Currently only "CDATA" is returned. -<h3 class=fn><a href="qstring.html">TQString</a> <a name="uri"></a>TQXmlAttributes::uri ( int index ) const +<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="uri"></a>TQXmlAttributes::uri ( int index ) const </h3> Looks up an attribute's namespace URI for the attribute at position <em>index</em>. If no namespace processing is done or if the -attribute has no namespace, the namespace URI is <a href="qstring.html#TQString-null">TQString::null</a>. +attribute has no namespace, the namespace URI is <a href="ntqstring.html#TQString-null">TQString::null</a>. <p> See also the <a href="xml.html#sax2Namespaces">namespace description</a>. -<p>Example: <a href="qlistview.html#x2107">xml/tagreader-with-features/structureparser.cpp</a>. -<h3 class=fn><a href="qstring.html">TQString</a> <a name="value"></a>TQXmlAttributes::value ( int index ) const +<p>Example: <a href="ntqlistview.html#x2107">xml/tagreader-with-features/structureparser.cpp</a>. +<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="value"></a>TQXmlAttributes::value ( int index ) const </h3> Looks up an attribute's value for the attribute at position <em>index</em>. -<h3 class=fn><a href="qstring.html">TQString</a> <a name="value-2"></a>TQXmlAttributes::value ( const <a href="qstring.html">TQString</a> & qName ) const +<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="value-2"></a>TQXmlAttributes::value ( const <a href="ntqstring.html">TQString</a> & qName ) const </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Looks up an attribute's value for the qualified name <em>qName</em>. <p> See also the <a href="xml.html#sax2Namespaces">namespace description</a>. -<h3 class=fn><a href="qstring.html">TQString</a> <a name="value-3"></a>TQXmlAttributes::value ( const <a href="qstring.html">TQString</a> & uri, const <a href="qstring.html">TQString</a> & localName ) const +<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="value-3"></a>TQXmlAttributes::value ( const <a href="ntqstring.html">TQString</a> & uri, const <a href="ntqstring.html">TQString</a> & localName ) const </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Looks up an attribute's value by namespace name. |