JavaTM 2 Platform
Standard Ed. 6

类 javax.xml.parsers.DocumentBuilder
的使用

使用 DocumentBuilder 的软件包
javax.xml.bind.annotation 定义将 Java 程序元素定制成 XML 模式映射的注释。 
javax.xml.parsers 提供允许处理 XML 文档的类。 
 

javax.xml.bind.annotationDocumentBuilder 的使用
 

返回 DocumentBuilderjavax.xml.bind.annotation 中的方法
 DocumentBuilder W3CDomHandler.getBuilder()
           
 

参数类型为 DocumentBuilderjavax.xml.bind.annotation 中的方法
 void W3CDomHandler.setBuilder(DocumentBuilder builder)
           
 

参数类型为 DocumentBuilderjavax.xml.bind.annotation 中的构造方法
W3CDomHandler(DocumentBuilder builder)
          允许应用程序指定使用哪一个 DOM 实现的构造方法。
 

javax.xml.parsersDocumentBuilder 的使用
 

返回 DocumentBuilderjavax.xml.parsers 中的方法
abstract  DocumentBuilder DocumentBuilderFactory.newDocumentBuilder()
          使用当前配置的参数创建一个新的 DocumentBuilder 实例。
 


JavaTM 2 Platform
Standard Ed. 6

提交错误或意见

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