diff options
Diffstat (limited to 'doc/html/qxmlnamespacesupport.html')
-rw-r--r-- | doc/html/qxmlnamespacesupport.html | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/doc/html/qxmlnamespacesupport.html b/doc/html/qxmlnamespacesupport.html index 8c09edc9a..ad95aee8a 100644 --- a/doc/html/qxmlnamespacesupport.html +++ b/doc/html/qxmlnamespacesupport.html @@ -35,7 +35,7 @@ body { background: #ffffff; color: black; } readers which want to include namespace support. <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="qxmlnamespacesupport-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> @@ -87,7 +87,7 @@ element. After popping the context, all namespace prefix mappings that were previously in force are restored. <p> <p>See also <a href="#pushContext">pushContext</a>(). -<h3 class=fn><a href="qstring.html">TQString</a> <a name="prefix"></a>TQXmlNamespaceSupport::prefix ( const <a href="qstring.html">TQString</a> & uri ) const +<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="prefix"></a>TQXmlNamespaceSupport::prefix ( const <a href="ntqstring.html">TQString</a> & uri ) const </h3> Returns one of the prefixes mapped to the namespace URI <em>uri</em>. <p> If more than one prefix is currently mapped to the same URI, this @@ -96,7 +96,7 @@ prefixes, use <a href="#prefixes">prefixes</a>() instead. <p> Note: to check for a default prefix, use the <a href="#uri">uri</a>() function with an argument of "". -<h3 class=fn><a href="qstringlist.html">TQStringList</a> <a name="prefixes"></a>TQXmlNamespaceSupport::prefixes () const +<h3 class=fn><a href="ntqstringlist.html">TQStringList</a> <a name="prefixes"></a>TQXmlNamespaceSupport::prefixes () const </h3> Returns a list of all the prefixes currently declared. <p> If there is a default prefix, this function does not return it in @@ -105,16 +105,16 @@ argument of "". <p> Note that if you want to iterate over the list, you should iterate over a copy, e.g. <pre> - <a href="qstringlist.html">TQStringList</a> list = myXmlNamespaceSupport.prefixes(); - TQStringList::iterator it = list.<a href="qvaluelist.html#begin">begin</a>(); - while ( it != list.<a href="qvaluelist.html#end">end</a>() ) { + <a href="ntqstringlist.html">TQStringList</a> list = myXmlNamespaceSupport.prefixes(); + TQStringList::iterator it = list.<a href="ntqvaluelist.html#begin">begin</a>(); + while ( it != list.<a href="ntqvaluelist.html#end">end</a>() ) { myProcessing( *it ); ++it; } </pre> -<h3 class=fn><a href="qstringlist.html">TQStringList</a> <a name="prefixes-2"></a>TQXmlNamespaceSupport::prefixes ( const <a href="qstring.html">TQString</a> & uri ) const +<h3 class=fn><a href="ntqstringlist.html">TQStringList</a> <a name="prefixes-2"></a>TQXmlNamespaceSupport::prefixes ( const <a href="ntqstring.html">TQString</a> & uri ) const </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Returns a list of all prefixes currently declared for the @@ -128,16 +128,16 @@ an argument of "". <p> Note that if you want to iterate over the list, you should iterate over a copy, e.g. <pre> - <a href="qstringlist.html">TQStringList</a> list = myXmlNamespaceSupport.prefixes( "" ); - TQStringList::Iterator it = list.<a href="qvaluelist.html#begin">begin</a>(); - while( it != list.<a href="qvaluelist.html#end">end</a>() ) { + <a href="ntqstringlist.html">TQStringList</a> list = myXmlNamespaceSupport.prefixes( "" ); + TQStringList::Iterator it = list.<a href="ntqvaluelist.html#begin">begin</a>(); + while( it != list.<a href="ntqvaluelist.html#end">end</a>() ) { myProcessing( *it ); ++it; } </pre> -<h3 class=fn>void <a name="processName"></a>TQXmlNamespaceSupport::processName ( const <a href="qstring.html">TQString</a> & qname, bool isAttribute, <a href="qstring.html">TQString</a> & nsuri, <a href="qstring.html">TQString</a> & localname ) const +<h3 class=fn>void <a name="processName"></a>TQXmlNamespaceSupport::processName ( const <a href="ntqstring.html">TQString</a> & qname, bool isAttribute, <a href="ntqstring.html">TQString</a> & nsuri, <a href="ntqstring.html">TQString</a> & localname ) const </h3> Processes a raw XML 1.0 name in the current context by removing the prefix and looking it up among the prefixes currently @@ -145,7 +145,7 @@ declared. <p> <em>qname</em> is the raw XML 1.0 name to be processed. <em>isAttribute</em> is TRUE if the name is an attribute name. <p> This function stores the namespace URI in <em>nsuri</em> (which will be -set to <a href="qstring.html#TQString-null">TQString::null</a> if the raw name has an undeclared prefix), +set to <a href="ntqstring.html#TQString-null">TQString::null</a> if the raw name has an undeclared prefix), and stores the local name (without prefix) in <em>localname</em> (which will be set to TQString::null if no namespace is in use). <p> Note that attribute names are processed differently than element @@ -165,7 +165,7 @@ which declarations were made within this context. </h3> Resets this namespace support object ready for reuse. -<h3 class=fn>void <a name="setPrefix"></a>TQXmlNamespaceSupport::setPrefix ( const <a href="qstring.html">TQString</a> & pre, const <a href="qstring.html">TQString</a> & uri ) +<h3 class=fn>void <a name="setPrefix"></a>TQXmlNamespaceSupport::setPrefix ( const <a href="ntqstring.html">TQString</a> & pre, const <a href="ntqstring.html">TQString</a> & uri ) </h3> This function declares a prefix <em>pre</em> in the current namespace context to be the namespace URI <em>uri</em>. The prefix remains in @@ -177,12 +177,12 @@ check for a default prefix, you must look it up explicitly using <a href="#uri">uri</a>(). This asymmetry exists to make it easier to look up prefixes for attribute names, where the default prefix is not allowed. -<h3 class=fn>void <a name="splitName"></a>TQXmlNamespaceSupport::splitName ( const <a href="qstring.html">TQString</a> & qname, <a href="qstring.html">TQString</a> & prefix, <a href="qstring.html">TQString</a> & localname ) const +<h3 class=fn>void <a name="splitName"></a>TQXmlNamespaceSupport::splitName ( const <a href="ntqstring.html">TQString</a> & qname, <a href="ntqstring.html">TQString</a> & prefix, <a href="ntqstring.html">TQString</a> & localname ) const </h3> Splits the name <em>qname</em> at the ':' and returns the prefix in <em>prefix</em> and the local name in <em>localname</em>. <p> <p>See also <a href="#processName">processName</a>(). -<h3 class=fn><a href="qstring.html">TQString</a> <a name="uri"></a>TQXmlNamespaceSupport::uri ( const <a href="qstring.html">TQString</a> & prefix ) const +<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="uri"></a>TQXmlNamespaceSupport::uri ( const <a href="ntqstring.html">TQString</a> & prefix ) const </h3> Looks up the prefix <em>prefix</em> in the current context and returns the currently-mapped namespace URI. Use the empty string ("") for |