Searched refs:node_get_child_nodes (Results 1 – 11 of 11) sorted by relevance
/reactos/dll/win32/msxml3/ |
H A D | docfrag.c | 224 return node_get_child_nodes(&This->node, outList); in domfrag_get_childNodes()
|
H A D | entityref.c | 221 return node_get_child_nodes(&This->node, outList); in entityref_get_childNodes()
|
H A D | msxml_private.h | 323 extern HRESULT node_get_child_nodes(xmlnode*,IXMLDOMNodeList**) DECLSPEC_HIDDEN;
|
H A D | attribute.c | 234 return node_get_child_nodes(&This->node, outList); in domattr_get_childNodes()
|
H A D | pi.c | 243 return node_get_child_nodes(&This->node, outList); in dom_pi_get_childNodes()
|
H A D | comment.c | 228 return node_get_child_nodes(&This->node, outList); in domcomment_get_childNodes()
|
H A D | text.c | 226 return node_get_child_nodes(&This->node, outList); in domtext_get_childNodes()
|
H A D | cdata.c | 229 return node_get_child_nodes(&This->node, outList); in domcdata_get_childNodes()
|
H A D | node.c | 369 HRESULT node_get_child_nodes(xmlnode *This, IXMLDOMNodeList **ret) in node_get_child_nodes() function 1922 return node_get_child_nodes(&This->node, outList); in unknode_get_childNodes()
|
H A D | element.c | 242 return node_get_child_nodes(&This->node, outList); in domelem_get_childNodes()
|
H A D | domdoc.c | 1095 return node_get_child_nodes(&This->node, childList); in domdoc_get_childNodes()
|