|
|
Home | Loader API | Interfaces | File List | Index | |
As default there are NO limits on the execution of a regular expression in an XPath expression. These regular expressions can appear in several of the XML elements which define an XSLT style sheet. This method is essentially a "pass through" to the p6IRegex::setBackTrackLimits() method. 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 (i.e, when the XSLT template is compiled). So for these to be effective this method must be called before the compileTemplates() method. This method can be called repeatedly for each new compile call.
|