Home
last modified time | relevance | path

Searched refs:node_get_child_nodes (Results 1 – 11 of 11) sorted by relevance

/reactos/dll/win32/msxml3/
H A Ddocfrag.c224 return node_get_child_nodes(&This->node, outList); in domfrag_get_childNodes()
H A Dentityref.c221 return node_get_child_nodes(&This->node, outList); in entityref_get_childNodes()
H A Dmsxml_private.h323 extern HRESULT node_get_child_nodes(xmlnode*,IXMLDOMNodeList**) DECLSPEC_HIDDEN;
H A Dattribute.c234 return node_get_child_nodes(&This->node, outList); in domattr_get_childNodes()
H A Dpi.c243 return node_get_child_nodes(&This->node, outList); in dom_pi_get_childNodes()
H A Dcomment.c228 return node_get_child_nodes(&This->node, outList); in domcomment_get_childNodes()
H A Dtext.c226 return node_get_child_nodes(&This->node, outList); in domtext_get_childNodes()
H A Dcdata.c229 return node_get_child_nodes(&This->node, outList); in domcdata_get_childNodes()
H A Dnode.c369 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 Delement.c242 return node_get_child_nodes(&This->node, outList); in domelem_get_childNodes()
H A Ddomdoc.c1095 return node_get_child_nodes(&This->node, childList); in domdoc_get_childNodes()