| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.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_attrSetStackDeprecated. Stack for the purposes of flagging infinite recursion with attribute sets. | 
| private  java.util.Stack | m_axesIteratorStackDeprecated. Stack of AxesIterators. | 
| private  DTMIterator | m_contextNodeListDeprecated. The current context node list. | 
| private  java.util.Stack | m_contextNodeListsDeprecated. The current context node lists stack. | 
| private  CountersTable | m_countersTableDeprecated. The table of counters for xsl:number support. | 
| private  IntStack | m_currentExpressionNodesDeprecated. A stack of the current sub-expression nodes. | 
| private  NodeVector | m_currentMatchNodesDeprecated. 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_currentMatchTemplatesDeprecated. 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_currentNodesDeprecated. The stack of current node objects. | 
| private  ObjectStack | m_currentTemplateElementsDeprecated. A node vector used as a stack to track the current ElemTemplateElement. | 
| private  BoolStack | m_currentTemplateRuleIsNullDeprecated. Is > 0 when we're processing a for-each. | 
| (package private)  boolean | m_nsContextPushedDeprecated. Indicate whether a namespace context was pushed | 
| private  NamespaceMappings | m_nsSupportDeprecated. Use the SAX2 helper class to track result namespaces. | 
| private  VariableStack | m_variableStacksDeprecated. 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
ElemNumberprivate java.util.Stack m_attrSetStack
boolean m_nsContextPushed
private NamespaceMappings m_nsSupport
| Constructor Detail | 
|---|
TransformSnapshotImpl(TransformerImpl transformer)
transformer - Non null transformer instance| Method 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 | |||||||||