diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-07-10 15:24:15 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-07-10 15:24:15 -0500 |
commit | bd0f3345a938b35ce6a12f6150373b0955b8dd12 (patch) | |
tree | 7a520322212d48ebcb9fbe1087e7fca28b76185c /doc/html/xml-tools.html | |
download | qt3-bd0f3345a938b35ce6a12f6150373b0955b8dd12.tar.gz qt3-bd0f3345a938b35ce6a12f6150373b0955b8dd12.zip |
Add Qt3 development HEAD version
Diffstat (limited to 'doc/html/xml-tools.html')
-rw-r--r-- | doc/html/xml-tools.html | 77 |
1 files changed, 77 insertions, 0 deletions
diff --git a/doc/html/xml-tools.html b/doc/html/xml-tools.html new file mode 100644 index 0000000..c2787c8 --- /dev/null +++ b/doc/html/xml-tools.html @@ -0,0 +1,77 @@ +<!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/doc/indices.doc:784 --> +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> +<title>XML</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 Classes</font></a> + | <a href="mainclasses.html"> +<font color="#004faf">Main Classes</font></a> + | <a href="annotated.html"> +<font color="#004faf">Annotated</font></a> + | <a href="groups.html"> +<font color="#004faf">Grouped 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>XML</h1> + + +<p> These classes are relevant to XML users. + +<p><table width="100%"> +<tr bgcolor=#f0f0f0><td><b><a href="qdomattr.html">QDomAttr</a></b><td>Represents one attribute of a QDomElement +<tr bgcolor=#f0f0f0><td><b><a href="qdomcdatasection.html">QDomCDATASection</a></b><td>Represents an XML CDATA section +<tr bgcolor=#f0f0f0><td><b><a href="qdomcharacterdata.html">QDomCharacterData</a></b><td>Represents a generic string in the DOM +<tr bgcolor=#f0f0f0><td><b><a href="qdomcomment.html">QDomComment</a></b><td>Represents an XML comment +<tr bgcolor=#f0f0f0><td><b><a href="qdomdocument.html">QDomDocument</a></b><td>Represents an XML document +<tr bgcolor=#f0f0f0><td><b><a href="qdomdocumentfragment.html">QDomDocumentFragment</a></b><td>Tree of QDomNodes which is not usually a complete QDomDocument +<tr bgcolor=#f0f0f0><td><b><a href="qdomdocumenttype.html">QDomDocumentType</a></b><td>The representation of the DTD in the document tree +<tr bgcolor=#f0f0f0><td><b><a href="qdomelement.html">QDomElement</a></b><td>Represents one element in the DOM tree +<tr bgcolor=#f0f0f0><td><b><a href="qdomentity.html">QDomEntity</a></b><td>Represents an XML entity +<tr bgcolor=#f0f0f0><td><b><a href="qdomentityreference.html">QDomEntityReference</a></b><td>Represents an XML entity reference +<tr bgcolor=#f0f0f0><td><b><a href="qdomimplementation.html">QDomImplementation</a></b><td>Information about the features of the DOM implementation +<tr bgcolor=#f0f0f0><td><b><a href="qdomnamednodemap.html">QDomNamedNodeMap</a></b><td>Collection of nodes that can be accessed by name +<tr bgcolor=#f0f0f0><td><b><a href="qdomnode.html">QDomNode</a></b><td>The base class for all the nodes in a DOM tree +<tr bgcolor=#f0f0f0><td><b><a href="qdomnodelist.html">QDomNodeList</a></b><td>List of QDomNode objects +<tr bgcolor=#f0f0f0><td><b><a href="qdomnotation.html">QDomNotation</a></b><td>Represents an XML notation +<tr bgcolor=#f0f0f0><td><b><a href="qdomprocessinginstruction.html">QDomProcessingInstruction</a></b><td>Represents an XML processing instruction +<tr bgcolor=#f0f0f0><td><b><a href="qdomtext.html">QDomText</a></b><td>Represents text data in the parsed XML document +<tr bgcolor=#f0f0f0><td><b><a href="qxmlattributes.html">QXmlAttributes</a></b><td>XML attributes +<tr bgcolor=#f0f0f0><td><b><a href="qxmlcontenthandler.html">QXmlContentHandler</a></b><td>Interface to report the logical content of XML data +<tr bgcolor=#f0f0f0><td><b><a href="qxmldeclhandler.html">QXmlDeclHandler</a></b><td>Interface to report declaration content of XML data +<tr bgcolor=#f0f0f0><td><b><a href="qxmldefaulthandler.html">QXmlDefaultHandler</a></b><td>Default implementation of all the XML handler classes +<tr bgcolor=#f0f0f0><td><b><a href="qxmldtdhandler.html">QXmlDTDHandler</a></b><td>Interface to report DTD content of XML data +<tr bgcolor=#f0f0f0><td><b><a href="qxmlentityresolver.html">QXmlEntityResolver</a></b><td>Interface to resolve external entities contained in XML data +<tr bgcolor=#f0f0f0><td><b><a href="qxmlerrorhandler.html">QXmlErrorHandler</a></b><td>Interface to report errors in XML data +<tr bgcolor=#f0f0f0><td><b><a href="qxmlinputsource.html">QXmlInputSource</a></b><td>The input data for the QXmlReader subclasses +<tr bgcolor=#f0f0f0><td><b><a href="qxmllexicalhandler.html">QXmlLexicalHandler</a></b><td>Interface to report the lexical content of XML data +<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 +<tr bgcolor=#f0f0f0><td><b><a href="qxmlnamespacesupport.html">QXmlNamespaceSupport</a></b><td>Helper class for XML readers which want to include namespace support +<tr bgcolor=#f0f0f0><td><b><a href="qxmlparseexception.html">QXmlParseException</a></b><td>Used to report errors with the QXmlErrorHandler interface +<tr bgcolor=#f0f0f0><td><b><a href="qxmlreader.html">QXmlReader</a></b><td>Interface for XML readers (i.e. parsers) +<tr bgcolor=#f0f0f0><td><b><a href="qxmlsimplereader.html">QXmlSimpleReader</a></b><td>Implementation of a simple XML reader (parser) +</table> +<!-- eof --> +<p><address><hr><div align=center> +<table width=100% cellspacing=0 border=0><tr> +<td>Copyright © 2007 +<a href="troll.html">Trolltech</a><td align=center><a href="trademarks.html">Trademarks</a> +<td align=right><div align=right>Qt 3.3.8</div> +</table></div></address></body> +</html> |