您要查找的是不是:
- A reference to the XML parser to set an option in. 指向要设置选项信息的XML解析器的指针。
- Why not let the XML parser do the hard work? 为什么不让XML解析器来完成这些困难的工作呢?
- The starting point for an XML parser. XML分析器的起点。
- An XML parser is implemented on the basis of expat library. 使用expat对嵌入式XML解析器进行了实现。
- The xml_parser_free() function frees an an XML parser. 函数的作用是:释放一个XML解析器。
- To manipulate an XML document, you need an XML parser. 要熟练操作XML文档,你需要一个XML解析器。
- For this reason, the following three documents are different to an XML parser. 因此,对于XML分析器来说,下列三个文档是不同的。
- An item tree is a heavyweight object that takes time to build, and it is a structure you have to use an XML parser on. 一个条目树是一个重量级的对象,需要花时间去构建,并且它是一个您必须使用XML解析器才能解析的结构。
- Two common API models exist for interfacing software with an XML parser: the document model and the event model. 用于将软件与XML解析器结合的两种常用API模型是:文档模型和事件模型。
- If you want or need low-level control over the decoding of an XML document, then you should use an XML parser. 如果需要底层控制XML文档的解码,应该使用XML解析器。
- All SAX handlers accept SAX events from an upstream source, which might be the XML parser directly. 所有SAX处理程序都从上行源接受SAX事件,而这个上行源可能直接就是XML解析器。
- In XML documents, the XML version tag must be on the first line, so this example would cause an error in an XML parser. 在XML文档中,XML版本标记必须位于第一行,所以这个示例将在XML分析程序中导致错误。
- The first block of code creates an instance of the Microsoft XML parser (XMLDOM), and loads the XML file into memory. 第一块代码创建了一个微软的XML文件解析器(XMLDOM)的实例,并把XML文件加载到内存中;
- The xml_parser_create_ns() function creates an XML parser with namespace support. 函数的作用是:创建一个支持名称空间的XML解析器。
- The xml_set_character_data_handler() function sets the character data handler for the XML parser. 函数的作用是:为XML解析器设置处理字符数据的函数。
- The xml_set_default_handler() function sets the default data handler for the XML parser. 函数的作用是:为XML解析器设置默认处理的数据处理函数。
- To read and update - create and manipulate - an XML document, you will need an XML parser. 为了对一个XML文档进行读取/修改、创建/操作,你需要一个XML解析器。
- To help you validate (syntax-check) your xml, we have used Microsoft's XML parser to create an XML validator. 为帮助你检验XML文件的有效性,我们通过微软的XML解析器创建了一个XML有限性检验器。
- The XML parser functions lets you create XML parsers and define handlers for XML events. XML解析器函数可以创建XML解析器并且定义XML事件的处理方法。
- The developers can ship the class library that the application depends on an XML parser, for example with the code. 开发人员可以把应苚程序依赖菂类库装载到弌个XML解析噐中,甚至把氵原笩码也装扖。
