net.sf.saxon.expr
protected static class XPathContextMajor.XSLTContext extends Object
| Field Summary | |
|---|---|
| GroupIterator | currentGroupIterator |
| RegexIterator | currentJRegexIterator |
| Mode | currentMode |
| Template | currentTemplate |
| ParameterSet | tunnelParameters |
| Constructor Summary | |
|---|---|
| XSLTContext(XPathContextMajor.XSLTContext original)
Create a new XSLTContext optionally by copying an existing XSLTContext | |
Parameters: original the existing XSLTContext. May be null, in which case a new XSLTContext is created from scratch.