InfoConnect API Guide
Attachmate.Reflection.Web.Msie Namespace / IWebDocument Interface
Properties Methods

IWebDocument Interface Members

The following tables list the members exposed by IWebDocument.

Public Properties
 NameDescription
 PropertyGets the Web element that has the focus.  
 PropertyGets all Web elements.  
 PropertyGets the body element.  
 PropertyGets or sets the cookie property.  
 PropertyGets the default encoding.  
 PropertyGets or sets the string that describes the domain of this document for security purposes.  
 PropertyGets or sets the character encoding for this document.  
 PropertyGets a value that indicates whether the document has user input focus.  
 PropertyGets a collection of all of the form elements in the document.  
 PropertyGets a collection of all the image tags in the document.  
 PropertyGets a list of all the hyperlinks within the current HTML document.  
 PropertyGets or sets the text value of the title tag in the current HTML document.  
 PropertyGets the URL of the current document.  
Top
Public Methods
 NameDescription
 MethodExtracts text delimited by pretext and posttext from an HTML text source.  
 MethodGets the first Web element by an XPath path, relative to the current Web element.  
 MethodGets a Web element by ID.  
 MethodGets the Web element at the point.  
 MethodGets a collection of elements with the specified HTML tag.  
 MethodOverloaded. Executes an Active Scripting function defined in an HTML page.  
Top
See Also