|
ReactOS 0.4.16-dev-1946-g52006dd
|


Go to the source code of this file.
Classes | |
| interface | IXMLDOMNode |
| interface | IXMLDOMDocument |
| interface | IXMLDOMNodeList |
| interface | IXMLDOMNamedNodeMap |
| interface | IXMLDOMDocumentFragment |
| interface | IXMLDOMCharacterData |
| interface | IXMLDOMAttribute |
| interface | IXMLDOMElement |
| interface | IXMLDOMText |
| interface | IXMLDOMComment |
| interface | IXMLDOMProcessingInstruction |
| interface | IXMLDOMCDATASection |
| interface | IXMLDOMDocumentType |
| interface | IXMLDOMNotation |
| interface | IXMLDOMEntity |
| interface | IXMLDOMEntityReference |
| interface | IXMLDOMImplementation |
| interface | IXMLDOMParseError |
| interface | XMLDOMDocumentEvents |
| class | DOMDocument |
| interface | IXMLHttpRequest |
| class | XMLHTTPRequest |
Macros | |
| #define | threading(model) |
| #define | progid(str) |
| #define | vi_progid(str) |
Typedefs | |
| typedef enum tagDOMNodeType | DOMNodeType |
Enumerations | |
| enum | tagDOMNodeType { NODE_INVALID , NODE_ELEMENT , NODE_ATTRIBUTE , NODE_TEXT , NODE_CDATA_SECTION , NODE_ENTITY_REFERENCE , NODE_ENTITY , NODE_PROCESSING_INSTRUCTION , NODE_COMMENT , NODE_DOCUMENT , NODE_DOCUMENT_TYPE , NODE_DOCUMENT_FRAGMENT , NODE_NOTATION } |
Functions | |
| coclass DOMDocument | helpstring ("Free Threaded XML DOM Document") |
| coclass DOMDocument | progid ("Microsoft.FreeThreadedXMLDOM.1.0") |
| coclass DOMDocument | vi_progid ("Microsoft.FreeThreadedXMLDOM") |
| coclass DOMDocument | threading (both) |
| coclass DOMDocument | version (1.0) |
| coclass DOMDocument | uuid (2933bf91-7b36-11d2-b20e-00c04f983e60)] coclass DOMFreeThreadedDocument |
Definition at line 24 of file xmldom.idl.
| #define threading | ( | model | ) |
Definition at line 23 of file xmldom.idl.
Definition at line 25 of file xmldom.idl.
| typedef enum tagDOMNodeType DOMNodeType |
Definition at line 51 of file xmldom.idl.
| coclass DOMDocument helpstring | ( | "Free Threaded XML DOM Document" | ) |
| coclass DOMDocument progid | ( | "Microsoft.FreeThreadedXMLDOM.1.0" | ) |
| coclass DOMDocument threading | ( | both | ) |
| coclass DOMDocument uuid | ( | 2933bf91-7b36-11d2-b20e- | 00c04f983e60 | ) |
Definition at line 766 of file xmldom.idl.
| coclass DOMDocument version | ( | 1. | 0 | ) |
| coclass DOMDocument vi_progid | ( | "Microsoft.FreeThreadedXMLDOM" | ) |