|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.xalan.transformer.TransformSnapshotImpl
class TransformSnapshotImpl
This class holds a "snapshot" of it's current transformer state, which can later be restored. This only saves state which can change over the course of the side-effect-free (i.e. no extensions that call setURIResolver, etc.).
Field Summary | |
---|---|
private java.util.Stack |
m_attrSetStack
Deprecated. Stack for the purposes of flagging infinite recursion with attribute sets. |
private java.util.Stack |
m_axesIteratorStack
Deprecated. Stack of AxesIterators. |
private DTMIterator |
m_contextNodeList
Deprecated. The current context node list. |
private java.util.Stack |
m_contextNodeLists
Deprecated. The current context node lists stack. |
private CountersTable |
m_countersTable
Deprecated. The table of counters for xsl:number support. |
private IntStack |
m_currentExpressionNodes
Deprecated. A stack of the current sub-expression nodes. |
private NodeVector |
m_currentMatchNodes
Deprecated. A node vector used as a stack to track the current ElemTemplate that was matched, as well as the node that was matched. |
private java.util.Stack |
m_currentMatchTemplates
Deprecated. A node vector used as a stack to track the current ElemTemplate that was matched, as well as the node that was matched. |
private IntStack |
m_currentNodes
Deprecated. The stack of current node objects. |
private ObjectStack |
m_currentTemplateElements
Deprecated. A node vector used as a stack to track the current ElemTemplateElement. |
private BoolStack |
m_currentTemplateRuleIsNull
Deprecated. Is > 0 when we're processing a for-each. |
(package private) boolean |
m_nsContextPushed
Deprecated. Indicate whether a namespace context was pushed |
private NamespaceMappings |
m_nsSupport
Deprecated. Use the SAX2 helper class to track result namespaces. |
private VariableStack |
m_variableStacks
Deprecated. The stack of Variable stack frames. |
Constructor Summary | |
---|---|
TransformSnapshotImpl(TransformerImpl transformer)
Deprecated. It doesn't look like this code, which is for tooling, has functioned propery for a while, so it doesn't look like it is being used. |
Method Summary | |
---|---|
(package private) void |
apply(TransformerImpl transformer)
Deprecated. It doesn't look like this code, which is for tooling, has functioned propery for a while, so it doesn't look like it is being used. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private VariableStack m_variableStacks
private IntStack m_currentNodes
private IntStack m_currentExpressionNodes
private java.util.Stack m_contextNodeLists
private DTMIterator m_contextNodeList
private java.util.Stack m_axesIteratorStack
private BoolStack m_currentTemplateRuleIsNull
private ObjectStack m_currentTemplateElements
private java.util.Stack m_currentMatchTemplates
private NodeVector m_currentMatchNodes
private CountersTable m_countersTable
ElemNumber
private java.util.Stack m_attrSetStack
boolean m_nsContextPushed
private NamespaceMappings m_nsSupport
Constructor Detail |
---|
TransformSnapshotImpl(TransformerImpl transformer)
transformer
- Non null transformer instanceMethod Detail |
---|
void apply(TransformerImpl transformer)
transformer
- Non null transformer instance
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |