|
|
Home | Loader API | Interfaces | File List | Index | |
As default there are NO limits on the execution of regular expression in an XPath expression. This method is essentially a "pass through" to the p6IRegex::setBackTrackLimits(). If the caller wishes to define limits on the regex evaluation, then limits can be set with this call. Note, that these limits are set at compile time. So for these to be effective this method must be called before the compileExpression() method. This method can be called repeatedly to change the limits of each new compiled XPath expression.
|