Xalan-C++ API Reference 1.12.0
xalanc::XPathExecutionContext::GetCachedNodeList Class Reference

#include <xalanc/XPath/XPathExecutionContext.hpp>

Public Member Functions

 GetCachedNodeList (XPathExecutionContext &executionContext)
 GetCachedNodeList (const GetCachedNodeList &theSource)
 ~GetCachedNodeList ()
MutableNodeRefListoperator* () const
MutableNodeRefListget () const
MutableNodeRefListoperator-> () const
void release ()
GetCachedNodeList clone () const
GetCachedNodeListoperator= (GetCachedNodeList &theRHS)

Detailed Description

Definition at line 335 of file XPathExecutionContext.hpp.

Constructor & Destructor Documentation

◆ GetCachedNodeList() [1/2]

xalanc::XPathExecutionContext::GetCachedNodeList::GetCachedNodeList ( XPathExecutionContext & executionContext)
inline

◆ GetCachedNodeList() [2/2]

xalanc::XPathExecutionContext::GetCachedNodeList::GetCachedNodeList ( const GetCachedNodeList & theSource)
inline

Definition at line 347 of file XPathExecutionContext.hpp.

References GetCachedNodeList().

◆ ~GetCachedNodeList()

xalanc::XPathExecutionContext::GetCachedNodeList::~GetCachedNodeList ( )
inline

Definition at line 356 of file XPathExecutionContext.hpp.

References release().

Member Function Documentation

◆ clone()

GetCachedNodeList xalanc::XPathExecutionContext::GetCachedNodeList::clone ( ) const
inline

Definition at line 395 of file XPathExecutionContext.hpp.

References GetCachedNodeList().

◆ get()

MutableNodeRefList * xalanc::XPathExecutionContext::GetCachedNodeList::get ( ) const
inline

Definition at line 370 of file XPathExecutionContext.hpp.

Referenced by operator->().

◆ operator*()

MutableNodeRefList & xalanc::XPathExecutionContext::GetCachedNodeList::operator* ( ) const
inline

Definition at line 362 of file XPathExecutionContext.hpp.

◆ operator->()

MutableNodeRefList * xalanc::XPathExecutionContext::GetCachedNodeList::operator-> ( ) const
inline

Definition at line 376 of file XPathExecutionContext.hpp.

References get().

◆ operator=()

GetCachedNodeList & xalanc::XPathExecutionContext::GetCachedNodeList::operator= ( GetCachedNodeList & theRHS)
inline

Definition at line 408 of file XPathExecutionContext.hpp.

References GetCachedNodeList(), and release().

◆ release()

void xalanc::XPathExecutionContext::GetCachedNodeList::release ( )
inline

Definition at line 382 of file XPathExecutionContext.hpp.

Referenced by operator=(), and ~GetCachedNodeList().


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