10 #ifndef P6XSLTCOMPILED_H__
11 #define P6XSLTCOMPILED_H__ 1
84 #define IF_p6IXSLTCompiled {0x6445e49e,0x676e,0x4cf6,{0x9a,0x61,0xec,0x19,0xf3,0x5d,0x90,0x2c}}
virtual P6R::P6ERR setTemplateName(const P6WCHAR *pName)=0
Set a moniker associated with the compiled template.
p6IDataStream interface definitions
wchar_t P6WCHAR
Wide character type see p6i18n.h.
This interface is implmented by components that support receiving streamed data.
The base interface all [p6]COM components must derive from and implement.
virtual P6R::P6ERR changeTraceStream(p6IDataStream *pTrace)=0
Run time trace and error messages and from the XSLT and XPath processor can be directed to a differen...
virtual P6R::P6ERR getTemplateName(const P6WCHAR **pName)=0
Get the moniker associated with the compiled template.
virtual P6R::P6ERR getTemplateSize(P6UINT32 *pNumber)=0
The number of nodes in a compiled template can indicate the templates complexity. ...
This interface contains a compiled XSLT template and is used to share the compiled object across mult...