public class Frontend extends Object implements Function<String,TPath.Expr>
| Constructor and Description |
|---|
Frontend() |
| Modifier and Type | Method and Description |
|---|---|
TPath.Expr |
apply(String xpath) |
void |
setMessageReceiver(MessageReceiver<? super SimpleMessage> msg) |
public void setMessageReceiver(MessageReceiver<? super SimpleMessage> msg)
public TPath.Expr apply(String xpath)
apply in interface Function<String,TPath.Expr>see also the complete user documentation .