InfoConnect for Airlines
IWebDocument Interface Members
Properties  Methods 

The following tables list the members exposed by IWebDocument.

Public Properties
 NameDescription
 PropertyActiveElementGets the Web element that has the focus.  
 PropertyAllElementsGets all Web elements.  
 PropertyBodyGets the body element.  
 PropertyCookieGets or sets the cookie property.  
 PropertyDefaultEncodingGets the default encoding.  
 PropertyDomainGets or sets the string that describes the domain of this document for security purposes.  
 PropertyEncodingGets or sets the character encoding for this document.  
 PropertyFocusedGets a value that indicates whether the document has user input focus.  
 PropertyFormsGets a collection of all of the form elements in the document.  
 PropertyImagesGets a collection of all the image tags in the document.  
 PropertyLinksGets a list of all the hyperlinks within the current HTML document.  
 PropertyTitleGets or sets the text value of the title tag in the current HTML document.  
 PropertyUrlGets the URL of the current document.  
Top
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