diff options
Diffstat (limited to 'doc/html/xml.html')
-rw-r--r-- | doc/html/xml.html | 220 |
1 files changed, 110 insertions, 110 deletions
diff --git a/doc/html/xml.html b/doc/html/xml.html index c233ff9e5..5c65144f3 100644 --- a/doc/html/xml.html +++ b/doc/html/xml.html @@ -97,67 +97,67 @@ More information about the DOM classes in TQt is provided in the <p> TQt provides the following XML related classes: <p> <center><table cellpadding="4" cellspacing="2" border="0"> <tr bgcolor="#a2c511"> <th valign="top">Class <th valign="top">Short description -<tr bgcolor="#f0f0f0"> <td valign="top"><a href="qdomattr.html">TQDomAttr</a> -<td valign="top">Represents one attribute of a <a href="qdomelement.html">TQDomElement</a> -<tr bgcolor="#d0d0d0"> <td valign="top"><a href="qdomcdatasection.html">TQDomCDATASection</a> +<tr bgcolor="#f0f0f0"> <td valign="top"><a href="tqdomattr.html">TQDomAttr</a> +<td valign="top">Represents one attribute of a <a href="tqdomelement.html">TQDomElement</a> +<tr bgcolor="#d0d0d0"> <td valign="top"><a href="tqdomcdatasection.html">TQDomCDATASection</a> <td valign="top">Represents an XML CDATA section -<tr bgcolor="#f0f0f0"> <td valign="top"><a href="qdomcharacterdata.html">TQDomCharacterData</a> +<tr bgcolor="#f0f0f0"> <td valign="top"><a href="tqdomcharacterdata.html">TQDomCharacterData</a> <td valign="top">Represents a generic string in the DOM -<tr bgcolor="#d0d0d0"> <td valign="top"><a href="qdomcomment.html">TQDomComment</a> +<tr bgcolor="#d0d0d0"> <td valign="top"><a href="tqdomcomment.html">TQDomComment</a> <td valign="top">Represents an XML comment -<tr bgcolor="#f0f0f0"> <td valign="top"><a href="qdomdocument.html">TQDomDocument</a> +<tr bgcolor="#f0f0f0"> <td valign="top"><a href="tqdomdocument.html">TQDomDocument</a> <td valign="top">The representation of an XML document -<tr bgcolor="#d0d0d0"> <td valign="top"><a href="qdomdocumentfragment.html">TQDomDocumentFragment</a> -<td valign="top">Tree of TQDomNodes which is usually not a complete <a href="qdomdocument.html">TQDomDocument</a> -<tr bgcolor="#f0f0f0"> <td valign="top"><a href="qdomdocumenttype.html">TQDomDocumentType</a> +<tr bgcolor="#d0d0d0"> <td valign="top"><a href="tqdomdocumentfragment.html">TQDomDocumentFragment</a> +<td valign="top">Tree of TQDomNodes which is usually not a complete <a href="tqdomdocument.html">TQDomDocument</a> +<tr bgcolor="#f0f0f0"> <td valign="top"><a href="tqdomdocumenttype.html">TQDomDocumentType</a> <td valign="top">The representation of the DTD in the document tree -<tr bgcolor="#d0d0d0"> <td valign="top"><a href="qdomelement.html">TQDomElement</a> +<tr bgcolor="#d0d0d0"> <td valign="top"><a href="tqdomelement.html">TQDomElement</a> <td valign="top">Represents one element in the DOM tree -<tr bgcolor="#f0f0f0"> <td valign="top"><a href="qdomentity.html">TQDomEntity</a> +<tr bgcolor="#f0f0f0"> <td valign="top"><a href="tqdomentity.html">TQDomEntity</a> <td valign="top">Represents an XML entity -<tr bgcolor="#d0d0d0"> <td valign="top"><a href="qdomentityreference.html">TQDomEntityReference</a> +<tr bgcolor="#d0d0d0"> <td valign="top"><a href="tqdomentityreference.html">TQDomEntityReference</a> <td valign="top">Represents an XML entity reference -<tr bgcolor="#f0f0f0"> <td valign="top"><a href="qdomimplementation.html">TQDomImplementation</a> +<tr bgcolor="#f0f0f0"> <td valign="top"><a href="tqdomimplementation.html">TQDomImplementation</a> <td valign="top">Information about the features of the DOM implementation -<tr bgcolor="#d0d0d0"> <td valign="top"><a href="qdomnamednodemap.html">TQDomNamedNodeMap</a> +<tr bgcolor="#d0d0d0"> <td valign="top"><a href="tqdomnamednodemap.html">TQDomNamedNodeMap</a> <td valign="top">Collection of nodes that can be accessed by name -<tr bgcolor="#f0f0f0"> <td valign="top"><a href="qdomnode.html">TQDomNode</a> +<tr bgcolor="#f0f0f0"> <td valign="top"><a href="tqdomnode.html">TQDomNode</a> <td valign="top">The base class for all nodes of the DOM tree -<tr bgcolor="#d0d0d0"> <td valign="top"><a href="qdomnodelist.html">TQDomNodeList</a> -<td valign="top">List of <a href="qdomnode.html">TQDomNode</a> objects -<tr bgcolor="#f0f0f0"> <td valign="top"><a href="qdomnotation.html">TQDomNotation</a> +<tr bgcolor="#d0d0d0"> <td valign="top"><a href="tqdomnodelist.html">TQDomNodeList</a> +<td valign="top">List of <a href="tqdomnode.html">TQDomNode</a> objects +<tr bgcolor="#f0f0f0"> <td valign="top"><a href="tqdomnotation.html">TQDomNotation</a> <td valign="top">Represents an XML notation -<tr bgcolor="#d0d0d0"> <td valign="top"><a href="qdomprocessinginstruction.html">TQDomProcessingInstruction</a> +<tr bgcolor="#d0d0d0"> <td valign="top"><a href="tqdomprocessinginstruction.html">TQDomProcessingInstruction</a> <td valign="top">Represents an XML processing instruction -<tr bgcolor="#f0f0f0"> <td valign="top"><a href="qdomtext.html">TQDomText</a> +<tr bgcolor="#f0f0f0"> <td valign="top"><a href="tqdomtext.html">TQDomText</a> <td valign="top">Represents textual data in the parsed XML document -<tr bgcolor="#d0d0d0"> <td valign="top"><a href="qxmlattributes.html">TQXmlAttributes</a> +<tr bgcolor="#d0d0d0"> <td valign="top"><a href="tqxmlattributes.html">TQXmlAttributes</a> <td valign="top">XML attributes -<tr bgcolor="#f0f0f0"> <td valign="top"><a href="qxmlcontenthandler.html">TQXmlContentHandler</a> +<tr bgcolor="#f0f0f0"> <td valign="top"><a href="tqxmlcontenthandler.html">TQXmlContentHandler</a> <td valign="top">Interface to report logical content of XML data -<tr bgcolor="#d0d0d0"> <td valign="top"><a href="qxmldeclhandler.html">TQXmlDeclHandler</a> +<tr bgcolor="#d0d0d0"> <td valign="top"><a href="tqxmldeclhandler.html">TQXmlDeclHandler</a> <td valign="top">Interface to report declaration content of XML data -<tr bgcolor="#f0f0f0"> <td valign="top"><a href="qxmldefaulthandler.html">TQXmlDefaultHandler</a> +<tr bgcolor="#f0f0f0"> <td valign="top"><a href="tqxmldefaulthandler.html">TQXmlDefaultHandler</a> <td valign="top">Default implementation of all XML handler classes -<tr bgcolor="#d0d0d0"> <td valign="top"><a href="qxmldtdhandler.html">TQXmlDTDHandler</a> +<tr bgcolor="#d0d0d0"> <td valign="top"><a href="tqxmldtdhandler.html">TQXmlDTDHandler</a> <td valign="top">Interface to report DTD content of XML data -<tr bgcolor="#f0f0f0"> <td valign="top"><a href="qxmlentityresolver.html">TQXmlEntityResolver</a> +<tr bgcolor="#f0f0f0"> <td valign="top"><a href="tqxmlentityresolver.html">TQXmlEntityResolver</a> <td valign="top">Interface to resolve extern entities contained in XML data -<tr bgcolor="#d0d0d0"> <td valign="top"><a href="qxmlerrorhandler.html">TQXmlErrorHandler</a> +<tr bgcolor="#d0d0d0"> <td valign="top"><a href="tqxmlerrorhandler.html">TQXmlErrorHandler</a> <td valign="top">Interface to report errors in XML data -<tr bgcolor="#f0f0f0"> <td valign="top"><a href="qxmlinputsource.html">TQXmlInputSource</a> -<td valign="top">The input data for the <a href="qxmlreader.html">TQXmlReader</a> subclasses -<tr bgcolor="#d0d0d0"> <td valign="top"><a href="qxmllexicalhandler.html">TQXmlLexicalHandler</a> +<tr bgcolor="#f0f0f0"> <td valign="top"><a href="tqxmlinputsource.html">TQXmlInputSource</a> +<td valign="top">The input data for the <a href="tqxmlreader.html">TQXmlReader</a> subclasses +<tr bgcolor="#d0d0d0"> <td valign="top"><a href="tqxmllexicalhandler.html">TQXmlLexicalHandler</a> <td valign="top">Interface to report lexical content of XML data -<tr bgcolor="#f0f0f0"> <td valign="top"><a href="qxmllocator.html">TQXmlLocator</a> +<tr bgcolor="#f0f0f0"> <td valign="top"><a href="tqxmllocator.html">TQXmlLocator</a> <td valign="top">The XML handler classes with information about the actual parsing position -<tr bgcolor="#d0d0d0"> <td valign="top"><a href="qxmlnamespacesupport.html">TQXmlNamespaceSupport</a> +<tr bgcolor="#d0d0d0"> <td valign="top"><a href="tqxmlnamespacesupport.html">TQXmlNamespaceSupport</a> <td valign="top">Helper class for XML readers which want to include namespace support -<tr bgcolor="#f0f0f0"> <td valign="top"><a href="qxmlparseexception.html">TQXmlParseException</a> -<td valign="top">Used to report errors with the <a href="qxmlerrorhandler.html">TQXmlErrorHandler</a> interface -<tr bgcolor="#d0d0d0"> <td valign="top"><a href="qxmlreader.html">TQXmlReader</a> +<tr bgcolor="#f0f0f0"> <td valign="top"><a href="tqxmlparseexception.html">TQXmlParseException</a> +<td valign="top">Used to report errors with the <a href="tqxmlerrorhandler.html">TQXmlErrorHandler</a> interface +<tr bgcolor="#d0d0d0"> <td valign="top"><a href="tqxmlreader.html">TQXmlReader</a> <td valign="top">Interface for XML readers (i.e. for SAX2 parsers) -<tr bgcolor="#f0f0f0"> <td valign="top"><a href="qxmlsimplereader.html">TQXmlSimpleReader</a> +<tr bgcolor="#f0f0f0"> <td valign="top"><a href="tqxmlsimplereader.html">TQXmlSimpleReader</a> <td valign="top">Implementation of a simple XML reader (a SAX2 parser) </table></center> <p> <a name="sax2"></a> @@ -189,42 +189,42 @@ manipulation is difficult because data is not stored, simply handled and discarded serially. The <a href="#dom">DOM interface</a> reads in and stores the whole document in a tree structure; this takes more memory, but makes it easier to manipulate the document's structure.. -<p> The TQt XML module provides an abstract class, <a href="qxmlreader.html">TQXmlReader</a>, that +<p> The TQt XML module provides an abstract class, <a href="tqxmlreader.html">TQXmlReader</a>, that defines the interface for potential SAX2 readers. TQt includes a reader -implementation, <a href="qxmlsimplereader.html">TQXmlSimpleReader</a>, that is easy to adapt through +implementation, <a href="tqxmlsimplereader.html">TQXmlSimpleReader</a>, that is easy to adapt through subclassing. <p> The reader reports parsing events through special handler classes: <center><table cellpadding="4" cellspacing="2" border="0"> <tr bgcolor="#a2c511"> <th valign="top">Handler class <th valign="top">Description -<tr bgcolor="#d0d0d0"> <td valign="top"><a href="qxmlcontenthandler.html">TQXmlContentHandler</a> +<tr bgcolor="#d0d0d0"> <td valign="top"><a href="tqxmlcontenthandler.html">TQXmlContentHandler</a> <td valign="top">Reports events related to the content of a document (e.g. the start tag or characters). -<tr bgcolor="#f0f0f0"> <td valign="top"><a href="qxmldtdhandler.html">TQXmlDTDHandler</a> +<tr bgcolor="#f0f0f0"> <td valign="top"><a href="tqxmldtdhandler.html">TQXmlDTDHandler</a> <td valign="top">Reports events related to the DTD (e.g. notation declarations). -<tr bgcolor="#d0d0d0"> <td valign="top"><a href="qxmlerrorhandler.html">TQXmlErrorHandler</a> +<tr bgcolor="#d0d0d0"> <td valign="top"><a href="tqxmlerrorhandler.html">TQXmlErrorHandler</a> <td valign="top">Reports errors or warnings that occurred during parsing. -<tr bgcolor="#f0f0f0"> <td valign="top"><a href="qxmlentityresolver.html">TQXmlEntityResolver</a> +<tr bgcolor="#f0f0f0"> <td valign="top"><a href="tqxmlentityresolver.html">TQXmlEntityResolver</a> <td valign="top">Reports external entities during parsing and allows users to resolve external entities themselves instead of leaving it to the reader. -<tr bgcolor="#d0d0d0"> <td valign="top"><a href="qxmldeclhandler.html">TQXmlDeclHandler</a> +<tr bgcolor="#d0d0d0"> <td valign="top"><a href="tqxmldeclhandler.html">TQXmlDeclHandler</a> <td valign="top">Reports further DTD related events (e.g. attribute declarations). -<tr bgcolor="#f0f0f0"> <td valign="top"><a href="qxmllexicalhandler.html">TQXmlLexicalHandler</a> +<tr bgcolor="#f0f0f0"> <td valign="top"><a href="tqxmllexicalhandler.html">TQXmlLexicalHandler</a> <td valign="top">Reports events related to the lexical structure of the document (the beginning of the DTD, comments etc.). </table></center> -<p> These classes are abstract classes describing the interface. The <a href="qxmldefaulthandler.html">TQXmlDefaultHandler</a> class provides a "do nothing" default +<p> These classes are abstract classes describing the interface. The <a href="tqxmldefaulthandler.html">TQXmlDefaultHandler</a> class provides a "do nothing" default implementation for all of them. Therefore users only need to overload -the <a href="qxmldefaulthandler.html">TQXmlDefaultHandler</a> functions they are interested in. -<p> To read input XML data a special class <a href="qxmlinputsource.html">TQXmlInputSource</a> is used. +the <a href="tqxmldefaulthandler.html">TQXmlDefaultHandler</a> functions they are interested in. +<p> To read input XML data a special class <a href="tqxmlinputsource.html">TQXmlInputSource</a> is used. <p> Apart from those already mentioned, the following SAX2 support classes provide additional useful functionality: <center><table cellpadding="4" cellspacing="2" border="0"> <tr bgcolor="#a2c511"> <th valign="top">Class <th valign="top">Description -<tr bgcolor="#d0d0d0"> <td valign="top"><a href="qxmlattributes.html">TQXmlAttributes</a> +<tr bgcolor="#d0d0d0"> <td valign="top"><a href="tqxmlattributes.html">TQXmlAttributes</a> <td valign="top">Used to pass attributes in a start element event. -<tr bgcolor="#f0f0f0"> <td valign="top"><a href="qxmllocator.html">TQXmlLocator</a> +<tr bgcolor="#f0f0f0"> <td valign="top"><a href="tqxmllocator.html">TQXmlLocator</a> <td valign="top">Used to obtain the actual parsing position of an event. -<tr bgcolor="#d0d0d0"> <td valign="top"><a href="qxmlnamespacesupport.html">TQXmlNamespaceSupport</a> +<tr bgcolor="#d0d0d0"> <td valign="top"><a href="tqxmlnamespacesupport.html">TQXmlNamespaceSupport</a> <td valign="top">Used to implement <a href="xml.html#namespaces">namespace</a> support for a reader. Note that namespaces do not change the parsing behavior. They are only reported through the handler. @@ -239,9 +239,9 @@ declarations and prefixes along with the local name of a tag". Like every other feature this has a unique name represented by a URI: it is called <em>http://xml.org/sax/features/namespace-prefixes</em>. <p> The TQt SAX2 implementation can report whether the reader has -particular functionality using the <a href="qxmlreader.html#hasFeature">TQXmlReader::hasFeature</a>() -function. Available features can be tested with <a href="qxmlreader.html#feature">TQXmlReader::feature</a>(), -and switched on or off using <a href="qxmlreader.html#setFeature">TQXmlReader::setFeature</a>(). +particular functionality using the <a href="tqxmlreader.html#hasFeature">TQXmlReader::hasFeature</a>() +function. Available features can be tested with <a href="tqxmlreader.html#feature">TQXmlReader::feature</a>(), +and switched on or off using <a href="tqxmlreader.html#setFeature">TQXmlReader::setFeature</a>(). <p> Consider the example <pre> <document xmlns:book = 'http://trolltech.com/fnord/book/' @@ -251,16 +251,16 @@ and switched on or off using <a href="qxmlreader.html#setFeature">TQXmlReader::s A reader that does not support the <em>http://xml.org/sax/features/namespace-prefixes</em> feature would report the element name <em>document</em> but not its attributes <em>xmlns:book</em> and <em>xmlns</em> with their values. A reader with the feature <em>http://xml.org/sax/features/namespace-prefixes</em> reports the namespace -attributes if the <a href="qxmlreader.html#feature">feature</a> is +attributes if the <a href="tqxmlreader.html#feature">feature</a> is switched on. <p> Other features include <em>http://xml.org/sax/features/namespace</em> (namespace processing, implies <em>http://xml.org/sax/features/namespace-prefixes</em>) and <em>http://xml.org/sax/features/validation</em> (the ability to report validation errors). <p> Whilst SAX2 leaves it to the user to define and implement whatever features are required, support for <em>http://xml.org/sax/features/namespace</em> (and thus <em>http://xml.org/sax/features/namespace-prefixes</em>) is mandantory. -The <a href="qxmlsimplereader.html">TQXmlSimpleReader</a> implementation of <a href="qxmlreader.html">TQXmlReader</a>, +The <a href="tqxmlsimplereader.html">TQXmlSimpleReader</a> implementation of <a href="tqxmlreader.html">TQXmlReader</a>, supports them, and can do namespace processing. -<p> <a href="qxmlsimplereader.html">TQXmlSimpleReader</a> is not validating, so it +<p> <a href="tqxmlsimplereader.html">TQXmlSimpleReader</a> is not validating, so it does not support <em>http://xml.org/sax/features/validation</em>. <p> <a name="sax2Namespaces"></a> <h3> Namespace support via features @@ -275,7 +275,7 @@ processing. This is done by setting and unsetting the <li> Namespace prefixes and local parts of elements and attributes can be reported. <li> The qualified names of elements and attributes are reported. -<li> <a href="qxmlcontenthandler.html#startPrefixMapping">TQXmlContentHandler::startPrefixMapping</a>() and <a href="qxmlcontenthandler.html#endPrefixMapping">TQXmlContentHandler::endPrefixMapping</a>() are called by the reader. +<li> <a href="tqxmlcontenthandler.html#startPrefixMapping">TQXmlContentHandler::startPrefixMapping</a>() and <a href="tqxmlcontenthandler.html#endPrefixMapping">TQXmlContentHandler::endPrefixMapping</a>() are called by the reader. <li> Attributes that declare namespaces (i.e. the attribute <em>xmlns</em> and attributes starting with <em>xmlns:</em>) are reported. </ol> @@ -305,10 +305,10 @@ a namespace URI for <em>xmlns:fnord</em>. <p> This might be changed in the future following the W3C suggestion <a href="http://www.w3.org/2000/xmlns/">http://www.w3.org/2000/xmlns/</a> to associate <em>xmlns</em> with the namespace <em>http://www.w3.org/2000/xmlns</em>. -<p> As the SAX2 standard suggests, <a href="qxmlsimplereader.html">TQXmlSimpleReader</a> defaults to having +<p> As the SAX2 standard suggests, <a href="tqxmlsimplereader.html">TQXmlSimpleReader</a> defaults to having <em>http://xml.org/sax/features/namespaces</em> set to TRUE and <em>http://xml.org/sax/features/namespace-prefixes</em> set to FALSE. -When changing this behavior using <a href="qxmlsimplereader.html#setFeature">TQXmlSimpleReader::setFeature</a>() +When changing this behavior using <a href="tqxmlsimplereader.html#setFeature">TQXmlSimpleReader::setFeature</a>() note that the combination of both features set to FALSE is illegal. <p> For a practical demonstration of how the two features affect the @@ -316,7 +316,7 @@ output of the reader run the <a href="tagreader-with-features-example.html">tagr <p> <a name="sax2NamespacesSummary"></a> <h4> Summary </h4> -<a name="2-3-1"></a><p> <a href="qxmlsimplereader.html">TQXmlSimpleReader</a> implements the following behavior: +<a name="2-3-1"></a><p> <a href="tqxmlsimplereader.html">TQXmlSimpleReader</a> implements the following behavior: <p> <center><table cellpadding="4" cellspacing="2" border="0"> <tr bgcolor="#a2c511"> <th valign="top">(namespaces, namespace-prefixes) <th valign="top">Namespace prefix and local part @@ -344,7 +344,7 @@ data required is at this address. It is simply a way of defining unique names. <p> Anyone can define and use new SAX2 properties for their readers. Property support is not mandatory. -<p> To set or query properties the following functions are provided: <a href="qxmlreader.html#setProperty">TQXmlReader::setProperty</a>(), <a href="qxmlreader.html#property">TQXmlReader::property</a>() and <a href="qxmlreader.html#hasProperty">TQXmlReader::hasProperty</a>(). +<p> To set or query properties the following functions are provided: <a href="tqxmlreader.html#setProperty">TQXmlReader::setProperty</a>(), <a href="tqxmlreader.html#property">TQXmlReader::property</a>() and <a href="tqxmlreader.html#hasProperty">TQXmlReader::hasProperty</a>(). <p> <a name="sax2Reading"></a> <h3> Further reading </h3> @@ -361,74 +361,74 @@ structure of an XML file. It makes a hierarchical view of the document (a tree view). Thus -- in contrast to the SAX2 interface -- an object model of the document is resident in memory after parsing which makes manipulation easy. -<p> All DOM nodes in the document tree are subclasses of <a href="qdomnode.html">TQDomNode</a>. The -document itself is represented as a <a href="qdomdocument.html">TQDomDocument</a> object. +<p> All DOM nodes in the document tree are subclasses of <a href="tqdomnode.html">TQDomNode</a>. The +document itself is represented as a <a href="tqdomdocument.html">TQDomDocument</a> object. <p> Here are the available node classes and their potential child classes: <p> <ul> -<li> <a href="qdomdocument.html">TQDomDocument</a>: Possible children are +<li> <a href="tqdomdocument.html">TQDomDocument</a>: Possible children are <ul> -<li> <a href="qdomelement.html">TQDomElement</a> (at most one) -<li> <a href="qdomprocessinginstruction.html">TQDomProcessingInstruction</a> -<li> <a href="qdomcomment.html">TQDomComment</a> -<li> <a href="qdomdocumenttype.html">TQDomDocumentType</a> +<li> <a href="tqdomelement.html">TQDomElement</a> (at most one) +<li> <a href="tqdomprocessinginstruction.html">TQDomProcessingInstruction</a> +<li> <a href="tqdomcomment.html">TQDomComment</a> +<li> <a href="tqdomdocumenttype.html">TQDomDocumentType</a> </ul> -<li> <a href="qdomdocumentfragment.html">TQDomDocumentFragment</a>: Possible children are +<li> <a href="tqdomdocumentfragment.html">TQDomDocumentFragment</a>: Possible children are <ul> -<li> <a href="qdomelement.html">TQDomElement</a> -<li> <a href="qdomprocessinginstruction.html">TQDomProcessingInstruction</a> -<li> <a href="qdomcomment.html">TQDomComment</a> -<li> <a href="qdomtext.html">TQDomText</a> -<li> <a href="qdomcdatasection.html">TQDomCDATASection</a> -<li> <a href="qdomentityreference.html">TQDomEntityReference</a> +<li> <a href="tqdomelement.html">TQDomElement</a> +<li> <a href="tqdomprocessinginstruction.html">TQDomProcessingInstruction</a> +<li> <a href="tqdomcomment.html">TQDomComment</a> +<li> <a href="tqdomtext.html">TQDomText</a> +<li> <a href="tqdomcdatasection.html">TQDomCDATASection</a> +<li> <a href="tqdomentityreference.html">TQDomEntityReference</a> </ul> -<li> <a href="qdomdocumenttype.html">TQDomDocumentType</a>: No children -<li> <a href="qdomentityreference.html">TQDomEntityReference</a>: Possible children are +<li> <a href="tqdomdocumenttype.html">TQDomDocumentType</a>: No children +<li> <a href="tqdomentityreference.html">TQDomEntityReference</a>: Possible children are <ul> -<li> <a href="qdomelement.html">TQDomElement</a> -<li> <a href="qdomprocessinginstruction.html">TQDomProcessingInstruction</a> -<li> <a href="qdomcomment.html">TQDomComment</a> -<li> <a href="qdomtext.html">TQDomText</a> -<li> <a href="qdomcdatasection.html">TQDomCDATASection</a> -<li> <a href="qdomentityreference.html">TQDomEntityReference</a> +<li> <a href="tqdomelement.html">TQDomElement</a> +<li> <a href="tqdomprocessinginstruction.html">TQDomProcessingInstruction</a> +<li> <a href="tqdomcomment.html">TQDomComment</a> +<li> <a href="tqdomtext.html">TQDomText</a> +<li> <a href="tqdomcdatasection.html">TQDomCDATASection</a> +<li> <a href="tqdomentityreference.html">TQDomEntityReference</a> </ul> -<li> <a href="qdomelement.html">TQDomElement</a>: Possible children are +<li> <a href="tqdomelement.html">TQDomElement</a>: Possible children are <ul> -<li> <a href="qdomelement.html">TQDomElement</a> -<li> <a href="qdomtext.html">TQDomText</a> -<li> <a href="qdomcomment.html">TQDomComment</a> -<li> <a href="qdomprocessinginstruction.html">TQDomProcessingInstruction</a> -<li> <a href="qdomcdatasection.html">TQDomCDATASection</a> -<li> <a href="qdomentityreference.html">TQDomEntityReference</a> +<li> <a href="tqdomelement.html">TQDomElement</a> +<li> <a href="tqdomtext.html">TQDomText</a> +<li> <a href="tqdomcomment.html">TQDomComment</a> +<li> <a href="tqdomprocessinginstruction.html">TQDomProcessingInstruction</a> +<li> <a href="tqdomcdatasection.html">TQDomCDATASection</a> +<li> <a href="tqdomentityreference.html">TQDomEntityReference</a> </ul> -<li> <a href="qdomattr.html">TQDomAttr</a>: Possible children are +<li> <a href="tqdomattr.html">TQDomAttr</a>: Possible children are <ul> -<li> <a href="qdomtext.html">TQDomText</a> -<li> <a href="qdomentityreference.html">TQDomEntityReference</a> +<li> <a href="tqdomtext.html">TQDomText</a> +<li> <a href="tqdomentityreference.html">TQDomEntityReference</a> </ul> -<li> <a href="qdomprocessinginstruction.html">TQDomProcessingInstruction</a>: No children -<li> <a href="qdomcomment.html">TQDomComment</a>: No children -<li> <a href="qdomtext.html">TQDomText</a>: No children -<li> <a href="qdomcdatasection.html">TQDomCDATASection</a>: No children -<li> <a href="qdomentity.html">TQDomEntity</a>: Possible children are +<li> <a href="tqdomprocessinginstruction.html">TQDomProcessingInstruction</a>: No children +<li> <a href="tqdomcomment.html">TQDomComment</a>: No children +<li> <a href="tqdomtext.html">TQDomText</a>: No children +<li> <a href="tqdomcdatasection.html">TQDomCDATASection</a>: No children +<li> <a href="tqdomentity.html">TQDomEntity</a>: Possible children are <ul> -<li> <a href="qdomelement.html">TQDomElement</a> -<li> <a href="qdomprocessinginstruction.html">TQDomProcessingInstruction</a> -<li> <a href="qdomcomment.html">TQDomComment</a> -<li> <a href="qdomtext.html">TQDomText</a> -<li> <a href="qdomcdatasection.html">TQDomCDATASection</a> -<li> <a href="qdomentityreference.html">TQDomEntityReference</a> +<li> <a href="tqdomelement.html">TQDomElement</a> +<li> <a href="tqdomprocessinginstruction.html">TQDomProcessingInstruction</a> +<li> <a href="tqdomcomment.html">TQDomComment</a> +<li> <a href="tqdomtext.html">TQDomText</a> +<li> <a href="tqdomcdatasection.html">TQDomCDATASection</a> +<li> <a href="tqdomentityreference.html">TQDomEntityReference</a> </ul> -<li> <a href="qdomnotation.html">TQDomNotation</a>: No children +<li> <a href="tqdomnotation.html">TQDomNotation</a>: No children </ul> -<p> With <a href="qdomnodelist.html">TQDomNodeList</a> and <a href="qdomnamednodemap.html">TQDomNamedNodeMap</a> two <a href="collection.html#collection-classes">collection classes</a> -are provided: <a href="qdomnodelist.html">TQDomNodeList</a> is a list of nodes, -and <a href="qdomnamednodemap.html">TQDomNamedNodeMap</a> is used to handle unordered sets of nodes +<p> With <a href="tqdomnodelist.html">TQDomNodeList</a> and <a href="tqdomnamednodemap.html">TQDomNamedNodeMap</a> two <a href="collection.html#collection-classes">collection classes</a> +are provided: <a href="tqdomnodelist.html">TQDomNodeList</a> is a list of nodes, +and <a href="tqdomnamednodemap.html">TQDomNamedNodeMap</a> is used to handle unordered sets of nodes (often used for attributes). -<p> The <a href="qdomimplementation.html">TQDomImplementation</a> class allows the user to query features of the +<p> The <a href="tqdomimplementation.html">TQDomImplementation</a> class allows the user to query features of the DOM implementation. <p> <h3> Further reading </h3> -<a name="3-2"></a><p> To get started please refer to the <a href="qdomdocument.html">TQDomDocument</a> documentation. +<a name="3-2"></a><p> To get started please refer to the <a href="tqdomdocument.html">TQDomDocument</a> documentation. <p> <a name="namespaces"></a> <h2> An introduction to namespaces </h2> |