|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.xalan.trace.SelectionEvent
Event triggered by selection of a node in the style stree.
Field Summary | |
java.lang.String |
m_attributeName
The attribute name from which the selection is made. |
TransformerImpl |
m_processor
The XSLT processor instance. |
XObject |
m_selection
The result of the selection. |
Node |
m_sourceNode
The current context node. |
ElemTemplateElement |
m_styleNode
The node in the style tree where the event occurs. |
XPath |
m_xpath
The XPath that executed the selection. |
Constructor Summary | |
SelectionEvent(TransformerImpl processor,
Node sourceNode,
ElemTemplateElement styleNode,
java.lang.String attributeName,
XPath xpath,
XObject selection)
Create an event originating at the given node of the style tree. |
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Field Detail |
public final ElemTemplateElement m_styleNode
public final TransformerImpl m_processor
public final Node m_sourceNode
public final java.lang.String m_attributeName
public final XPath m_xpath
public final XObject m_selection
Constructor Detail |
public SelectionEvent(TransformerImpl processor, Node sourceNode, ElemTemplateElement styleNode, java.lang.String attributeName, XPath xpath, XObject selection)
processor
- The XSLT TransformerFactory.sourceNode
- The current context node.styleNode
- node in the style tree reference for the event.
Should not be null. That is not enforced.attributeName
- The attribute name from which the selection is made.xpath
- The XPath that executed the selection.selection
- The result of the selection.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |