protected static class XPathContextMajor.XSLTContext extends Object
Modifier and Type | Field and Description |
---|---|
GroupIterator |
currentGroupIterator |
RegexIterator |
currentJRegexIterator |
Mode |
currentMode |
Template |
currentTemplate |
ParameterSet |
tunnelParameters |
Constructor and Description |
---|
XSLTContext(XPathContextMajor.XSLTContext original)
Create a new XSLTContext optionally by copying an existing XSLTContext
|
public ParameterSet tunnelParameters
public Mode currentMode
public Template currentTemplate
public GroupIterator currentGroupIterator
public RegexIterator currentJRegexIterator
public XSLTContext(XPathContextMajor.XSLTContext original)
original
- the existing XSLTContext. May be null, in which case a new XSLTContext is
created from scratch.