ReactOS 0.4.15-dev-7842-g558ab78
xslprocessor Struct Reference
Collaboration diagram for xslprocessor:

Public Attributes

DispatchEx dispex
 
IXSLProcessor IXSLProcessor_iface
 
LONG ref
 
xsltemplatestylesheet
 
IXMLDOMNodeinput
 
union {
   IUnknown *   unk
 
   ISequentialStream *   stream
 
   IPersistStream *   persiststream
 
   IResponse *   response
 
output
 
enum output_type output_type
 
BSTR outstr
 
struct xslprocessor_params params
 

Detailed Description

Definition at line 63 of file stylesheet.c.

Member Data Documentation

◆ dispex

DispatchEx xslprocessor::dispex

Definition at line 65 of file stylesheet.c.

◆ input

IXMLDOMNode* xslprocessor::input

Definition at line 70 of file stylesheet.c.

◆ IXSLProcessor_iface

IXSLProcessor xslprocessor::IXSLProcessor_iface

Definition at line 66 of file stylesheet.c.

◆ 

union { ... } xslprocessor::output

◆ output_type

enum output_type xslprocessor::output_type

Definition at line 79 of file stylesheet.c.

◆ outstr

BSTR xslprocessor::outstr

Definition at line 80 of file stylesheet.c.

◆ params

struct xslprocessor_params xslprocessor::params

Definition at line 82 of file stylesheet.c.

◆ persiststream

IPersistStream* xslprocessor::persiststream

Definition at line 76 of file stylesheet.c.

◆ ref

LONG xslprocessor::ref

Definition at line 67 of file stylesheet.c.

◆ response

IResponse* xslprocessor::response

Definition at line 77 of file stylesheet.c.

◆ stream

ISequentialStream* xslprocessor::stream

Definition at line 75 of file stylesheet.c.

◆ stylesheet

xsltemplate* xslprocessor::stylesheet

Definition at line 69 of file stylesheet.c.

◆ unk

IUnknown* xslprocessor::unk

Definition at line 74 of file stylesheet.c.


The documentation for this struct was generated from the following file: