protected static class XPathContextMajor.XSLTContext
extends java.lang.Object
Modifier and Type | Field | Description |
---|---|---|
GroupIterator |
currentGroupIterator |
|
RegexIterator |
currentJRegexIterator |
|
Mode |
currentMode |
|
Rule |
currentTemplate |
|
ParameterSet |
tunnelParameters |
Constructor | Description |
---|---|
XSLTContext(XPathContextMajor.XSLTContext original) |
Create a new XSLTContext optionally by copying an existing XSLTContext
|
public ParameterSet tunnelParameters
public Mode currentMode
public Rule 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.