|
Unicorn XML Toolkit Version 1.00.00 |
|||||||||
� PREV CLASS �� NEXT CLASS | FRAMES��NO FRAMES | |||||||||
SUMMARY: � CONSTR �|� FUNCTION �|�DATA | DETAIL: � CONSTR �|� FUNCTION �|�DATA |
class CSpaceHandler: public CInterface { public: CSpaceHandler(); virtual ~CSpaceHandler(); public: virtual bool IsSpacePreserved( const CString &strNamespaceUri, const CString &strLocalName) = 0; };
The abstract interface for whitespace handling in stylesheets and source documents.
Implementation of the interface defined by this class is supplied by the toolkit; toolkit users do not need to implement this interface.
Constructor/Destructor Summary | |
CSpaceHandler
();
����������Constructs the space handler. |
|
~CSpaceHandler
();
����������Destroys the space handler. |
Function Summary | |
bool
|
IsSpacePreserved
(const CString &strNamespaceUri, const CString &strLocalName);
����������Tests whether space must be preserved in the content of an element with the given name. |
Constructor/Destructor Detail |
CSpaceHandler();
Constructs the space handler.
virtual ~CSpaceHandler();
Destroys the space handler.
Function Detail |
virtual bool IsSpacePreserved( const CString &strNamespaceUri, const CString &strLocalName) = 0;
Tests whether space must be preserved in the content of an element with the given name.
strNamespaceUri
- the namespace URI of the elementstrLocalName
- the local name of the elementtrue
if space must be preseved
in the content of an element with the given name;
false
otherwise
|
Unicorn XML Toolkit Version 1.00.00 |
|||||||||
� PREV CLASS �� NEXT CLASS | FRAMES��NO FRAMES | |||||||||
SUMMARY: � CONSTR �|� FUNCTION �|�DATA | DETAIL: � CONSTR �|� FUNCTION �|�DATA |