查询
1 词典释义:
parser
时间: 2025-03-24 12:26:33
英 [ˈpɑːzə]

n.语法分析程序

双语例句
  • If the XML parser sees a null character in its input, it throws an exception and stops processing.

    如果 XML 分析程序在其输入中看到一个空字符,它就会发出异常并停止处理。

  • Start by constructing a parser.

    首先构造一个解析器。

  • It also includes an RSS parser.

    它还包括一个rss解析器。

  • Why learn about another parser?

    为什么要学习另一个解析器呢?

  • Create a new parser factory.

    创建新的解析器工厂。

  • Building a parser by hand.

    手工构建一个解析器。

  • You must use an event-driven parser.

    此时必须使用事件驱动的解析器。

  • Validation using an external parser.

    使用外部解析器的验证。

  • Write a parser from scratch.

    重新编写一个解析器。

  • The MIME parser is now supported.

    现在支持MIME解析器。

  • Validate enumerations with the parser.

    用解析器验证枚举列表。

  • So, the parser exits.

    因此,解析器退出。

  • The SAX parser runs on a callback model.

    SAX 解析器运行在回调模型上。

  • An XML parser can process any byte stream.

    xml解析器能够处理任何字节流。

  • Like a parser, it can generate SAX events.

    和解析器一样,它能生成SAX事件。

  • Finally, Listing 6 begins the parser loop.

    最后,清单6开始解析器循环。

  • It creates a parser object around a grammar.

    它围绕着文法创建解析器对象。

  • Now fill in the actions taken by the parser.

    现在,填入由解析器来完成的动作。

  • So, the parser does not validate the values.

    因此,解析器并不验证值。

  • The DB2 XML parser encoding rules will apply.

    需要应用DB 2 xml解析器编码规则。

  • The reasons are generated by the MSXML parser.

    而这些错误原因是由MSXML解析器生成的。

  • Most installations of PHP include the SAX parser.

    PHP的大多数安装都包含SAX解析器。

  • The bulk of the code tracks the parser state.

    大部分代码都在跟踪解析器的状态。

  • We will also show you how to reuse parser instances.

    我们还将向您展示如何重用解析器实例。

  • The XML parser reads this document and interprets it.

    xml语法分析器读取并解释该文档。

  • All of these classes sit on top of an existing parser.

    所有这些类都位于现有解析器的顶部。

  • Virtually every XML parser inherently knows about it.

    事实上每个xml解析器都知道它。

  • This parser is fully compatible with the previous XML parser.

    此解析器与以前的xml解析器完全兼容。

  • At the lowest level, the parser checks for syntax conformance.

    最低层上解析器检查是否存在语法错误。

  • You can use any JAXP-compliant parser framework for these values.

    您可以为这些值使用任何兼容JAXP的解析器。