This class holds an instance of an argument on the stack.
More...
#include <xalanc/XSLT/TopLevelArg.hpp>
This class holds an instance of an argument on the stack.
Definition at line 50 of file TopLevelArg.hpp.
◆ TopLevelArg() [1/3]
Construct an argument object from a string expression.
- Parameters
-
name | name of argument |
expr | expression argument represents |
◆ TopLevelArg() [2/3]
Construct an argument object from an XObject instance.
- Parameters
-
name | name of argument |
variable | the XObject instance. |
◆ TopLevelArg() [3/3]
xalanc::TopLevelArg::TopLevelArg |
( |
const TopLevelArg & | theSource, |
|
|
MemoryManager & | theManager ) |
Copy constructor.
- Parameters
-
◆ ~TopLevelArg()
xalanc::TopLevelArg::~TopLevelArg |
( |
| ) |
|
◆ create() [1/2]
◆ create() [2/2]
◆ getExpression()
Retrieve object's expression.
- Returns
- string representation of expression
Definition at line 118 of file TopLevelArg.hpp.
◆ getName()
const XalanQName & xalanc::TopLevelArg::getName |
( |
| ) |
const |
|
inline |
Retrieve object name.
- Returns
- qualified name of object
Definition at line 107 of file TopLevelArg.hpp.
◆ getXObject()
const XObjectPtr xalanc::TopLevelArg::getXObject |
( |
| ) |
const |
|
inline |
◆ operator=()
The documentation for this class was generated from the following file: