Xalan-C++ API Documentation

The Xalan C++ XSLT Processor Version 1.11


Public Member Functions | Public Attributes | List of all members
VariablesStack::ParamsVectorEntry Struct Reference

#include <VariablesStack.hpp>

Public Member Functions

 ParamsVectorEntry ()
 
 ParamsVectorEntry (const XalanQName *qname, const XObjectPtr value)
 
 ParamsVectorEntry (const XalanQName *qname, const ElemVariable *variable)
 

Public Attributes

const XalanQNamem_qname
 
XObjectPtr m_value
 
const ElemVariablem_variable
 

Detailed Description

Definition at line 112 of file VariablesStack.hpp.

Constructor & Destructor Documentation

◆ ParamsVectorEntry() [1/3]

VariablesStack::ParamsVectorEntry::ParamsVectorEntry ( )
inline

Definition at line 114 of file VariablesStack.hpp.

◆ ParamsVectorEntry() [2/3]

VariablesStack::ParamsVectorEntry::ParamsVectorEntry ( const XalanQName qname,
const XObjectPtr  value 
)
inline

Definition at line 121 of file VariablesStack.hpp.

◆ ParamsVectorEntry() [3/3]

VariablesStack::ParamsVectorEntry::ParamsVectorEntry ( const XalanQName qname,
const ElemVariable variable 
)
inline

Definition at line 130 of file VariablesStack.hpp.

Member Data Documentation

◆ m_qname

const XalanQName* VariablesStack::ParamsVectorEntry::m_qname

Definition at line 139 of file VariablesStack.hpp.

◆ m_value

XObjectPtr VariablesStack::ParamsVectorEntry::m_value

Definition at line 141 of file VariablesStack.hpp.

◆ m_variable

const ElemVariable* VariablesStack::ParamsVectorEntry::m_variable

Definition at line 143 of file VariablesStack.hpp.


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

Interpreting class diagrams

Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.

Xalan-C++ XSLT Processor Version 1.11
Copyright © 1999-2012 The Apache Software Foundation.
All Rights Reserved.

Apache Logo