Xalan-C++ API Reference 1.12.0
xalanc::XPathExecutionContextDefault::ContextNodeListPositionCache Struct Reference

#include <xalanc/XPath/XPathExecutionContextDefault.hpp>

Collaboration diagram for xalanc::XPathExecutionContextDefault::ContextNodeListPositionCache:
[legend]

Public Member Functions

 ContextNodeListPositionCache ()
void clear ()

Public Attributes

const XalanNodem_node
size_type m_index

Detailed Description

Definition at line 369 of file XPathExecutionContextDefault.hpp.

Constructor & Destructor Documentation

◆ ContextNodeListPositionCache()

xalanc::XPathExecutionContextDefault::ContextNodeListPositionCache::ContextNodeListPositionCache ( )
inline

Definition at line 371 of file XPathExecutionContextDefault.hpp.

References m_index, and m_node.

Member Function Documentation

◆ clear()

void xalanc::XPathExecutionContextDefault::ContextNodeListPositionCache::clear ( )
inline

Definition at line 378 of file XPathExecutionContextDefault.hpp.

References m_node.

Member Data Documentation

◆ m_index

size_type xalanc::XPathExecutionContextDefault::ContextNodeListPositionCache::m_index

Definition at line 388 of file XPathExecutionContextDefault.hpp.

Referenced by ContextNodeListPositionCache().

◆ m_node

const XalanNode* xalanc::XPathExecutionContextDefault::ContextNodeListPositionCache::m_node

Definition at line 386 of file XPathExecutionContextDefault.hpp.

Referenced by clear(), and ContextNodeListPositionCache().


The documentation for this struct was generated from the following file: