com.bstek.dorado.config.xml
public class TextPropertyParser extends java.lang.Object implements XmlParser
Constructor and Description |
---|
TextPropertyParser() |
Modifier and Type | Method and Description |
---|---|
ExpressionHandler |
getExpressionHandler()
返回EL表达式的处理器。
|
TextParser |
getTextParser()
返回用于接管属性值的解析任务的子解析器。
|
java.lang.Object |
parse(org.w3c.dom.Node node,
ParseContext context)
解析某个XML节点,并返回解析结果。
|
protected java.lang.Object |
parseText(java.lang.String text,
ParseContext context)
解析传入的字符串并返回解析结果。
|
void |
setExpressionHandler(ExpressionHandler expressionHandler)
设置EL表达式的处理器。
|
void |
setTextParser(TextParser textParser)
设置用于接管属性值的解析任务的子解析器。
|
public void setTextParser(TextParser textParser)
public TextParser getTextParser()
public void setExpressionHandler(ExpressionHandler expressionHandler)
public ExpressionHandler getExpressionHandler()
public java.lang.Object parse(org.w3c.dom.Node node, ParseContext context) throws java.lang.Exception
XmlParser
protected java.lang.Object parseText(java.lang.String text, ParseContext context) throws java.lang.Exception
java.lang.Exception
Copyright © 2001-2011 www.BSTEK.com All Rights Reserved.