org.apache.xalan.transformer
Class ResultTreeHandler.QueuedStateSnapshot

java.lang.Object
  extended byorg.apache.xalan.transformer.ResultTreeHandler.QueuedStateSnapshot
Enclosing class:
ResultTreeHandler

class ResultTreeHandler.QueuedStateSnapshot
extends Object


Field Summary
(package private)  DTMIterator m_contextNodeList
          The current context node list.
(package private)  ElemTemplateElement m_currentElement
          The stylesheet element that produced the SAX event.
(package private)  org.w3c.dom.Node m_currentNode
          The current context node in the source tree.
(package private)  ElemTemplate m_currentTemplate
          The xsl:template that is in effect, which may be a matched template or a named template.
(package private)  int m_matchedNode
          The node in the source tree that matched the template obtained via getMatchedTemplate().
(package private)  ElemTemplate m_matchedTemplate
          The xsl:template that was matched.
 
Constructor Summary
(package private) ResultTreeHandler.QueuedStateSnapshot()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_currentElement

ElemTemplateElement m_currentElement
The stylesheet element that produced the SAX event.


m_currentNode

org.w3c.dom.Node m_currentNode
The current context node in the source tree.


m_currentTemplate

ElemTemplate m_currentTemplate
The xsl:template that is in effect, which may be a matched template or a named template.


m_matchedTemplate

ElemTemplate m_matchedTemplate
The xsl:template that was matched.


m_matchedNode

int m_matchedNode
The node in the source tree that matched the template obtained via getMatchedTemplate().


m_contextNodeList

DTMIterator m_contextNodeList
The current context node list.

Constructor Detail

ResultTreeHandler.QueuedStateSnapshot

ResultTreeHandler.QueuedStateSnapshot()