Uses of Class
javax.xml.parsers.DocumentBuilder
-
Packages that use DocumentBuilder 软件包 描述 javax.xml.bind.annotation 定义用于将Java程序元素定制到XML模式映射的注释。javax.xml.parsers 提供使用SAX(Simple API for XML)解析器或DOM(文档对象模型)文档构建器处理XML文档的类。 -
-
Uses of DocumentBuilder in javax.xml.bind.annotation
Methods in javax.xml.bind.annotation that return DocumentBuilder Modifier and Type 方法 描述 DocumentBuilder
W3CDomHandler. getBuilder()
Methods in javax.xml.bind.annotation with parameters of type DocumentBuilder Modifier and Type 方法 描述 void
W3CDomHandler. setBuilder(DocumentBuilder builder)
Constructors in javax.xml.bind.annotation with parameters of type DocumentBuilder Constructor 描述 W3CDomHandler(DocumentBuilder builder)
构造函数,允许应用程序指定要使用的DOM实现。 -
Uses of DocumentBuilder in javax.xml.parsers
Methods in javax.xml.parsers that return DocumentBuilder Modifier and Type 方法 描述 abstract DocumentBuilder
DocumentBuilderFactory. newDocumentBuilder()
使用当前配置的参数创建DocumentBuilder
的新实例。
-