软件包 | 描述 |
---|---|
javax.xml.parsers |
提供允许处理XML文档的类。
|
org.w3c.dom |
提供的文档对象模型(DOM)接口是一组API的
Java API for XML Processing。
|
org.w3c.dom.bootstrap |
Modifier and Type | Method and Description |
---|---|
abstract DOMImplementation |
DocumentBuilder.getDOMImplementation()
获得一个
DOMImplementation 对象的一个实例。
|
Modifier and Type | Method and Description |
---|---|
DOMImplementation |
DOMImplementationSource.getDOMImplementation(String features)
一个要求首先DOM实现,支持指定特征的方法。
|
DOMImplementation |
Document.getImplementation()
的
DOMImplementation 对象处理这个文件。
|
DOMImplementation |
DOMImplementationList.item(int index)
返回
index th项集合中的。
|
Modifier and Type | Method and Description |
---|---|
DOMImplementation |
DOMImplementationRegistry.getDOMImplementation(String features)
返回第一个实现所需的功能,或
null 如果没有发现。
|
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.