JavaTM 2 Platform
Standard Ed. 6

接口 org.w3c.dom.DOMConfiguration
的使用

使用 DOMConfiguration 的软件包
org.w3c.dom 为文档对象模型 (DOM) 提供接口,该模型是 Java API for XML Processing 的组件 API。 
org.w3c.dom.ls   
 

org.w3c.dom 中 DOMConfiguration 的使用
 

返回 DOMConfiguration 的 org.w3c.dom 中的方法
 DOMConfiguration Document.getDomConfig()
          调用 Document.normalizeDocument() 时使用的配置。
 

org.w3c.dom.ls 中 DOMConfiguration 的使用
 

返回 DOMConfiguration 的 org.w3c.dom.ls 中的方法
 DOMConfiguration LSParser.getDomConfig()
          解析输入源时使用的 DOMConfiguration 对象。
 DOMConfiguration LSSerializer.getDomConfig()
          在序列化 DOM 节点时由 LSSerializer 使用的 DOMConfiguration 对象。
 


JavaTM 2 Platform
Standard Ed. 6

提交错误或意见

版权所有 2008 Sun Microsystems, Inc. 保留所有权利。请遵守GNU General Public License, version 2 only。