Lines Matching full:will
59 The following DTD syntax will not parse at this time in TinyXml:
109 variable TINYXML_USE_STL=YES/NO will control STL compilation. In the
120 Normally, TinyXml will try to detect the correct encoding and use it. However,
124 TinyXml will assume Legacy Mode until one of the following occurs:
127 begin the file or data stream, TinyXml will read it as UTF-8. </li>
129 TinyXml will read it as UTF-8. </li>
131 TinyXml will read it as UTF-8. </li>
133 TinyXml will read it as Legacy Mode. In legacy mode, TinyXml will
139 What happens if the encoding is incorrectly set or detected? TinyXml will try
201 will have the Value() of "Far & Away" when queried from the TiXmlText object,
202 and will be written back to the XML stream/file as an ampersand. Older versions
203 of TinyXml "preserved" character entities, but the newer versions will translate
222 and 2 declarations, will still print.
238 elements will not be streamed out.
245 part is knowing when the XML document is complete, since there will almost
246 certainly be other data in the stream. TinyXml will assume the XML data is
248 are ill-constructed with more than one root element will not read correctly.
255 at least some XML parsers, will interpret this as "Hello_world". They condense white
256 space. Some XML parsers do not, and will leave it as "Hello____world". (Remember
322 Simply compile and run. It will write the file demotest.xml to your
327 The Linux makefile is very generic and will
347 file 'xmltest' will be created.
371 Its not much of a To Do list, but it will do. To read this file
386 TiXmlDeclaration class. It will be the first child of the
397 A comment. Will become a TiXmlComment object.
452 warranty. In no event will the authors be held liable for any
495 use TinyXml. Hopefully you will enjoy it and find it useful.