JavaScript is disabled on your browser.
跳过导航
概述
模块
软件包
类
使用
树
已过时的
索引
帮助
Java SE 11 & JDK 11
所有类
SEARCH:
JavaScript is disabled on your browser.
Uses of Interface
org.w3c.dom.DOMConfiguration
Packages that use
DOMConfiguration
软件包
描述
org.w3c.dom
提供文档对象模型(DOM)的接口。
org.w3c.dom.ls
为DOM Level 3加载和保存提供接口。
Uses of
DOMConfiguration
in
org.w3c.dom
Methods in
org.w3c.dom
that return
DOMConfiguration
变量和类型
方法
描述
DOMConfiguration
Document.
getDomConfig
()
调用
Document.normalizeDocument()
时使用的配置。
Uses of
DOMConfiguration
in
org.w3c.dom.ls
Methods in
org.w3c.dom.ls
that return
DOMConfiguration
变量和类型
方法
描述
DOMConfiguration
LSParser.
getDomConfig
()
解析输入源时使用的
DOMConfiguration
对象。
DOMConfiguration
LSSerializer.
getDomConfig
()
所述
DOMConfiguration
使用由对象
LSSerializer
序列化DOM节点时。