From 6e88470e56d725d4dc4225f0218a5bb09a009953 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Fri, 11 Dec 2020 16:41:09 +0000 Subject: Reland "Remove tinyxml (not to be confused with tinyxml2)." This reverts commit 2fc02026970fdae78af541b5439f748b27c671ab. Bug: http://b/30215664 Change-Id: Iaf852f4ca0b3facc132837ae273e1e76a6beecb7 Test: treehugger --- docs/classTiXmlUnknown.html | 43 ------------------------------------------- 1 file changed, 43 deletions(-) delete mode 100644 docs/classTiXmlUnknown.html (limited to 'docs/classTiXmlUnknown.html') diff --git a/docs/classTiXmlUnknown.html b/docs/classTiXmlUnknown.html deleted file mode 100644 index a6661d3..0000000 --- a/docs/classTiXmlUnknown.html +++ /dev/null @@ -1,43 +0,0 @@ - - -TinyXml: TiXmlUnknown Class Reference - - - -
Main Page | Class Hierarchy | Class List | File List | Class Members
-

TiXmlUnknown Class Reference

Any tag that tinyXml doesn't recognize is saved as an unknown. -More... -

-#include <tinyxml.h> -

-

Inheritance diagram for TiXmlUnknown: -

- -TiXmlNode -TiXmlBase - -List of all members. - - - - - - - - -

Public Member Functions

-virtual TiXmlNodeClone () const
 Creates a copy of this Unknown and returns it.
-virtual void Print (FILE *cfile, int depth) const
 Print this Unknown to a FILE stream.
-

Detailed Description

-Any tag that tinyXml doesn't recognize is saved as an unknown. -

-It is a tag of text, but should not be modified. It will be written back to the XML, unchanged, when the file is saved.

-DTD tags get thrown into TiXmlUnknowns. -

-


The documentation for this class was generated from the following file: -
Generated on Sat Oct 8 14:15:30 2005 for TinyXml by  - -doxygen 1.4.4
- - -- cgit v1.2.3