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节点时。
-