com.bstek.dorado.core.xml
public interface XmlDocumentBuilder
读取将给定的Resource
中的XML资源解析为
Document
。
Resource
,
Document
Modifier and Type | Method and Description |
---|---|
org.w3c.dom.Document |
loadDocument(Resource resource)
解析resource中的XML资源并返回DOM对象。
|
org.w3c.dom.Document |
loadDocument(Resource resource,
java.lang.String charset)
解析resource中的XML资源并返回DOM对象。
|
org.w3c.dom.Document |
newDocument()
创建一个空的XMLDocument对象。
|
org.w3c.dom.Document newDocument() throws java.lang.Exception
java.lang.Exception
org.w3c.dom.Document loadDocument(Resource resource) throws java.lang.Exception
resource
- 资源描述对象。java.lang.Exception
org.w3c.dom.Document loadDocument(Resource resource, java.lang.String charset) throws java.lang.Exception
resource
- 资源描述对象。charset
- 字符集。java.lang.Exception
Copyright © 2001-2011 www.BSTEK.com All Rights Reserved.