public interface DOMImplementationList
DOMImplementationList
接口提供的DOM实现的有序集合的抽象,没有定义或约束如何集合实现。在
DOMImplementationList
项目都可以通过积分指数,从0开始。
Modifier and Type | Method and Description |
---|---|
int |
getLength()
列表中的
DOMImplementation s数。
|
DOMImplementation |
item(int index)
返回
index th项集合中的。
|
DOMImplementation item(int index)
index
th项集合中的。如果
index
大于或等于列表中的
DOMImplementation
s数,返回
null
。
index
索引到集合。
DOMImplementationList
的
index
位的
DOMImplementation
,或
null
如果这不是一个有效的指标。
int getLength()
DOMImplementation
s数。有效的子节点的指数范围是0到
length-1
包容。
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.