From bd0f3345a938b35ce6a12f6150373b0955b8dd12 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 10 Jul 2011 15:24:15 -0500 Subject: Add Qt3 development HEAD version --- doc/html/xml-tools.html | 77 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 77 insertions(+) create mode 100644 doc/html/xml-tools.html (limited to 'doc/html/xml-tools.html') 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 @@ + + + + + +XML + + + + + + + +
+ +Home + | +All Classes + | +Main Classes + | +Annotated + | +Grouped Classes + | +Functions +

XML

+ + +

These classes are relevant to XML users. + +

+
QDomAttrRepresents one attribute of a QDomElement +
QDomCDATASectionRepresents an XML CDATA section +
QDomCharacterDataRepresents a generic string in the DOM +
QDomCommentRepresents an XML comment +
QDomDocumentRepresents an XML document +
QDomDocumentFragmentTree of QDomNodes which is not usually a complete QDomDocument +
QDomDocumentTypeThe representation of the DTD in the document tree +
QDomElementRepresents one element in the DOM tree +
QDomEntityRepresents an XML entity +
QDomEntityReferenceRepresents an XML entity reference +
QDomImplementationInformation about the features of the DOM implementation +
QDomNamedNodeMapCollection of nodes that can be accessed by name +
QDomNodeThe base class for all the nodes in a DOM tree +
QDomNodeListList of QDomNode objects +
QDomNotationRepresents an XML notation +
QDomProcessingInstructionRepresents an XML processing instruction +
QDomTextRepresents text data in the parsed XML document +
QXmlAttributesXML attributes +
QXmlContentHandlerInterface to report the logical content of XML data +
QXmlDeclHandlerInterface to report declaration content of XML data +
QXmlDefaultHandlerDefault implementation of all the XML handler classes +
QXmlDTDHandlerInterface to report DTD content of XML data +
QXmlEntityResolverInterface to resolve external entities contained in XML data +
QXmlErrorHandlerInterface to report errors in XML data +
QXmlInputSourceThe input data for the QXmlReader subclasses +
QXmlLexicalHandlerInterface to report the lexical content of XML data +
QXmlLocatorThe XML handler classes with information about the parsing position within a file +
QXmlNamespaceSupportHelper class for XML readers which want to include namespace support +
QXmlParseExceptionUsed to report errors with the QXmlErrorHandler interface +
QXmlReaderInterface for XML readers (i.e. parsers) +
QXmlSimpleReaderImplementation of a simple XML reader (parser) +
+ +


+ +
Copyright © 2007 +TrolltechTrademarks +
Qt 3.3.8
+
+ -- cgit v1.2.1