public class QuerySubNodeComponent extends Object implements ComponentInterface
Constructor and Description |
---|
QuerySubNodeComponent() |
Modifier and Type | Method and Description |
---|---|
void |
execute(Context context)
组件执行方法
|
String |
getNodePath() |
String |
getResultKey() |
XmlNode |
getXml() |
void |
setNodePath(String nodePath) |
void |
setResultKey(String resultKey) |
void |
setXml(XmlNode xml) |
public XmlNode getXml()
public void setXml(XmlNode xml)
public void execute(Context context)
ComponentInterface
execute
in interface ComponentInterface
context
- 组件执行的环境public String getNodePath()
public void setNodePath(String nodePath)
public String getResultKey()
public void setResultKey(String resultKey)
Copyright © 2006–2018 TinyGroup. All rights reserved.