|
Xalan-C++ API Reference
1.12.0
|
Go to the documentation of this file.
18 #if !defined(XALAN_SelectionEvent_HEADER_GUARD)
19 #define XALAN_SelectionEvent_HEADER_GUARD
41 class ElemTemplateElement;
42 class StylesheetExecutionContext;
186 #endif //XALAN_SelectionEvent_HEADER_GUARD
#define XALAN_CPP_NAMESPACE
Xalan-C++ namespace, including major and minor version.
const StylesheetExecutionContext & m_executionContext
The executionContext instance.
#define XALAN_XSLT_EXPORT
const NodeRefListBase *const m_nodeList
const ElemTemplateElement & m_styleNode
The node in the style tree where the event occurs.
Class to hold XObjectPtr return types.
const XalanDOMString & m_attributeName
The attribute name from which the selection is made.
const XalanNode * m_sourceNode
The current context node.
Local implementation of NodeRefList.
const XalanDOMString & m_xpathExpression
The XPath expression evaluated.
const XObjectPtr m_selection
The result of the selection.
const eSelectionType m_type
The type of the selection.