public abstract static class XVisitorAdapter.ContentPatternAbstract extends Object implements XVisitorAdapter.ContentPattern
| Constructor and Description |
|---|
ContentPatternAbstract() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
delegate(XEventPath path,
String content)
Делегирует узел (XEventPath) при совпадении
|
PathExpression |
getExpression()
Указывает шаблон для XEventPath
|
void |
setExpression(PathExpression expression)
Указывает шаблон для XEventPath
|
public PathExpression getExpression()
getExpression in interface XVisitorAdapter.ContentPatternpublic void setExpression(PathExpression expression)
expression - шаблон или nullpublic abstract void delegate(XEventPath path, String content)
XVisitorAdapter.ContentPatterndelegate in interface XVisitorAdapter.ContentPatternpath - узел (XEventPath)content - текстовое содержаниеCopyright © 2019. All rights reserved.