ReactOS 0.4.16-dev-303-g11d5cb8
|
Go to the source code of this file.
Classes | |
struct | dispex_static_data_vtbl_t |
struct | dispex_static_data_t |
struct | DispatchEx |
struct | xslprocessor_par |
struct | xslprocessor_params |
Macros | |
#define | E_XML_ELEMENT_UNDECLARED 0xC00CE00D |
#define | E_XML_ELEMENT_ID_NOT_FOUND 0xC00CE00E |
#define | E_XML_EMPTY_NOT_ALLOWED 0xC00CE011 |
#define | E_XML_ELEMENT_NOT_COMPLETE 0xC00CE012 |
#define | E_XML_ROOT_NAME_MISMATCH 0xC00CE013 |
#define | E_XML_INVALID_CONTENT 0xC00CE014 |
#define | E_XML_ATTRIBUTE_NOT_DEFINED 0xC00CE015 |
#define | E_XML_ATTRIBUTE_FIXED 0xC00CE016 |
#define | E_XML_ATTRIBUTE_VALUE 0xC00CE017 |
#define | E_XML_ILLEGAL_TEXT 0xC00CE018 |
#define | E_XML_REQUIRED_ATTRIBUTE_MISSING 0xC00CE020 |
#define | NODE_PRIV_TRAILING_IGNORABLE_WS 0x40000000 |
#define | NODE_PRIV_CHILD_IGNORABLE_WS 0x80000000 |
#define | NODE_PRIV_REFCOUNT_MASK ~(NODE_PRIV_TRAILING_IGNORABLE_WS|NODE_PRIV_CHILD_IGNORABLE_WS) |
Typedefs | |
typedef enum tid_t | tid_t |
typedef enum _XDR_DT | XDR_DT |
typedef struct dispex_data_t | dispex_data_t |
typedef struct bsc_t | bsc_t |
Variables | |
HINSTANCE MSXML_hInstance | DECLSPEC_HIDDEN |
static void size_t | size |
#define E_XML_ATTRIBUTE_FIXED 0xC00CE016 |
Definition at line 548 of file msxml_private.h.
#define E_XML_ATTRIBUTE_NOT_DEFINED 0xC00CE015 |
Definition at line 547 of file msxml_private.h.
#define E_XML_ATTRIBUTE_VALUE 0xC00CE017 |
Definition at line 549 of file msxml_private.h.
#define E_XML_ELEMENT_ID_NOT_FOUND 0xC00CE00E |
Definition at line 541 of file msxml_private.h.
#define E_XML_ELEMENT_NOT_COMPLETE 0xC00CE012 |
Definition at line 544 of file msxml_private.h.
#define E_XML_ELEMENT_UNDECLARED 0xC00CE00D |
Definition at line 540 of file msxml_private.h.
#define E_XML_EMPTY_NOT_ALLOWED 0xC00CE011 |
Definition at line 543 of file msxml_private.h.
#define E_XML_ILLEGAL_TEXT 0xC00CE018 |
Definition at line 550 of file msxml_private.h.
#define E_XML_INVALID_CONTENT 0xC00CE014 |
Definition at line 546 of file msxml_private.h.
#define E_XML_REQUIRED_ATTRIBUTE_MISSING 0xC00CE020 |
Definition at line 552 of file msxml_private.h.
#define E_XML_ROOT_NAME_MISMATCH 0xC00CE013 |
Definition at line 545 of file msxml_private.h.
#define NODE_PRIV_CHILD_IGNORABLE_WS 0x80000000 |
Definition at line 555 of file msxml_private.h.
#define NODE_PRIV_REFCOUNT_MASK ~(NODE_PRIV_TRAILING_IGNORABLE_WS|NODE_PRIV_CHILD_IGNORABLE_WS) |
Definition at line 556 of file msxml_private.h.
#define NODE_PRIV_TRAILING_IGNORABLE_WS 0x40000000 |
Definition at line 554 of file msxml_private.h.
Definition at line 532 of file msxml_private.h.
typedef struct dispex_data_t dispex_data_t |
Definition at line 137 of file msxml_private.h.
Definition at line 93 of file msxml_private.h.
Enumerator | |
---|---|
MSXML_DEFAULT | |
MSXML2 | |
MSXML26 | |
MSXML3 | |
MSXML4 | |
MSXML6 |
Definition at line 34 of file msxml_private.h.
Definition at line 44 of file msxml_private.h.
|
inlinestatic |
HRESULT bind_url | ( | IMoniker * | mon, |
HRESULT(*)(void *, char *, DWORD) | onDataAvailable, | ||
void * | obj, | ||
bsc_t ** | ret | ||
) |
Definition at line 288 of file bsc.c.
Definition at line 273 of file bsc.c.
IXMLDOMParseError * create_parseError | ( | LONG | code, |
BSTR | url, | ||
BSTR | reason, | ||
BSTR | srcText, | ||
LONG | line, | ||
LONG | linepos, | ||
LONG | filepos | ||
) |
Definition at line 329 of file parseerror.c.
Definition at line 245 of file bsc.c.
Referenced by create_moniker_from_url().
BOOL dispex_query_interface | ( | DispatchEx * | This, |
REFIID | riid, | ||
void ** | ppv | ||
) |
Definition at line 1656 of file dispex.c.
Referenced by CustomDoc_QueryInterface(), Function_QueryInterface(), HTMLAttributeCollection_QueryInterface(), HTMLCurrentStyle_QueryInterface(), HTMLDOMAttribute_QueryInterface(), HTMLDOMChildrenCollection_QueryInterface(), HTMLDOMImplementation_QueryInterface(), HTMLDOMNode_QI(), HTMLElementCollection_QueryInterface(), HTMLEventObj_QueryInterface(), HTMLFiltersCollection_QueryInterface(), HTMLImageElementFactory_QueryInterface(), HTMLLocation_QueryInterface(), HTMLMimeTypesCollection_QueryInterface(), HTMLOptionElementFactory_QueryInterface(), HTMLPluginsCollection_QueryInterface(), HTMLRect_QueryInterface(), HTMLScreen_QueryInterface(), HTMLSelectionObject_QueryInterface(), HTMLStorage_QueryInterface(), HTMLStyle_QueryInterface(), HTMLStyleSheet_QueryInterface(), HTMLStyleSheetRulesCollection_QueryInterface(), HTMLStyleSheetsCollection_QueryInterface(), HTMLTxtRange_QueryInterface(), HTMLWindow2_QueryInterface(), HTMLXMLHttpRequest_QueryInterface(), HTMLXMLHttpRequestFactory_QueryInterface(), MXAttributes_QueryInterface(), mxwriter_QueryInterface(), OmHistory_QueryInterface(), OmNavigator_QueryInterface(), parseError_QueryInterface(), vbnamespacemanager_QueryInterface(), xslprocessor_QueryInterface(), and xsltemplate_QueryInterface().
HRESULT DOMDocument_create | ( | MSXML_VERSION | version, |
void ** | ppObj | ||
) |
Definition at line 3727 of file domdoc.c.
Referenced by DllGetClassObject(), and xslprocessor_put_input().
|
inlinestatic |
Definition at line 508 of file msxml_private.h.
Definition at line 143 of file dispex.c.
Referenced by DispatchEx_InvokeEx(), and get_typeinfo().
Definition at line 61 of file ieframe_main.c.
Definition at line 173 of file msxml_private.h.
void init_dispex | ( | DispatchEx * | dispex, |
IUnknown * | outer, | ||
dispex_static_data_t * | data | ||
) |
Definition at line 645 of file mxnamespace.c.
HRESULT MXWriter_create | ( | MSXML_VERSION | version, |
void ** | ppObj | ||
) |
Definition at line 2585 of file mxwriter.c.
Referenced by DllGetClassObject().
void release_dispex | ( | DispatchEx * | This | ) |
Definition at line 1706 of file dispex.c.
Referenced by CustomDoc_Release(), Function_Release(), HTMLCurrentStyle_Release(), HTMLDOMAttribute_Release(), HTMLDOMImplementation_Release(), HTMLDOMNode_delete_cycle_collectable(), HTMLElementCollection_Release(), HTMLEventObj_Release(), HTMLLocation_Release(), HTMLMimeTypesCollection_Release(), HTMLOptionElementFactory_Release(), HTMLPluginsCollection_Release(), HTMLScreen_Release(), HTMLSelectionObject_Release(), HTMLStorage_Release(), HTMLStyle_Release(), HTMLStyleSheet_Release(), HTMLStyleSheetRulesCollection_Release(), HTMLStyleSheetsCollection_Release(), HTMLTxtRange_Release(), HTMLXMLHttpRequest_Release(), HTMLXMLHttpRequestFactory_Release(), OmHistory_Release(), OmNavigator_Release(), and release_inner_window().
Definition at line 159 of file apps.c.
Definition at line 422 of file msxml_private.h.
Referenced by mxwriter_get_version().
Definition at line 438 of file msxml_private.h.
Referenced by VBSAXAttributes_getLocalName(), VBSAXAttributes_getQName(), VBSAXAttributes_getType(), VBSAXAttributes_getTypeFromName(), VBSAXAttributes_getTypeFromQName(), VBSAXAttributes_getURI(), VBSAXAttributes_getValue(), VBSAXAttributes_getValueFromName(), and VBSAXAttributes_getValueFromQName().
Definition at line 475 of file msxml_private.h.
|
inlinestatic |
Definition at line 450 of file msxml_private.h.
Definition at line 458 of file msxml_private.h.
Definition at line 466 of file msxml_private.h.
|
inlinestatic |
Definition at line 484 of file msxml_private.h.
HRESULT SAXAttributes_create | ( | MSXML_VERSION | version, |
void ** | ppObj | ||
) |
Definition at line 3553 of file mxwriter.c.
Referenced by DllGetClassObject().
HRESULT SAXXMLReader_create | ( | MSXML_VERSION | , |
void ** | |||
) |
Referenced by DllGetClassObject().
HRESULT SchemaCache_create | ( | MSXML_VERSION | version, |
void ** | obj | ||
) |
Definition at line 1647 of file schema.c.
Referenced by DllGetClassObject().
|
inlinestatic |
Definition at line 520 of file msxml_private.h.
Definition at line 2112 of file httprequest.c.
Definition at line 2105 of file httprequest.c.
Definition at line 437 of file xmlparser.c.
Definition at line 268 of file stylesheet.c.
|
extern |
Definition at line 289 of file d3dcompiler_private.h.