JSR-170 provides two methods for accessing nodes: traversal access and direct access. JSR-170提供了两种存取内容的方法:遍历存取和直接存取。
This is certainly more convenient than the traversal methods I discussed. 这无疑比我所讨论的遍历方法更方便。
The XML tree displayed from the XML document content can be edited directly facilitating easy traversal. 从XML文档内容显示的XML树可以直接编辑,从而促进轻松的遍历。
The table updates also led to races that occasionally lost packets during their traversal of the frequently changing ruleset. 在对频繁更改的规则集进行遍历的过程中,对表的更新还将导致偶尔出现丢包的情况。
The DOM parsing of an XML file that contains your GUI controls and the possible values for these controls is fairly straightforward, once you understand the document traversal methods. 一旦您理解了文档遍历方法,对包含GUI控件和对于这些控件可能的值的XML文件的DOM分析就相当的简单了。
In general, both direct and traversal access require knowledge of the internal node structure. 一般来说,直接存取和遍历存取都需要知道内部节点的结构。
XML document traversal and content-to-intermediate representation conversion are domain specific. XML文档遍历和“内容到中介”表示转换是特定于域的。
The first and most commonly used traversal technique is the each() function. 第一个也是最常用的遍历方法是each()函数。
Collecting this information is slow, requiring queue traversal. 收集关于队列大小的信息会很慢,需要遍历队列。
Transaction and Web traversal data are typical examples of fast-update data; they usually have big ( old and new) data volumes. 事务和Web遍历数据是快更新数据的典型例子;它们通常具有较大的(旧的和新的)数据量。
As you can see, daisy chaining allows you to concatenate several DOM traversal statements together. 如您所见,菊花链方式可以将几个DOM遍历语句连接起来。
Further, you can effectively use closure composition and mapping to define the action and effect traversal of the collection! 而且,可以有效地使用闭包复合和映射来定义集合的动作和效果遍历。
To facilitate the many traversal needs, QueryPath provides several methods for traversing. 为了简化遍历需求,QueryPath提供了一些用于遍历的方法。
This will cover matters such as traversal and scanning of data. 这将涉及到传输和扫描数据等。
We also need a zipper implementation that can deal with the standard Clojure data structures during traversal. 我们还需要一种zippers实现,它应能够在遍历过程中处理标准Clojure数据结构。
This later patch contains a reorganization to support a different "skipping" queue traversal algorithm of the queue with future patches. 后一个补丁包含对将来补丁中不同的“跳跃式”队列遍历算法的识别和支持。
Easy HTML DOM traversal using jQuery selectors and binding selected elements to events. 利用jQuery选择器(selectors)简化HTMLDOM遍历,并将所选元素绑定到事件。
Traversal string: An object return value was required but not supplied. 遍历字符串:要求一个对象返回值但没有提供。
Traversal string: The ':' delimiter is only valid as a parameter-name specifier in a parameter list. 遍历字符串:分隔符:仅在作为参数列表中参数名的指定符时才有效。
The concepts such as mathematical expression, stack operation and binary tree traversal must be presented in data structure. 数学表达式、栈的操作、二又树的遍历,这几个概念在数据结构的教材中是不可缺少的。
Research and Realization of NAT Traversal Solutions in VoIP System Based on SIP Protocol 基于SIP协议的VoIP系统中NAT穿越方案的研究与实现
The algorithms can answer a query of a node in constant time and perform a traversal in linear time. 该算法可在常数时间内完成单个结点的查询,在线性时间内完成整个序列的遍历或互转。
This structure is referenced during insertion, removal, and traversal of the list. 在链表的插入,移除,遍历操作中,这个结构体要被引用到。
A huge set of candidates is the main problem in mining the path traversal patterns. 大量的候选项集是挖掘路径遍历模式中的主要问题。
Method to perform a customized traversal. 方法执行自定义的遍历。
Traversal string: The '!' delimiter requires a name to operate on. 遍历字符串:分隔符!要求分隔一个名称。
InfoQ: Does Repository Manager support traversal of dependency tree of arbitrary depth? InfoQ:RepositoryManager支持遍历任意深度的依赖树吗?
Traversal string: An initial property or method name is required. 遍历字符串:要求初始化属性或方法名。
It pointed out that relation mode could be organized by sequential traversal of hierarchy tree structure. 方法指出将层次树状结构顺序遍历,组织成为关系模式。
You can certainly do much more with traversal expressions. 当然您可以使用遍历表达式做更多的事情。