搜索优化
网页
图片
视频
学术
词典
地图
更多
航班
笔记本
node list
美
英
un.
节点表
网络
节点列表;根结点中所有子节点的列表;节点集合
英汉
网络释义
un.
1.
节点表
1.
节点列表
节点列表
(
NodeList
):节点列表表示的是节点的一个有序集合。它的作用类似于 Java 中的 命名节点映射表(NamedNodeMa…
www.360doc.com
|
基于201个网页
2.
根结点中所有子节点的列表
* 然后获取
根结点中所有子节点的列表
(
NodeList
),* 然后使用再获取子节点列表中的需要读取的结点。
www.cnblogs.com
|
基于122个网页
3.
节点集合
//这里对1.3版做了些扩展,允许传珍上元素集合(HTMLCollection)与
节点集合
(
NodeList
), //元素数组可能是我们用字符串转换过来 …
www.knowsky.com
|
基于12个网页
4.
节点的集合
getElementByTagName 返回一个
节点的集合
(
NodeList
)该集合中所有的元素都具有参数中所给定的标记名,集合中的所有元素 …
www.99inf.net
|
基于12个网页
5.
节点序列
一个功能完备的DOM库应该能处理节点(node)或
节点序列
(
nodelist
),但现在我们不作要求。首先遍历需要被添加进的元 …
www.oschina.net
|
基于4个网页
6.
节点列表类
org.w3c.dom解析XML文档 - 发表是最好的记忆... ... 7.属性类 Attr 4.
节点列表类
NodeList
5.节点类 Node ...
www.cnblogs.com
|
基于2个网页
更多释义
收起释义
例句
释义:
全部
全部
,
节点表
节点表
,
节点列表
节点列表
,
根结点中所有子节点的列表
根结点中所有子节点的列表
,
节点集合
节点集合
类别:
全部
全部
,
口语
口语
,
书面语
书面语
,
标题
标题
,
技术
技术
来源:
全部
全部
,
字典
字典
,
网络
网络
难度:
全部
全部
,
简单
简单
,
中等
中等
,
难
难
更多例句筛选
收起例句筛选
1.
NodeList
is
the
structure
used
to
return
the list
of
nodes
from
the
evaluation
of your XPath
.
NodeList
是
一个
结构
,
用于
从
XPath
计算
中
返回
节点
列表
。
www.ibm.com
2.
The
result
of
evaluate
,
which
is
an
Object
, is
cast
to
the DOM
NodeList
type
,
and
returned
.
evaluate
的
结果
(
一个
Object
)
被
转换
为
DOMNodeList
类型
并
返回
。
www.ibm.com
3.
That
would
abstract
away
the
details
about
DOM
completely
,
and
remove
even the
current
small
dependency
on
org
.
w3c
.
dom
.
NodeList
.
这
将
完全
抽象
出
DOM
的
细节
,
然后
删除
当前
对
org.w3c.dom.NodeList
的
所有
依赖关系
。
www.ibm.com
4.
In
fact
,
that
's
why
XPathEvaluator
abstracts
XPath
details
away
from
users
of
the
class
,
but
still
returns
a
DOM
NodeList
.
实际上
,
这
就是
XPathEvaluator
从
类
的
用户
那里
抽象
出
XPath
细节
,
但
仍然
返回
一个
DOMNodeList
的
原因
。
www.ibm.com
5.
Every
NodeList
contains
a
list
of
Nodes
for
a
particular
series
.
每个
NodeList
都
包含
一个
用于
特殊
级数
的
Node
的
列表
。
www.ibm.com
6.
Define
the
MAC
addresses
of the
nodes
in
the mac
table
,
then
define
the
nodes
to the
nodelist
table
.
在
mac
表
内
定义
节点
的
MAC
地址
,
然后
在
nodelist
表
内
定义
节点
。
www.ibm.com
7.
Change
nodeList
to
include
the
names
of
the
nodes
that
will
be
part
of the
cluster
.
将
nodeList
修改
为
包含
构成
集群
的
节点
的
名称
。
www.ibm.com
8.
will
return
a
NodeList
of nodes called names
contained
within
the someElement
node
.
将
返回
一个
包含
在
someElement
节点
中
称为
names
的
节点
NodeList
。
www.ibm.com
9.
The
nodes
in the
NodeList
can
be
accessed
through
their
index
number
(
starting
from
0
)
.
中
的
节点
可以
通过
它们
的
索引
数字
(
从
0
开始
)
访问
。
www.itxuexi.com
10.
will
return
an
array
(
or
a
NodeList
)
of
tags
called
name
from
within the
document
.
将
从
文档
中
返回
一个
名
为
name
的
标记
数组
(
或
NodeList
)
。
www.ibm.com
1
2