Home | History | Annotate | Download | only in isimpledom

Lines Matching refs:ISimpleDOMNode

41 cpp_quote("// ISimpleDOMNode")
106 cpp_quote("// get_parentNode (/* [out] */ ISimpleDOMNode **newNodePtr);")
107 cpp_quote("// get_firstChild (/* [out] */ ISimpleDOMNode **newNodePtr);")
108 cpp_quote("// get_lastChild (/* [out] */ ISimpleDOMNode **newNodePtr);")
109 cpp_quote("// get_previousSibling(/* [out] */ ISimpleDOMNode **newNodePtr);")
110 cpp_quote("// get_nextSibling (/* [out] */ ISimpleDOMNode **newNodePtr);")
111 cpp_quote("// get_childAt (/* [in] */ unsigned childIndex, /* [out] */ ISimpleDOMNode **newNodePtr);")
145 interface ISimpleDOMNode : IUnknown
201 [propget] HRESULT parentNode([out, retval] ISimpleDOMNode **node);
202 [propget] HRESULT firstChild([out, retval] ISimpleDOMNode **node);
203 [propget] HRESULT lastChild([out, retval] ISimpleDOMNode **node);
204 [propget] HRESULT previousSibling([out, retval] ISimpleDOMNode **node);
205 [propget] HRESULT nextSibling([out, retval] ISimpleDOMNode **node);
207 [out, retval] ISimpleDOMNode **node);