public static interface SimpleMode.RuleGroupAction
| Modifier and Type | Method and Description |
|---|---|
void |
end()
Invoked at the end of a group
|
void |
setString(java.lang.String s)
Set some string parameter for the group
|
void |
start()
Start of a generic group
|
void |
start(int i)
Start of a group characterised by some integer parameter
|
void setString(java.lang.String s)
s - a string value to be used for the groupvoid start()
void start(int i)
i - characteristic of this groupvoid end()
Copyright (c) 2004-2020 Saxonica Limited. All rights reserved.