com.bstek.dorado.config.xml
public interface XmlParser extends Parser
一个XML解析器通常只完成一些较为简单的解析功能。例如:对某一种XML节点的解析。
对整个XML文件的解析工作往往需要一组相互配合的XmlParser的实现类来完成。
ParseContext
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
parse(org.w3c.dom.Node node,
ParseContext context)
解析某个XML节点,并返回解析结果。
|
java.lang.Object parse(org.w3c.dom.Node node, ParseContext context) throws java.lang.Exception
node
- 要解析的XML节点。context
- 解析的上下文对象。java.lang.Exception
Copyright © 2001-2011 www.BSTEK.com All Rights Reserved.