Nikolay Sivov
|
b22149817d
|
msxml3: Get rid of ::put_text() forward to IXMLDOMNode interface.
|
2010-10-19 10:14:11 +02:00 |
Nikolay Sivov
|
0f19df8b6a
|
msxml3: Get rid of ::get_dataType() forward to IXMLDOMNode interface.
|
2010-10-19 10:14:08 +02:00 |
Jacek Caban
|
6d20b3f96a
|
msxml3: Don't use xmlnode's IXMLDOMNode iface in replaceChild implementations.
|
2010-10-13 15:55:10 +02:00 |
Jacek Caban
|
addefe4ce5
|
msxml3: Don't use xmlnode's IXMLDOMNode iface in insertBefore implementations.
|
2010-09-13 10:59:02 -05:00 |
Jacek Caban
|
e9ebd8c964
|
msxml3: Don't use xmlnode's IXMLDOMNode iface in get_attributes implementations.
|
2010-09-13 10:58:56 -05:00 |
Jacek Caban
|
55175042eb
|
msxml3: Don't use xmlnode's IXMLDOMNode iface in get_[previous|next]Sibling implementations.
|
2010-09-13 10:31:58 -05:00 |
Joris Huizer
|
37f61acb77
|
msxml3: Fix copy/paste error in get_lastChild functions.
|
2010-09-09 12:45:42 +02:00 |
Jacek Caban
|
4f210e21a5
|
msxml3: Don't use xmlnode's IXMLDOMNode iface in get_[first|last]Node implementations.
|
2010-09-08 19:49:30 +02:00 |
Jacek Caban
|
c8b15e90bd
|
msxml3: Don't use xmlnode's IXMLDOMNode iface in get_childNode implementations.
|
2010-09-08 19:49:30 +02:00 |
Jacek Caban
|
6e76c894e8
|
msxml3: Don't use xmlnode's IXMLDOMNode iface in get_nodeType and get_nodeParent implementations.
|
2010-09-07 16:01:32 +02:00 |
Jacek Caban
|
9413fab39e
|
msxml3: Don't use xmlnode's IXMLDOMNode iface in put_nodeValue implementations.
|
2010-09-07 16:01:26 +02:00 |
Nikolay Sivov
|
398e649414
|
msxml3/tests: Basic test for ::setAttributeNode().
|
2010-09-07 11:31:50 +02:00 |
Jacek Caban
|
6ce537baac
|
msxml3: Don't use xmlnode's IXMLDOMNode iface in get_nodeValue implementations.
|
2010-09-06 16:13:22 +02:00 |
Jacek Caban
|
7a68fad273
|
msxml3: Don't use xmlnode's IXMLDOMNode iface in get_nodeName implementations.
|
2010-09-06 16:13:22 +02:00 |
Jacek Caban
|
27b4f11c0b
|
msxml3: Use xmlnode child object's IXMLDOMNode implementation as base interface.
The plan is to get rid of IXMLDOMNode interface in xmlnode object and use
proper inheritance.
|
2010-09-06 16:13:22 +02:00 |
Jacek Caban
|
0670d092f1
|
msxml3: Added node_query_inerface function for common xmlnode child objects implementation.
|
2010-09-06 16:13:21 +02:00 |
Jacek Caban
|
f5348b25af
|
msxml3: Store outer iface as IXMLDOMNode instead of IUnknown in xmlnode.
|
2010-09-06 16:13:21 +02:00 |
Nikolay Sivov
|
c9b8f5d2ae
|
msxml3: Fix invalid parameter handling for IXMLDOMElement::getElementsByTagName().
|
2010-09-03 16:02:31 +02:00 |
Nikolay Sivov
|
62e521ad0d
|
msxml3: Add IXMLDOMDocument3 stub support.
|
2010-08-30 11:28:17 +02:00 |
Francois Gouget
|
3127501f86
|
msxml3: Add a trailing '\n' to a TRACE().
|
2010-03-22 10:48:33 +01:00 |
Nikolay Sivov
|
d013991d55
|
msxml3: Simplify IXMLDOMElement_get_tagName(), add null check.
|
2010-02-22 11:41:05 +01:00 |
Nikolay Sivov
|
abe86a1ef9
|
msxml3: Use common format for TRACE() in DOM objects.
|
2010-02-17 09:42:50 +01:00 |
Nikolay Sivov
|
d8a9a691e6
|
msxml3: Use existing helpers for heap allocations.
|
2010-02-04 13:39:28 +01:00 |
Nikolay Sivov
|
7724b053e2
|
msxml3: Implement IXMLDOMElement::removeAttribute().
|
2010-01-19 12:21:30 +01:00 |
Mike Kaplinskiy
|
90cf2f1ac3
|
msxml: getElementsByTagName does not respect namespaces.
We can't just use //tagname; we have to do //*[local-name()='tagname'].
|
2010-01-18 14:35:49 +01:00 |
Jacek Caban
|
04eff32bbb
|
msxml3: Store xmlnode structure instead of pointer in node implementations.
|
2009-10-15 12:06:17 +02:00 |
Jacek Caban
|
83e912743c
|
msxml3: Get rid of node internal IUnknown.
|
2009-09-30 16:36:55 +02:00 |
Alistair Leslie-Hughes
|
30087f9660
|
msxml3: Add IDispatchEx support to IXMLDOMElement.
|
2009-09-10 10:49:17 +02:00 |
Jacek Caban
|
7b30c79cfd
|
msxml3: Moved IDispatchEx implementation from domdoc to xmlnode.
|
2009-08-29 17:12:57 +02:00 |
Jacek Caban
|
c2b2e1ea9b
|
msxml3: Get rid of not used aggregation support in domelement.
|
2009-08-24 15:17:31 +02:00 |
Jacek Caban
|
38c0667334
|
msxml3: Store xmlnode object in domelem.
|
2009-08-21 13:50:20 +02:00 |
Jacek Caban
|
d48246e1cc
|
msxml3: Return xmlnode object from create_basic_node.
|
2009-08-21 13:50:11 +02:00 |
Marcus Meissner
|
525a5510d1
|
msxml3: Handle get_element returning NULL (Coverity).
|
2009-01-29 12:48:13 +01:00 |
Alistair Leslie-Hughes
|
561cf9f746
|
msxml3: Corrected getAttributeNode to return correct values.
|
2008-12-17 13:52:41 +01:00 |
Michael Stefaniuc
|
328f60a686
|
msxml3: Do not cast void pointers to other pointer types.
|
2008-12-05 12:36:21 +01:00 |
Piotr Caban
|
c0661fdb90
|
msxml3: Added IXMLDOMElement_getAttributeNode implementation.
|
2008-07-02 11:37:09 +02:00 |
Alistair Leslie-Hughes
|
fb08f209e1
|
msxml3: Implemented IDispatch for IXMLDOMElement.
|
2008-02-19 14:14:06 +01:00 |
Alistair Leslie-Hughes
|
b7e6906c2d
|
msxml3: Validated attribute name.
|
2008-02-04 14:18:20 +01:00 |
Alistair Leslie-Hughes
|
af15cfefcd
|
msxml3: Return correct IDispatch Interface.
|
2008-01-22 12:00:31 +01:00 |
Alistair Leslie-Hughes
|
83300893a2
|
msxml3: Corrected getAttribute to return current value and assign output var.
|
2008-01-14 15:53:05 +01:00 |
Mikołaj Zalewski
|
08fc650869
|
msxml3: Implement IXMLDOMElement::getElementsByTagName.
|
2007-05-18 20:00:03 +02:00 |
Robert Shearman
|
09ddab1481
|
msxml: Allow the element implementation to be aggregatable.
|
2006-06-14 13:35:38 +02:00 |
Robert Shearman
|
79b2742120
|
msxml3: Fix domelem_get_tagName to return a string with the namespace prefixed, if it is present.
|
2006-06-12 15:56:23 +02:00 |
Jonathan Ernst
|
360a3f9142
|
Update the address of the Free Software Foundation.
|
2006-05-23 14:11:13 +02:00 |
Huw Davies
|
e1e1f79288
|
msxml: Issue a fixme if the interface is not implemented.
|
2006-01-27 19:22:56 +01:00 |
Huw Davies
|
65707fb940
|
msxml: Implement setAttribute.
|
2006-01-16 20:42:39 +01:00 |
Huw Davies
|
d9fc6985fa
|
msxml: Implement getAttribute.
|
2006-01-14 17:05:32 +01:00 |
Huw Davies
|
3f6bb98f39
|
Make the node object aggregatable so that the element object (and in
future all of the other node types) can use it.
|
2005-12-01 18:46:42 +01:00 |
Huw Davies
|
5b8be5dca6
|
Include msxml2.h rather than msxml.h and xmldom.h.
|
2005-11-08 19:59:36 +00:00 |
Huw Davies
|
d1b21b5c50
|
Fix cut-n-paste error in licence text.
|
2005-11-08 12:46:43 +00:00 |
Huw Davies
|
82aa918a30
|
Actually print the IIDs.
|
2005-10-31 21:04:31 +00:00 |
Mike McCormack
|
d61f8f8b28
|
Forward IXMLDOMElement methods derived from IXMLDOMNode to the
element's contained node.
|
2005-08-22 09:23:52 +00:00 |
Mike McCormack
|
2386023474
|
Use a single function to create all IXMLDOMNode implementations.
|
2005-08-19 10:03:27 +00:00 |
Mike McCormack
|
23f192d299
|
Make each IXMLDOMNode interface represent one libxml2 xmlNodePtr.
|
2005-08-18 10:48:13 +00:00 |
Mike McCormack
|
77392f2d77
|
Implement IXMLDOMElement::get_tagName.
|
2005-08-11 10:57:58 +00:00 |
Mike McCormack
|
65293d8edf
|
Create a node object and use it to hold libxml2 pointers.
|
2005-08-10 09:54:22 +00:00 |
Mike McCormack
|
67630657fe
|
Implement the IXMLDOMNamedNodeMap interface.
|
2005-08-08 15:04:00 +00:00 |
Jacek Caban
|
049e9b6718
|
Fixed msxml compilation when libxml is not available.
|
2005-08-08 12:13:31 +00:00 |
Mike McCormack
|
3b5c2221cc
|
Implemented the IXMLDOMElement interface.
|
2005-08-03 10:58:47 +00:00 |