net.sf.saxon.functions
public class Tokenize extends SystemFunction
Method Summary | |
---|---|
SequenceIterator | iterate(XPathContext c)
Iterate over the results of the function |
static void | main(String[] args)
Simple command-line interface for testing. |
Expression | simplify(StaticContext env)
Simplify and validate.
|
Parameters: args (1) the string to be tokenized (2) the regular expression
Throws: Exception