public abstract class ChildrenProcessor extends java.lang.Object implements IMatchProcessor<ChildrenMatch>
| Constructor and Description |
|---|
ChildrenProcessor() |
| Modifier and Type | Method and Description |
|---|---|
void |
process(ChildrenMatch match)
Defines the action that is to be executed on each match.
|
abstract void |
process(Item pParent,
Item pChild)
Defines the action that is to be executed on each match.
|
public abstract void process(Item pParent, Item pChild)
pParent - the value of pattern parameter parent in the currently processed matchpChild - the value of pattern parameter child in the currently processed matchpublic void process(ChildrenMatch match)
IMatchProcessorprocess in interface IMatchProcessor<ChildrenMatch>match - a single match of the pattern that must be processed by the implementation of this method