public class OutputParser
extends java.lang.Object
限定符和类型 | 字段和说明 |
---|---|
private Logger |
logger |
private static OutputParser |
parser |
限定符 | 构造器和说明 |
---|---|
private |
OutputParser() |
限定符和类型 | 方法和说明 |
---|---|
static OutputParser |
getInstance()
Get the sigleton object of OutputParser
|
OutputObject |
parse(org.w3c.dom.Node node)
Parse node
|
private OutputMapping |
paseOutputMapping(org.w3c.dom.Node mappingNode)
This method will get the relation between columns of talbe and fields of object which is set in Output node.
|
private Logger logger
private static OutputParser parser
public static OutputParser getInstance()
public OutputObject parse(org.w3c.dom.Node node) throws ParserException
node
- ParserException
private OutputMapping paseOutputMapping(org.w3c.dom.Node mappingNode) throws ParserException
mappingNode
- ParserException