|
Unicorn XML Toolkit Version 1.00.00 |
|||||||||
� PREV CLASS �� NEXT CLASS | FRAMES��NO FRAMES | |||||||||
SUMMARY: � CONSTR �|� FUNCTION �|�DATA | DETAIL: � CONSTR �|� FUNCTION �|�DATA |
class CStylesheetFactory: public CInterface { public: CStylesheetFactory( const XXsltImplementation &pXsltImplementation); ~CStylesheetFactory(); public: XStylesheetHandler CreateStylesheet(const CString &strUri); XStylesheetHandler CreateStylesheet(const XNode &pNode); XStylesheetHandler CreateStylesheet( const Sax::XXmlStream &pStream); };
The interface to XSLT stylesheet factories.
Implementation of the interface defined by this class is supplied by the toolkit; toolkit users do not need to implement this interface.
CXsltImplementation, CStylesheetHandler, Sax::CXmlReader, Dom::INode
Constructor/Destructor Summary | |
CStylesheetFactory
(const XXsltImplementation &pXsltImplementation);
����������Constructs the stylesheet factory. |
|
~CStylesheetFactory
();
����������Destroys the stylesheet factory. |
Function Summary | |
XStylesheetHandler
|
CreateStylesheet
(const CString &strUri);
����������Creates the stylesheet from the URI. |
XStylesheetHandler
|
CreateStylesheet
(const XNode &pNode);
����������Creates the stylesheet from the XDM node. |
XStylesheetHandler
|
CreateStylesheet
(const Sax::XXmlStream &pStream);
����������Creates the stylesheet from the XML stream. |
Constructor/Destructor Detail |
CStylesheetFactory( const XXsltImplementation &pXsltImplementation);
Constructs the stylesheet factory.
pXsltImplementation
- the XSLT implementation~CStylesheetFactory();
Destroys the stylesheet factory.
Function Detail |
XStylesheetHandler CreateStylesheet(const CString &strUri);
Creates the stylesheet from the URI.
strUri
- the URI of the XML document
containing the stylesheet sourceXStylesheetHandler CreateStylesheet(const XNode &pNode);
Creates the stylesheet from the XDM node.
pNode
- the XDM node containing
the stylesheet source as the subtreeXStylesheetHandler CreateStylesheet( const Sax::XXmlStream &pStream);
Creates the stylesheet from the XML stream.
pStream
- the XML stream
providing the stylesheet source
|
Unicorn XML Toolkit Version 1.00.00 |
|||||||||
� PREV CLASS �� NEXT CLASS | FRAMES��NO FRAMES | |||||||||
SUMMARY: � CONSTR �|� FUNCTION �|�DATA | DETAIL: � CONSTR �|� FUNCTION �|�DATA |