|
Unicorn XML Toolkit Version 1.00.00 |
|||||||||
� PREV CLASS �� NEXT CLASS | FRAMES��NO FRAMES | |||||||||
SUMMARY: � CONSTR �|� FUNCTION �|�DATA | DETAIL: � CONSTR �|� FUNCTION �|�DATA |
class CIdHandler: public CInterface { public: CIdHandler(); virtual ~CIdHandler(); public: virtual bool Evaluate(const XNode &pNode, CString &strId) = 0; };
The abstract interface for handling XML element identifiers.
Dom::INode
Constructor/Destructor Summary | |
CIdHandler
();
����������Constructs the identifier handler. |
|
~CIdHandler
();
����������Destroys the identifier handler. |
Function Summary | |
bool
|
Evaluate
(const XNode &pNode, CString &strId);
����������Evaluates the element identifier for the given node. |
Constructor/Destructor Detail |
CIdHandler();
Constructs the identifier handler.
virtual ~CIdHandler();
Destroys the identifier handler.
Function Detail |
virtual bool Evaluate(const XNode &pNode, CString &strId) = 0;
Evaluates the element identifier for the given node.
pNode
- the nodestrId
- on return, the value of the element identifier
if the given node is an element and the identifier is available;
unspecified otherwisetrue
if the given node is an element
and the identifier is available;
false
otherwise
|
Unicorn XML Toolkit Version 1.00.00 |
|||||||||
� PREV CLASS �� NEXT CLASS | FRAMES��NO FRAMES | |||||||||
SUMMARY: � CONSTR �|� FUNCTION �|�DATA | DETAIL: � CONSTR �|� FUNCTION �|�DATA |