Nikolay Sivov
|
a930084d86
|
msxml3: Fix ::selectSingleNode() behaviour on invalid arguments.
|
2010-09-18 13:03:26 +02:00 |
Nikolay Sivov
|
4e94abd710
|
msxml3: Fix IXMLDOMNode::get_namespaceURI() for empty URIs.
|
2010-09-14 09:42:43 -05:00 |
Nikolay Sivov
|
154c0828bf
|
msxml3: Fix IXMLDOMNode::get_prefix() for empty prefix.
|
2010-09-14 09:42:36 -05:00 |
Nikolay Sivov
|
8d055c7854
|
msxml3: Support elements with namespaces.
|
2010-09-14 09:42:29 -05: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 |
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
|
8a82ae668a
|
msxml3: Use get_node_obj to get xmlnode from iface in replaceChild implementation.
|
2010-09-06 16:13:22 +02:00 |
Jacek Caban
|
4f61cd2840
|
msxml3: Use separate object for unknown node type implementation.
|
2010-09-06 16:13:22 +02:00 |
Jacek Caban
|
a92e95eab1
|
msxml3: Use fake IID to safely cast IXMLDOMNode interface to xmlnode object.
|
2010-09-06 16:13:21 +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
|
62e521ad0d
|
msxml3: Add IXMLDOMDocument3 stub support.
|
2010-08-30 11:28:17 +02:00 |
Nikolay Sivov
|
d461d7d213
|
msxml3: Create additional node for xml declaration.
|
2010-06-28 16:58:38 +02:00 |
Nikolay Sivov
|
d24d007fa5
|
msxml3: Silence a warning in ::get_baseName() for document nodes.
|
2010-06-23 10:34:28 +02:00 |
Nikolay Sivov
|
c4852be28e
|
msxml3: Don't force parser encoding when loading from file.
|
2010-06-21 11:47:34 +02:00 |
André Hentschel
|
b7aec2a215
|
msxml3: Make xmlnode_get_specified a stub.
|
2010-03-31 11:47:23 +02:00 |
André Hentschel
|
20fbdfc3c2
|
msxml3: Make xmlnode_get_parsed a stub.
|
2010-03-31 11:47:19 +02:00 |
Alexandre Julliard
|
d3d2f4afce
|
msxml3: Remove unnecessary string constants.
|
2010-03-31 11:47:10 +02:00 |
Mikhail Maroukhine
|
88cca2cf76
|
msxml3: Fix compiler warnings with flag -Wcast-qual.
|
2010-03-29 12:14:53 +02:00 |
André Hentschel
|
acdce245ae
|
msxml3: Fix a typo in a comment.
|
2010-03-23 11:40:59 +01:00 |
Nikolay Sivov
|
7a38ecb0d6
|
msxml3: Avoid direct vtable members internal usage.
|
2010-02-19 13:07:11 +01:00 |
Nikolay Sivov
|
abe86a1ef9
|
msxml3: Use common format for TRACE() in DOM objects.
|
2010-02-17 09:42:50 +01:00 |
Nikolay Sivov
|
c1464f8ab9
|
msxml3: Fix return value for IXMLDOMNode_put_nodeValue() for unsupported types.
|
2010-02-15 16:09:24 +01:00 |
Nikolay Sivov
|
16d83dc7d4
|
msxml3: Support more node types in IXMLDOMDocument_createNode().
|
2010-02-12 11:55:29 +01:00 |
Nikolay Sivov
|
875c9c71ab
|
msxml3: Accept PI node in on base name request.
|
2010-02-10 14:34:06 +01:00 |
Nikolay Sivov
|
a9fc71b48e
|
msxml3: Support comment node type in IXMLDOMNode_get_baseName.
|
2010-02-09 17:13:38 +01:00 |
Nikolay Sivov
|
970ec3d699
|
msxml3: Create entity reference node properly.
|
2010-02-09 11:35:27 +01:00 |
Nikolay Sivov
|
07162a624e
|
msxml3: Create PI node properly.
|
2010-02-09 11:35:02 +01:00 |
Nikolay Sivov
|
d8a9a691e6
|
msxml3: Use existing helpers for heap allocations.
|
2010-02-04 13:39:28 +01:00 |
Piotr Caban
|
9ede36aa2b
|
msxml3: Fix VARIANT_from_xmlChar implementation.
|
2009-12-07 14:18:25 +01:00 |
Francois Gouget
|
e98719f79e
|
msxml3: Make some functions static in node.c.
|
2009-11-24 15:53:36 +01:00 |
Piotr Caban
|
8700253775
|
msxml3: Implemented xmlnode_get_nodeTypedValue 'bin.base64' data type handling.
|
2009-11-20 11:13:23 +01:00 |
Piotr Caban
|
3c58b1c418
|
msxml3: Implemented xmlnode_get_nodeTypedValue 'bin.hex' data type handling.
|
2009-11-20 11:13:16 +01:00 |
Piotr Caban
|
2a9eb6e3bb
|
msxml3: Implemented more data types handling xmlnode_get_nodeTypedValue.
|
2009-11-20 11:13:09 +01:00 |
Piotr Caban
|
5f26c60982
|
msxml3: Ignore nanoseconds in xmlnode_get_nodeTypedValue.
|
2009-11-19 11:09:46 +01:00 |
Piotr Caban
|
f4f7198610
|
msxml3: Implemented xmlnode_get_nodeTypedValue 'i1' data type handling.
|
2009-11-19 11:09:40 +01:00 |
Piotr Caban
|
0d78a883c0
|
msxml3: Implemented xmlnode_get_nodeTypedValue date related data types handling.
|
2009-11-18 11:51:05 +01:00 |
Piotr Caban
|
39f0504c86
|
msxml3: Implemented xmlnode_get_nodeTypedValue 'boolean' data type handling.
|
2009-11-18 11:51:05 +01:00 |
Piotr Caban
|
47e037d4bb
|
msxml3: Implemented xmlnode_get_nodeTypedValue 'fixed.14.4' data type handling.
|
2009-11-18 11:51:05 +01:00 |
Piotr Caban
|
44980403da
|
msxml3: Implemented xmlnode_get_nodeTypedValue 'int' data type handling.
|
2009-11-18 11:51:04 +01:00 |
Piotr Caban
|
0a6d3a70ca
|
msxml3: Implemented xmlnode_get_nodeTypedValue 'number' data type handling.
|
2009-11-18 11:51:04 +01:00 |