|
Unicorn XML Toolkit Version 1.00.00 |
|||||||||
� PREV CLASS �� NEXT CLASS | FRAMES��NO FRAMES | |||||||||
SUMMARY: � CONSTR �|� FUNCTION �|�DATA | DETAIL: � CONSTR �|� FUNCTION �|�DATA |
class CPatternFactory: public CInterface { public: CPatternFactory(const XXsltImplementation &pXsltImplementation); ~CPatternFactory(); public: XPatternHandler CreatePattern(const CString &strSource); };
The abstract interface for XSLT pattern factories.
Implementation of the interface defined by this class is supplied by the toolkit; application developers do not need to implement this interface.
CXsltImplementation, CPatternHandler
Constructor/Destructor Summary | |
CPatternFactory
(const XXsltImplementation &pXsltImplementation);
����������Constructs the pattern factory. |
|
~CPatternFactory
();
����������Destroys the pattern factory. |
Function Summary | |
XPatternHandler
|
CreatePattern
(const CString &strSource);
����������Creates the pattern parsing the given source string. |
Constructor/Destructor Detail |
CPatternFactory(const XXsltImplementation &pXsltImplementation);
Constructs the pattern factory.
pXsltImplementation
- the XSLT implementation~CPatternFactory();
Destroys the pattern factory.
Function Detail |
XPatternHandler CreatePattern(const CString &strSource);
Creates the pattern parsing the given source string.
strSource
- the source string to parse
|
Unicorn XML Toolkit Version 1.00.00 |
|||||||||
� PREV CLASS �� NEXT CLASS | FRAMES��NO FRAMES | |||||||||
SUMMARY: � CONSTR �|� FUNCTION �|�DATA | DETAIL: � CONSTR �|� FUNCTION �|�DATA |