|
Unicorn XML Toolkit Version 1.00.00 |
|||||||||
� PREV CLASS �� NEXT CLASS | FRAMES��NO FRAMES | |||||||||
SUMMARY: � CONSTR �|� FUNCTION �|�DATA | DETAIL: � CONSTR �|� FUNCTION �|�DATA |
class CVariableBindingSet: public CInterface { public: CVariableBindingSet(); virtual ~CVariableBindingSet(); public: virtual XValue GetVariable( const CString &strNamespaceUri, const CString &strLocalName) = 0; };
The abstract interface to XPath sets of variable bindings.
CValue
Constructor/Destructor Summary | |
CVariableBindingSet
();
����������Constructs the variable binding set. |
|
~CVariableBindingSet
();
����������Destroys the variable binding set. |
Function Summary | |
XValue
|
GetVariable
(const CString &strNamespaceUri, const CString &strLocalName);
����������Looks up the variable with the given namespace URI and local name in this variable binding set. |
Constructor/Destructor Detail |
CVariableBindingSet();
Constructs the variable binding set.
virtual ~CVariableBindingSet();
Destroys the variable binding set.
Function Detail |
virtual XValue GetVariable( const CString &strNamespaceUri, const CString &strLocalName) = 0;
Looks up the variable with the given namespace URI and local name in this variable binding set.
strNamespaceUri
- the namespace URI of the variable to look upstrLocalName
- the local name of the variable to look upNULL
it the variable is not bound in this variable binding set
|
Unicorn XML Toolkit Version 1.00.00 |
|||||||||
� PREV CLASS �� NEXT CLASS | FRAMES��NO FRAMES | |||||||||
SUMMARY: � CONSTR �|� FUNCTION �|�DATA | DETAIL: � CONSTR �|� FUNCTION �|�DATA |