From 1702a6daff27f5d3e6fdac16962d1828df6ca270 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 30 May 2024 12:36:05 +0900 Subject: Rename nt* dom and xml related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/html/xml-tools.html | 62 ++++++++++++++++++++++++------------------------- 1 file changed, 31 insertions(+), 31 deletions(-) (limited to 'doc/html/xml-tools.html') diff --git a/doc/html/xml-tools.html b/doc/html/xml-tools.html index d7c94ee9c..081a70d29 100644 --- a/doc/html/xml-tools.html +++ b/doc/html/xml-tools.html @@ -35,37 +35,37 @@ body { background: #ffffff; color: black; }

These classes are relevant to XML users.

-
TQDomAttrRepresents one attribute of a TQDomElement -
TQDomCDATASectionRepresents an XML CDATA section -
TQDomCharacterDataRepresents a generic string in the DOM -
TQDomCommentRepresents an XML comment -
TQDomDocumentRepresents an XML document -
TQDomDocumentFragmentTree of TQDomNodes which is not usually a complete TQDomDocument -
TQDomDocumentTypeThe representation of the DTD in the document tree -
TQDomElementRepresents one element in the DOM tree -
TQDomEntityRepresents an XML entity -
TQDomEntityReferenceRepresents an XML entity reference -
TQDomImplementationInformation about the features of the DOM implementation -
TQDomNamedNodeMapCollection of nodes that can be accessed by name -
TQDomNodeThe base class for all the nodes in a DOM tree -
TQDomNodeListList of TQDomNode objects -
TQDomNotationRepresents an XML notation -
TQDomProcessingInstructionRepresents an XML processing instruction -
TQDomTextRepresents text data in the parsed XML document -
TQXmlAttributesXML attributes -
TQXmlContentHandlerInterface to report the logical content of XML data -
TQXmlDeclHandlerInterface to report declaration content of XML data -
TQXmlDefaultHandlerDefault implementation of all the XML handler classes -
TQXmlDTDHandlerInterface to report DTD content of XML data -
TQXmlEntityResolverInterface to resolve external entities contained in XML data -
TQXmlErrorHandlerInterface to report errors in XML data -
TQXmlInputSourceThe input data for the TQXmlReader subclasses -
TQXmlLexicalHandlerInterface to report the lexical content of XML data -
TQXmlLocatorThe XML handler classes with information about the parsing position within a file -
TQXmlNamespaceSupportHelper class for XML readers which want to include namespace support -
TQXmlParseExceptionUsed to report errors with the TQXmlErrorHandler interface -
TQXmlReaderInterface for XML readers (i.e. parsers) -
TQXmlSimpleReaderImplementation of a simple XML reader (parser) +
TQDomAttrRepresents one attribute of a TQDomElement +
TQDomCDATASectionRepresents an XML CDATA section +
TQDomCharacterDataRepresents a generic string in the DOM +
TQDomCommentRepresents an XML comment +
TQDomDocumentRepresents an XML document +
TQDomDocumentFragmentTree of TQDomNodes which is not usually a complete TQDomDocument +
TQDomDocumentTypeThe representation of the DTD in the document tree +
TQDomElementRepresents one element in the DOM tree +
TQDomEntityRepresents an XML entity +
TQDomEntityReferenceRepresents an XML entity reference +
TQDomImplementationInformation about the features of the DOM implementation +
TQDomNamedNodeMapCollection of nodes that can be accessed by name +
TQDomNodeThe base class for all the nodes in a DOM tree +
TQDomNodeListList of TQDomNode objects +
TQDomNotationRepresents an XML notation +
TQDomProcessingInstructionRepresents an XML processing instruction +
TQDomTextRepresents text data in the parsed XML document +
TQXmlAttributesXML attributes +
TQXmlContentHandlerInterface to report the logical content of XML data +
TQXmlDeclHandlerInterface to report declaration content of XML data +
TQXmlDefaultHandlerDefault implementation of all the XML handler classes +
TQXmlDTDHandlerInterface to report DTD content of XML data +
TQXmlEntityResolverInterface to resolve external entities contained in XML data +
TQXmlErrorHandlerInterface to report errors in XML data +
TQXmlInputSourceThe input data for the TQXmlReader subclasses +
TQXmlLexicalHandlerInterface to report the lexical content of XML data +
TQXmlLocatorThe XML handler classes with information about the parsing position within a file +
TQXmlNamespaceSupportHelper class for XML readers which want to include namespace support +
TQXmlParseExceptionUsed to report errors with the TQXmlErrorHandler interface +
TQXmlReaderInterface for XML readers (i.e. parsers) +
TQXmlSimpleReaderImplementation of a simple XML reader (parser)


-- cgit v1.2.1