tinyxml

tinyxmltinyxml
  1. We appreciate your suggestions , and would love to know if you use TinyXML .

    我们会很感激你的建议,还有我们想知道你是否在使用TinyXML。

  2. TinyXML can print output in several different ways that all have strengths and limitations .

    TinyXML有几种不同的方式来打印输出,当然它们各有各的优缺点。

  3. TinyXML should compile on any reasonably C + + compliant system .

    TinyXML可以在任何合理的C++适用系统上编译。

  4. All the string classes are implemented by TinyXML itself .

    所有string类都由TinyXML它自己实现。

  5. TinyXML can tracks the row and column origin of all nodes and attributes in a text file .

    TinyXML能够追踪所有结点和属性在文本文件中的行列原始位置。

  6. This is the only directive / special tag parsed by TinyXML .

    这是TinyXML唯一能够解析的指令/特殊标签。

  7. In the tinyxml directory , type " make clean " then " make " . The executable file'xmltest'will be created .

    在tinyxml目录输入“makeclean”然后“make”,就可以生成可执行的“xmltest”文件。

  8. TinyXML attempts to be a flexible parser , but with truly correct and compliant XML output .

    TinyXML在保证正确和恰当的XML输出的基础上尝试成为一个灵活的解析器。

  9. This can be passed by the compiler , or set as the first line of " tinyxml . h " .

    这可以作为参数传给编译器或者在“tinyxml.h”文件的第一行进行设置。

  10. There are some areas of improvement ; please check sourceforge if you are interested in working on TinyXML .

    有些地方可以让你得到提高,如果你对TinyXML的工作感兴趣的话可以上sourceforge查找一下。

  11. TinyXML is released under the ZLib license , so you can use it in open source or commercial code .

    TinyXML以Zlib许可来发布,所以你可以在开源或者商业软件中使用它。

  12. TinyXML does not use or directly support wchar , TCHAR , or Microsoft's_UNICODE at this time .

    TinyXML当前不使用或者直接支持wchar,TCHAR,或者微软的UNICODE。

  13. Older versions of TinyXML " preserved " character entities , but the newer versions will translate them into characters .

    老版本的TinyXML“保留”了字符实体,而在新版本中它们会被转化成字符串。

  14. Also note that operator > > is somewhat slower than Parse , due to both implementation of the STL and limitations of TinyXML .

    另外还要注意由于STL的实现和TinyXML的限制,operator>>会比Parse慢一些。

  15. TinyXML doesn 't parse or use DTDs ( Document Type Definitions ) or XSLs ( eXtensible Stylesheet Language . )

    TinyXML不解析不使用DTDs(文档类型定义)或者XSLs(可扩展样式表语言)。

  16. What happens if the encoding is incorrectly set or detected ? TinyXML will try to read and pass through text seen as improperly encoded .

    如果编码设置错误或者检测到错误会发生什么事呢?

  17. In your project , It 's probably easiest to add the line " # define TIXML_USE_STL " as the first line of tinyxml . h.

    在你的项目中,在tinyxml.h的第一行添加“defineTIXMLUSESTL”应该是最简单的。

  18. In brief , TinyXML parses an XML document , and builds from that a Document Object Model ( DOM ) that can be read , modified , and saved .

    简单地说,TinyXML解析一个XML文档并由此生成一个可读可修改可保存的文档对象模型(DOM)。

  19. Normally , TinyXML will try to detect the correct encoding and use it . However , by setting the value of TIXML_DEFAULT_ENCODING in the header file , TinyXML can be forced to always use one encoding .

    正常情况下,TinyXML会检测出正确的编码并使用它,然而,通过设置头文件中的TIXMLDEFAULTENCODING值,TinyXML可以被强制成总是使用某一种编码。

  20. TinyXML uses a Document Object Model ( DOM ), meaning the XML data is parsed into a C + + objects that can be browsed and manipulated , and then written to disk or another output stream .

    TinyXML使用文档对象模型(DOM),这意味着XML数据被解析成一个可被浏览和操作的C++对象,然后它可以被写到磁盘或者另一个输出流中。