Uses of Interface
com.jniwrapper.win32.ie.dom.HTMLDocument

Packages that use HTMLDocument
com.jniwrapper.win32.ie Contains the basic classes and interfaces. 
com.jniwrapper.win32.ie.dom Contains classes for accessing browser Document Object Model (DOM). 
 

Uses of HTMLDocument in com.jniwrapper.win32.ie
 

Methods in com.jniwrapper.win32.ie that return HTMLDocument
 HTMLDocument WebBrowser.getDocument()
          Returns an instance of HTMLDocument that represents the HTML document currently loaded into the WebBrowser and provides access to the contents of the HTML Document Object Model (DOM).
 HTMLDocument IEAutomation.getDocument()
          Returns an instance of HTMLDocument that represents the HTML document currently loaded into the WebBrowser and provides access to the contents of the HTML Document Object Model (DOM).
 HTMLDocument HeadlessBrowser.getDocument()
          Returns an instance of HTMLDocument that represents the HTML document currently loaded into the WebBrowser and provides access to the contents of the HTML Document Object Model (DOM).
 HTMLDocument FrameBrowserSupport.getDocument()
          Returns an instance of HTMLDocument that represents the HTML document currently loaded into the WebBrowser and provides access to the contents of the HTML Document Object Model (DOM).
 HTMLDocument Browser.getDocument()
          Returns an instance of HTMLDocument that represents the HTML document currently loaded into the WebBrowser and provides access to the contents of the HTML Document Object Model (DOM).
 

Uses of HTMLDocument in com.jniwrapper.win32.ie.dom
 

Methods in com.jniwrapper.win32.ie.dom that return HTMLDocument
 HTMLDocument DomFactory.createDocument(com.jniwrapper.win32.automation.IDispatch document)
          Creates object that represents entire HTML document.
 HTMLDocument HTMLDialog.getDocument()
          Returns a Document of the currently opened modal dialog window.