软件包 | 描述 |
---|---|
javax.xml.bind.annotation |
定义自定义java程序元素的XML Schema映射注释。
|
javax.xml.parsers |
提供允许处理XML文档的类。
|
Modifier and Type | Method and Description |
---|---|
DocumentBuilder |
W3CDomHandler.getBuilder() |
Modifier and Type | Method and Description |
---|---|
void |
W3CDomHandler.setBuilder(DocumentBuilder builder) |
Constructor and Description |
---|
W3CDomHandler(DocumentBuilder builder)
构造函数允许应用程序指定要使用的DOM实现。
|
Modifier and Type | Method and Description |
---|---|
abstract DocumentBuilder |
DocumentBuilderFactory.newDocumentBuilder()
创建一个新的实例的一个
DocumentBuilder 使用当前的配置参数。
|
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.