|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個 下一個 | 框架 無框架 |
使用 DocumentBuilder 的軟體套件 | |
---|---|
javax.xml.bind.annotation | 定義將 Java 程序元素定製成 XML 網要映射的註釋。 |
javax.xml.parsers | 提供允許處理 XML 文檔的類別。 |
javax.xml.bind.annotation 中 DocumentBuilder 的使用 |
---|
返回 DocumentBuilder 的 javax.xml.bind.annotation 中的方法 | |
---|---|
DocumentBuilder |
W3CDomHandler.getBuilder()
|
參數型別為 DocumentBuilder 的 javax.xml.bind.annotation 中的方法 | |
---|---|
void |
W3CDomHandler.setBuilder(DocumentBuilder builder)
|
參數型別為 DocumentBuilder 的 javax.xml.bind.annotation 中的建構子 | |
---|---|
W3CDomHandler(DocumentBuilder builder)
允許應用程序指定使用哪一個 DOM 實作的建構子。 |
javax.xml.parsers 中 DocumentBuilder 的使用 |
---|
返回 DocumentBuilder 的 javax.xml.parsers 中的方法 | |
---|---|
abstract DocumentBuilder |
DocumentBuilderFactory.newDocumentBuilder()
使用當前配置的參數創建一個新的 DocumentBuilder 實例。 |
|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個 下一個 | 框架 無框架 |
版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only。