parsers

parsers

美 [?pɑrs?r]  英 [?pɑ?(r)z?(r)]

  • n.剖析器;〔計〕語法分析程序;句法分析的程序
  • 網絡自頂向下分析程序

詞形變化

復數:parsers  

英漢解釋

n.
1.
剖析器
2.
〔計〕語法分析程序
3.
句法分析的程序

英英解釋

n.

例句

The standardized nature of XML has given rise to a number of derivative cross-platform, cross-language parsers and derivative technologies.

XML標準化特性導致一些平臺語言解析派生技術誕生

Most parsers that implement the DOM provide at least a vendor-specific means of access to an underlying SAX parser.

很多實現DOM解析至少提供一個供應商專用方法訪問一個底層SAX解析

Note that the form itself is nothing but an XML-based document and can be manipulated with the standard Java-based XML parsers.

注意表單本身只是基于XML文檔并且可以使用標準基于JavaXML解析操作

Building your own parser increases the complexity of your application , and will not perform as well as the shipped parsers .

構建自己分析器增加應用程序復雜程度執行效果不如附帶分析器

However, I still cannot work up a great deal of enthusiasm for the function docstring style of parsers.

無論如何仍然不能函數文檔字符串風格解析器具熱情

As well, [xmlproc] provides a variety of high-level and experimental interfaces that other parsers do not.

同樣,[xmlproc]提供其它語法分析具備各種高級測試接口

XML parsers do not preserve white space within attribute values the same way that they preserve white space within element textual content .

保留元素文本內容空白不同XML分析器保留屬性空白

RDFa parsers will retrieve the value from the text node of the element to which the property attribute is attached.

RDFa解析property屬性附屬元素文本節點textnode中將出來

You can construct parsers that are optimized to use an in-memory representation of a given Schema for validation (as mentioned earlier).

可以構造針對給定Schema內存表示優化解析驗證)。

Obviously, proper syntax is necessary for parsers to be able to accept XML documents at all.

顯然正確文法解析完全能夠接受XML文檔必需條件

In contrast to PLY or Spark, DParser itself is written in C, and is thus likely to be considerably faster than pure-Python parsers.

PLYSpark相反DParser本身C編寫因而可能純粹Python解析快得

Indeed, given its prevalence in Python, Perl, and Apache projects, expat is clearly one of the most widely-used XML parsers available.

的確PythonPerlApache項目流行程度而言expat明顯使用廣泛XML解析之一

The combination of the XAML Node Stream and XAML DOM parsers are being used to add support for static analysis tools like FxCOP.

我們可以聯合使用XAMLNodeStreamsXAMLDOM解析靜態分析工具FxCOP增加支持

The new parsers store additional parsing information (problems, node locations) in an ILocationResolver instead of a callback object.

解析一個ILocationResolver存儲額外解析信息問題節點位置),不是存儲回調對象

The heavy work of converting a reST text into a tree of nodes is done by the docutils. parsers. rst subpackage.

reST文本轉換節點繁重工作docutils.parsers.rst軟件包完成

XML parsers will simply reject documents that do not use quotes around attribute values and report an error.

XML分析器簡單地拒絕屬性兩側使用引號文檔報告錯誤

First, some number of copies of the document representations are built from parsers, with each resulting document object retained.

首先使用解析構建文檔表示某個數量副本保存每個結果文檔對象

Most people will end up with XML 1. 1 Processors as they upgrade their parsers, just as all the Xerces users already did.

隨著解析升級多數人最終使用XML1.1,Xerces所有用戶那樣

Conversely, the parsers that ship with development environments were tested with an eye towards compatibility.

相反開發環境提供解析大都經過兼容性有關測試

The thesis introduced the software and hardware design proposal of CNC. The processing procedure parsers have been introduced weightily.

介紹數控系統體系結構包括硬件體系結構軟件體系結構著重介紹加工程序解釋模塊

Their names are not allowed to contain colons, although parsers may not enforce that rule.

它們名稱允許包含冒號盡管解析可能強制執行規則

The potential for automated parsing with open-source validating parsers also influenced adoption of this guideline.

開放源碼驗證解析進行自動解析可能性影響指導原則采用

As you might expect, any errors in validation are reported to the ErrorHandler set on the parsers.

可以預料驗證錯誤都會報告解析設置ErrorHandler

Direct parsers & optimized validation of complex data structures of SOAP Messages (advantage of Document style of messaging).

SOAP消息復雜數據結構直接分析器優化驗證Document類型消息優點)。

XML parsers are available in every programming language (even Cobol enjoys strong XML support), so you have no reason not to use them.

編程語言適用XML解析即使Cobol強大XML支持),沒有理由使用

SAX was developed by the members of the XML-DEV mailing list as a standard and simple API for event-based parsers.

SAXXML-DEV郵件列表成員開發一種用于基于事件語法分析標準簡單API

All my old ad hoc parsers were imperative in flavor: read some characters, make some decisions, accumulate some variables, rinse, repeat.

所有特別解析采用這種風格一些字符決定累加一些變量清空重復

Both include parsers and extensive XML support, simplifying data exchange between the platforms.

二者包括解析廣泛XML支持簡化平臺之間數據交換

XML parsers can use this parent-child structure to navigate to a document, and even to modify the structure or content of the document.

XML解析可以利用這種父子結構遍歷文檔甚至修改文檔結構內容

Parametric parsers are a form of dynamic parsers that changes their behavior at run time based on some attribute or data.

參數化分析器就是那些運行依照某些屬性或者數據改變行為動態分析一種形式

For all of your parsers, the inputs are always the same: strings for the stock symbols.

對于所有解析而言輸入總是一樣股票代碼字符串

We have the ability to translate from a number of parsers to an internal representation which we use for compilation.

我們能力借鑒眾多解析自行開發用于編譯一個解析內部實現

With the ubiquity of XML, the VRML spec was rewritten to take advantage of XML parsers (and programmer familiarity with XML).

隨著XML得到無所不在應用VRML規范進行重寫從而利用XML解釋優點以及程序員XML比較熟悉這個優點)。

In our game we wanted to have separate parsers for the scripting language and the GUI descriptions, since they used different grammar rules.

我們希望游戲腳本語言GUI描述使用不同語法分析因為它們使用不同語法規則

Most formal parsers use variants on Extended Backus-Naur Form (EBNF) to describe the "grammars" of the languages they describe.

大多數正式解析使用擴展巴科斯范式(ExtendedBackus-NaurForm,EBNF)變體描述它們描述語言語法”。

You can use these parsers at runtime to avoid the cost of constructing and deconstructing parsers when you need to parse a document.

需要解析文檔可以運行使用這些解析從而避免構造分解解析開銷

You can specify the grammar caching parser configuration (org. apache. xerces. parsers. XMLGrammarCachingConfiguration).

指定語法緩沖解析器配置(org.apache.xerces.parsers.XMLGrammarCachingConfiguration)。

XML parsers are designed so that any input (well-formed or not, valid or not) is handled in a defined way.

設計XML解析為了任何輸入格式良好格式有效無效定義形式處理

You can now validate the syntax in scripts with multiple database parsers, and run scripts serially against multiple database connections.

現在可以使用多個數據庫解析驗證腳本語法然后依次多個數據庫連接執行腳本

Nevertheless, the approach described here is not the way plug-in parsers were initially meant to be used.

然而本文描述方法并不是插件解析方法最初使用目的