source: trunk/doc/html/xml-tools.html@ 203

Last change on this file since 203 was 190, checked in by rudi, 14 years ago

reference documentation added

File size: 5.5 KB
Line 
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/doc/indices.doc:784 -->
3<html>
4<head>
5<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
6<title>XML</title>
7<style type="text/css"><!--
8fn { margin-left: 1cm; text-indent: -1cm; }
9a:link { color: #004faf; text-decoration: none }
10a:visited { color: #672967; text-decoration: none }
11body { background: #ffffff; color: black; }
12--></style>
13</head>
14<body>
15
16<table border="0" cellpadding="0" cellspacing="0" width="100%">
17<tr bgcolor="#E5E5E5">
18<td valign=center>
19 <a href="index.html">
20<font color="#004faf">Home</font></a>
21 | <a href="classes.html">
22<font color="#004faf">All&nbsp;Classes</font></a>
23 | <a href="mainclasses.html">
24<font color="#004faf">Main&nbsp;Classes</font></a>
25 | <a href="annotated.html">
26<font color="#004faf">Annotated</font></a>
27 | <a href="groups.html">
28<font color="#004faf">Grouped&nbsp;Classes</font></a>
29 | <a href="functions.html">
30<font color="#004faf">Functions</font></a>
31</td>
32<td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>XML</h1>
33
34
35<p> These classes are relevant to XML users.
36
37<p><table width="100%">
38<tr bgcolor=#f0f0f0><td><b><a href="qdomattr.html">QDomAttr</a></b><td>Represents one attribute of a QDomElement
39<tr bgcolor=#f0f0f0><td><b><a href="qdomcdatasection.html">QDomCDATASection</a></b><td>Represents an XML CDATA section
40<tr bgcolor=#f0f0f0><td><b><a href="qdomcharacterdata.html">QDomCharacterData</a></b><td>Represents a generic string in the DOM
41<tr bgcolor=#f0f0f0><td><b><a href="qdomcomment.html">QDomComment</a></b><td>Represents an XML comment
42<tr bgcolor=#f0f0f0><td><b><a href="qdomdocument.html">QDomDocument</a></b><td>Represents an XML document
43<tr bgcolor=#f0f0f0><td><b><a href="qdomdocumentfragment.html">QDomDocumentFragment</a></b><td>Tree of QDomNodes which is not usually a complete QDomDocument
44<tr bgcolor=#f0f0f0><td><b><a href="qdomdocumenttype.html">QDomDocumentType</a></b><td>The representation of the DTD in the document tree
45<tr bgcolor=#f0f0f0><td><b><a href="qdomelement.html">QDomElement</a></b><td>Represents one element in the DOM tree
46<tr bgcolor=#f0f0f0><td><b><a href="qdomentity.html">QDomEntity</a></b><td>Represents an XML entity
47<tr bgcolor=#f0f0f0><td><b><a href="qdomentityreference.html">QDomEntityReference</a></b><td>Represents an XML entity reference
48<tr bgcolor=#f0f0f0><td><b><a href="qdomimplementation.html">QDomImplementation</a></b><td>Information about the features of the DOM implementation
49<tr bgcolor=#f0f0f0><td><b><a href="qdomnamednodemap.html">QDomNamedNodeMap</a></b><td>Collection of nodes that can be accessed by name
50<tr bgcolor=#f0f0f0><td><b><a href="qdomnode.html">QDomNode</a></b><td>The base class for all the nodes in a DOM tree
51<tr bgcolor=#f0f0f0><td><b><a href="qdomnodelist.html">QDomNodeList</a></b><td>List of QDomNode objects
52<tr bgcolor=#f0f0f0><td><b><a href="qdomnotation.html">QDomNotation</a></b><td>Represents an XML notation
53<tr bgcolor=#f0f0f0><td><b><a href="qdomprocessinginstruction.html">QDomProcessingInstruction</a></b><td>Represents an XML processing instruction
54<tr bgcolor=#f0f0f0><td><b><a href="qdomtext.html">QDomText</a></b><td>Represents text data in the parsed XML document
55<tr bgcolor=#f0f0f0><td><b><a href="qxmlattributes.html">QXmlAttributes</a></b><td>XML attributes
56<tr bgcolor=#f0f0f0><td><b><a href="qxmlcontenthandler.html">QXmlContentHandler</a></b><td>Interface to report the logical content of XML data
57<tr bgcolor=#f0f0f0><td><b><a href="qxmldeclhandler.html">QXmlDeclHandler</a></b><td>Interface to report declaration content of XML data
58<tr bgcolor=#f0f0f0><td><b><a href="qxmldefaulthandler.html">QXmlDefaultHandler</a></b><td>Default implementation of all the XML handler classes
59<tr bgcolor=#f0f0f0><td><b><a href="qxmldtdhandler.html">QXmlDTDHandler</a></b><td>Interface to report DTD content of XML data
60<tr bgcolor=#f0f0f0><td><b><a href="qxmlentityresolver.html">QXmlEntityResolver</a></b><td>Interface to resolve external entities contained in XML data
61<tr bgcolor=#f0f0f0><td><b><a href="qxmlerrorhandler.html">QXmlErrorHandler</a></b><td>Interface to report errors in XML data
62<tr bgcolor=#f0f0f0><td><b><a href="qxmlinputsource.html">QXmlInputSource</a></b><td>The input data for the QXmlReader subclasses
63<tr bgcolor=#f0f0f0><td><b><a href="qxmllexicalhandler.html">QXmlLexicalHandler</a></b><td>Interface to report the lexical content of XML data
64<tr bgcolor=#f0f0f0><td><b><a href="qxmllocator.html">QXmlLocator</a></b><td>The XML handler classes with information about the parsing position within a file
65<tr bgcolor=#f0f0f0><td><b><a href="qxmlnamespacesupport.html">QXmlNamespaceSupport</a></b><td>Helper class for XML readers which want to include namespace support
66<tr bgcolor=#f0f0f0><td><b><a href="qxmlparseexception.html">QXmlParseException</a></b><td>Used to report errors with the QXmlErrorHandler interface
67<tr bgcolor=#f0f0f0><td><b><a href="qxmlreader.html">QXmlReader</a></b><td>Interface for XML readers (i.e. parsers)
68<tr bgcolor=#f0f0f0><td><b><a href="qxmlsimplereader.html">QXmlSimpleReader</a></b><td>Implementation of a simple XML reader (parser)
69</table>
70<!-- eof -->
71<p><address><hr><div align=center>
72<table width=100% cellspacing=0 border=0><tr>
73<td>Copyright &copy; 2007
74<a href="troll.html">Trolltech</a><td align=center><a href="trademarks.html">Trademarks</a>
75<td align=right><div align=right>Qt 3.3.8</div>
76</table></div></address></body>
77</html>
Note: See TracBrowser for help on using the repository browser.