|
Unicorn XML Toolkit Version 1.00.00 |
|||||||||
� PREV CLASS �� NEXT CLASS | FRAMES��NO FRAMES | |||||||||
SUMMARY: � CONSTR �|� FUNCTION �|�DATA | DETAIL: � CONSTR �|� FUNCTION �|�DATA |
class CNamespaceDeclarationSet: public CInterface { public: CNamespaceDeclarationSet(); virtual ~CNamespaceDeclarationSet(); public: virtual bool FindNs( const CString &strPrefix, CString &strNamespaceUri) = 0; };
The abstract interface to XPath sets of namespace declarations.
Constructor/Destructor Summary | |
CNamespaceDeclarationSet
();
����������Constructs the namespace declaration set. |
|
~CNamespaceDeclarationSet
();
����������Destroys the namespace declaration set. |
Function Summary | |
bool
|
FindNs
(const CString &strPrefix, CString &strNamespaceUri);
����������Looks up the namespace declaration with the given prefix in this namespace declaration set. |
Constructor/Destructor Detail |
CNamespaceDeclarationSet();
Constructs the namespace declaration set.
virtual ~CNamespaceDeclarationSet();
Destroys the namespace declaration set.
Function Detail |
virtual bool FindNs( const CString &strPrefix, CString &strNamespaceUri) = 0;
Looks up the namespace declaration with the given prefix in this namespace declaration set.
strPrefix
- the prefix to look upstrNamespaceUri
- on return, the namespace URI bound
to the given prefix in this namespace declaration set;
unspecified if none was foundtrue
if the given prefix is
found in this namespace declaration set;
false
otherwise
|
Unicorn XML Toolkit Version 1.00.00 |
|||||||||
� PREV CLASS �� NEXT CLASS | FRAMES��NO FRAMES | |||||||||
SUMMARY: � CONSTR �|� FUNCTION �|�DATA | DETAIL: � CONSTR �|� FUNCTION �|�DATA |