search for: ixmlelementcollection

Displaying 4 results from an estimated 4 matches for "ixmlelementcollection".

Did you mean: ihtmlelementcollection
2014 Feb 07
0
Wine release 1.7.12
...er collection constructors static. scrrun: Fix file object leak on destruction. server: Fix generic access mapping for a semaphore. taskschd: Add IRegisteredTask stub implementation. server: Fix generic access mapping for a thread. msxml3/tests: Add a test to show that IXMLElementCollection enumerator doesn't recognize IID_IXMLElementCollection. msxml3: Don't return implementation pointer as an interface. msxml3: Add separate QueryInterface implementation for IEnumVARIANT interface exported by IXMLElementCollection. msxml3: Use interface instead of implementa...
2007 Jun 01
0
Wine release 0.9.38
...Storage as URL is already canonized in the constructor. James Hawkins (15): msi: Remove a misleading ERR, as this fails if a file doesn't exist, which is common. msi: Add the ability to deformat the component's source. msxml3: Add initial implementation of IXMLElement and IXMLElementCollection. msxml3: Add initial implementation of IXMLDocument. msxml3: Add tests for IXMLElement and IXMLElementCollection. msxml3: Add tests for IXMLDocument. msi: Create the destination directory if it doesn't exist when duplicating files. msi: Fall back to checking if the...
2010 Jan 22
0
Wine release 1.1.37
...tNew() seems to do nothing for IXMLDocument. msxml3/xmldoc: Don't leak document and stream on next IXMLDocument::Load(). msxml3: Don't preallocate root element, return new instance on each call. msxml3: Implement IXMLElement::removeChild() with some tests. msxml3: In IXMLElementCollection store pointer to node instead of pointer to children. msxml3: Track linked/unlinked state for element and free node data only when unlinked. msxml3/tests: Fix interface leak and message typo. msxml3: Implement IXMLDOMElement::removeAttribute(). msxml3: Use a helper to check...
2020 Sep 25
0
Wine release 5.18
...and [_]strtoumax[_l]. msxml3/tests: Add more iteration tests for IXMLDOMNamedNodeMap, IXMLDOMSchemaCollection and IXMLDOMNodeList. msxml3: Support Reset() for IEnumVARIANTs created by create_enumvariant. msxml3: Support retrieving more than one element in IEnumVARIANT::Next() for IXMLElementCollection. msvcrt: Add _s[w|n]printf_c[_l]. msvcrt: Fix _snprintf_l function signature. msvcrt: Add _snprintf_s_l. msvcirt: Set error when file can't be opened in fstream_open_ctor. msvcirt: Implement ofstream class. mshtml: Implement IOleObject::[Get|Set]Extent....