Sax.

Sax.

美 [sæks]  英 [sæks]

英汉双解

— see also saxophone

英汉解释

abbr.
1.
(=Saxon; Saxony)

英英解释

abbr.

例句

SAX allows you to process a document as it's being read, which avoids the need to wait for all of it to be stored before taking action.

SAX允许读取文档处理从而不必等待整个文档存储之后才采取操作

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

很多实现DOM解析至少提供一个供应商专用方法访问一个底层SAX解析

An alternate implementation of this program might be more efficient if it used the SAX parsing method, rather than DOM.

这个程序另一个实现有效如果使用SAX解析方法不是DOM

Note that the SAX parser is not required to supply a Locator, but if it does, it must fire this event before any other event.

注意需要SAX语法分析提供Locator但是如果提供必须任何其它事件之前激活事件

It's also easy to register with SAX, so handling errors is just a few lines of code away.

可以容易注册SAX处理错误需要代码

Parsing of XML data is often done with a SAX-style parser.

XML数据解析通常使用一个SAX风格解析器完成

Holding a newspaper frees you to express yourself, sort of like holding a sax did for Coltrane.

报纸机会表达自己库特拉尼那样

Because Jeffrey Sax, and you know Jeffrey Sax, highly- respected economist, said -- let me address that tax issue.

因为JeffreySax一位非常尊敬经济学家——解决税收问题

As you know from A brief history lesson, when you work with SAX, your first step is to create a new SAXParserFactory.

通过简要历史回顾知道使用SAX第一创建SAXParserFactory

As you know, SAX parsing requires you to write a ContentHandler that processes parser events.

知道SAX语法分析要求编写处理语法分析事件ContentHandler

One morning as I sax draped in a long gown - it must have been about ten o' clock - I heard some footsteps out in the courtyard.

一天早晨大概十点来钟长袍听见有点脚步声

JAXP initially had the goal to remove some of the vendor-specific details, related to which XML parser was used, from SAX and DOM code.

最初JAXP目标SAXDOM代码移除一些特定供应商信息涉及到使用XML解析器)。

Unlike DOM, SAX is not endorsed by an official standardization body, but it is widely used and is considered a de facto standard.

DOM不同SAX没有经过官方标准机构认可但是广泛使用视为事实上标准

If it's dereferenced in an attribute value, this attack can even damage a SAX-based system by overflowing the limits of a string.

如果属性没有任何关联那么这种攻击甚至可以通过溢出字符串限制损害基于SAX系统

But a combined Singaporean and Australian exchange -- call it SAX -- does create a new attraction that could make up for it.

如果一个新加坡-澳大利亚交易所诞生姑且称为”),形成一种吸引力从而可能弥补这个劣势

Still, it's easy to write a piece of glue code that picks up events from the provided StAX interface and drives a SAX ContentHandler.

不过容易编写一段胶水代码提供StAX接口接收事件驱动SAXContentHandler

Sax: God, I turn out to be such a damsel in distress.

天哪竟然成为一个如此悲惨女人

This means that SAX can discard those parts of the document that are not in scope at the time, which makes it more efficient.

意味SAX可以抛弃暂时范围文档部分使得高效

Just rewrite a few lines of code to use SAXParser instead of DOMBuilder and you're ready to add SAX-specific error handling.

需要重写一些代码使用SAXParser代替DOMBuilder即可这样可以开始添加SAX有关错误处理

SAX -- like the parser modules it provides an API for -- is essentially a sequential processor of an XML document.

SAX--如同提供语法分析模块API--基本上一个XML文档顺序处理器

Soprano voice ; soprano sax; the boy still had a fine treble voice; the treble clef .

高音高音萨克斯管这个男孩仍旧高音高音谱号

SAX, as you may know, is an event-oriented programming API for parsing XML documents.

正如可能知道SAX一个用于解析XML文档面向事件编程API

Through SAX events, your application listens to the flow of the document and, supposedly, generates the appropriate response.

通过SAX事件应用程序侦听文档并且按照需要生成相应响应

Instead , SAX is mostly just a way to save memory while extracting data from an XML document .

反而主要SAX作为XML文档抽取数据节省内存一种方法

The next step is to implement the getter and setter methods for the various interfaces that SAX uses.

下一步就是SAX使用各种接口实现gettersetter方法

Being able to reuse SAX handler is great, but it is a somewhat complicated piece of code.

能够重用SAX处理程序非常不错代码稍微有些复杂

At any time during a parse, it is possible to register a new content handler, as stated in the SAX specification.

正如SAX规范那样解析过程任意时刻可以注册一个内容处理程序

If you do this, you get a few special techniques that the SAX interface does not provide.

如果这样获得SAX界面并不提供一些特殊技巧

Then the SAX parsing is handled manually with the returned handler as the means of dealing with content.

然后使用返回处理程序手动处理SAX解析内容进行处理

Because SAX is event driven, you'll want to be notified of, and react to, any errors that occur during validation.

因为SAX事件驱动所以需要验证期间发生任何错误时候得到通知作出反应

JAXP would still have the benefit of making translation between SAX and DOM easy, but this would be a nice nod to the XML community.

JAXP仍然受益SAXDOM之间轻易转换不过对于XML社区来说一个欣喜

En. The implementation of a SAX filter in most object-based SAX systems is as a specialized handler class.

大多数基于对象SAX系统SAX过滤器实现作为专门处理程序

When a SAX parsing process runs across this entity reference, it has to resolve the entity into another piece of content.

SAX解析过程运行实体引用必须实体解析一段内容

Apart from XML basics, you'll need at least a conceptual understanding of SAX to make use of the suggestions in this article.

除了了解XML基础知识至少需要理解SAX概念从而采用本文一些建议

SAX filters allow you to construct complex XML processing behaviors from simple, independent modules.

SAX过滤器允许简单独立模块构造复杂XML处理

At a more macroscopic level, an entire Saxon transformation can also be manipulated as a SAX filter.

宏观角度整个Saxon转换可以当作SAX过滤器进行操作

The SAX parser, the document handler, and the external classes for the other elements do not need any changes.

SAX解析器文档处理程序以及用于其他元素外部需要任何修改

Readers may be familiar with the XML equivalents based around the SAX-style libraries.

读者可能基于XMLSAX风格程序比较熟悉

The SAX programmer writes callback method implementations that are the snippets of code executed upon these various event occurrences.

SAX程序员编写回调方法实现它们发生这些各种事件执行代码片段

As you learned in Part 1, JAXP is a layer over SAX and DOM that enables Java programmers to perform vendor-neutral XML parsing.

第1部分了解JAXP位于SAXDOM之上允许Java程序员执行开发商中立XML解析