ReactOS 0.4.16-dev-1025-gd3456f5
|
Public Attributes | |
DispatchEx | dispex |
IXSLProcessor | IXSLProcessor_iface |
LONG | ref |
xsltemplate * | stylesheet |
IXMLDOMNode * | input |
union { | |
IUnknown * unk | |
ISequentialStream * stream | |
IPersistStream * persiststream | |
IResponse * response | |
} | output |
enum output_type | output_type |
BSTR | outstr |
struct xslprocessor_params | params |
Definition at line 63 of file stylesheet.c.
DispatchEx xslprocessor::dispex |
Definition at line 65 of file stylesheet.c.
IXMLDOMNode* xslprocessor::input |
Definition at line 70 of file stylesheet.c.
IXSLProcessor xslprocessor::IXSLProcessor_iface |
Definition at line 66 of file stylesheet.c.
union { ... } xslprocessor::output |
enum output_type xslprocessor::output_type |
Definition at line 79 of file stylesheet.c.
BSTR xslprocessor::outstr |
Definition at line 80 of file stylesheet.c.
struct xslprocessor_params xslprocessor::params |
Definition at line 82 of file stylesheet.c.
IPersistStream* xslprocessor::persiststream |
Definition at line 76 of file stylesheet.c.
LONG xslprocessor::ref |
Definition at line 67 of file stylesheet.c.
IResponse* xslprocessor::response |
Definition at line 77 of file stylesheet.c.
ISequentialStream* xslprocessor::stream |
Definition at line 75 of file stylesheet.c.
xsltemplate* xslprocessor::stylesheet |
Definition at line 69 of file stylesheet.c.
IUnknown* xslprocessor::unk |
Definition at line 74 of file stylesheet.c.