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