正在准备搜索索引...
搜索索引不可用
@custouch-open/js-sdk
@custouch-open/js-sdk
index
<internal>
TreeWalker
接口 TreeWalker
The nodes of a document subtree and a position within them.
interface
TreeWalker
{
currentNode
:
Node
;
filter
:
null
|
NodeFilter
;
root
:
Node
;
whatToShow
:
number
;
firstChild
(
)
:
null
|
Node
;
lastChild
(
)
:
null
|
Node
;
nextNode
(
)
:
null
|
Node
;
nextSibling
(
)
:
null
|
Node
;
parentNode
(
)
:
null
|
Node
;
previousNode
(
)
:
null
|
Node
;
previousSibling
(
)
:
null
|
Node
;
}
索引
属性
current
Node
filter
root
what
To
Show
方法
first
Child
last
Child
next
Node
next
Sibling
parent
Node
previous
Node
previous
Sibling
属性
current
Node
current
Node
:
Node
只读
filter
filter
:
null
|
NodeFilter
只读
root
root
:
Node
只读
what
To
Show
what
To
Show
:
number
方法
first
Child
first
Child
(
)
:
null
|
Node
返回
null
|
Node
last
Child
last
Child
(
)
:
null
|
Node
返回
null
|
Node
next
Node
next
Node
(
)
:
null
|
Node
返回
null
|
Node
next
Sibling
next
Sibling
(
)
:
null
|
Node
返回
null
|
Node
parent
Node
parent
Node
(
)
:
null
|
Node
返回
null
|
Node
previous
Node
previous
Node
(
)
:
null
|
Node
返回
null
|
Node
previous
Sibling
previous
Sibling
(
)
:
null
|
Node
返回
null
|
Node
显示设置
成员可见性
受保护
继承
外部
配色
自动
浅色
深色
目录
属性
current
Node
filter
root
what
To
Show
方法
first
Child
last
Child
next
Node
next
Sibling
parent
Node
previous
Node
previous
Sibling
@custouch-open/js-sdk
加载中……
The nodes of a document subtree and a position within them.