クラス
jp.hishidama.win32.mshtml.IHTMLDocument の使用

IHTMLDocument を使用しているパッケージ
jp.hishidama.robot 自動実行クラス. 
jp.hishidama.win32.mshtml MSHTML関連クラス. 
jp.hishidama.win32.shdocvw SHDocVw関連クラス. 
 

jp.hishidama.robot での IHTMLDocument の使用
 

IHTMLDocument を返す jp.hishidama.robot のメソッド
 IHTMLDocument IERobot.getDocument()
          HTMLドキュメント取得.
 

jp.hishidama.win32.mshtml での IHTMLDocument の使用
 

IHTMLDocument を返す jp.hishidama.win32.mshtml のメソッド
 IHTMLDocument IHTMLDocument.createDocumentFromUrl(String url, String options)
          HTMLドキュメント作成.
 IHTMLDocument IHTMLDocument.createDocumentFromUrl(String url, String options, boolean addChild)
          推奨されていません。  
 IHTMLDocument IHTMLElement.getDocument()
          HTMLドキュメント取得.
 IHTMLDocument IHTMLWindow.getDocument()
          HTMLドキュメント取得.
 IHTMLDocument IHTMLElement.getDocument(boolean addChild)
          推奨されていません。  
 IHTMLDocument IHTMLWindow.getDocument(boolean addChild)
          推奨されていません。  
 

jp.hishidama.win32.shdocvw での IHTMLDocument の使用
 

IHTMLDocument を返す jp.hishidama.win32.shdocvw のメソッド
 IHTMLDocument IWebBrowser.getDocument()
          HTMLドキュメント取得.
 IHTMLDocument IWebBrowser.getDocument(boolean addChild)
          推奨されていません。