|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.xalan.transformer.ResultTreeHandler.QueuedStateSnapshot
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 |
ElemTemplateElement m_currentElement
org.w3c.dom.Node m_currentNode
ElemTemplate m_currentTemplate
ElemTemplate m_matchedTemplate
int m_matchedNode
DTMIterator m_contextNodeList
Constructor Detail |
ResultTreeHandler.QueuedStateSnapshot()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |