Reflection
IWebDocument Interface Methods

For a list of all members of this type, see IWebDocument members.

Public Methods
 NameDescription
 MethodExtractExtracts text delimited by pretext and posttext from an HTML text source.  
 MethodGetElementGets the first Web element by an XPath path, relative to the current Web element.  
 MethodGetElementByIdGets a Web element by ID.  
 MethodGetElementFromPointGets the Web element at the point.  
 MethodGetElementsByTagNameGets a collection of elements with the specified HTML tag.  
 MethodInvokeScriptOverloaded. Executes an Active Scripting function defined in an HTML page.  
Top
See Also