public class ActionParser
extends java.lang.Object
限定符和类型 | 字段和说明 |
---|---|
private Logger |
logger |
private static ActionParser |
parser |
限定符 | 构造器和说明 |
---|---|
private |
ActionParser() |
限定符和类型 | 方法和说明 |
---|---|
static ActionParser |
getInstance()
Get singleton object
|
Action |
parse(org.w3c.dom.Node node)
parse node and build Action object
|
private Logger logger
private static ActionParser parser
public static ActionParser getInstance()
public Action parse(org.w3c.dom.Node node) throws ParserException
node
- ParserException