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)
throws XPathException
i - characteristic of this groupXPathExceptionvoid end() throws XPathException
XPathExceptionCopyright (c) 2004-2018 Saxonica Limited. All rights reserved.