开启辅助访问 切换到宽版

精易论坛

 找回密码
 注册

QQ登录

只需一步,快速开始

用微信号发送消息登录论坛

新人指南 邀请好友注册 - 我关注人的新帖 教你赚取精币 - 每日签到


求职/招聘- 论坛接单- 开发者大厅

论坛版规 总版规 - 建议/投诉 - 应聘版主 - 精华帖总集 积分说明 - 禁言标准 - 有奖举报

查看: 8428|回复: 3
收起左侧

[技术专题] 【第二期】MSHTML的IHTMLDocument3,IHTMLDocument2的拓展

[复制链接]

结帖率:100% (4/4)
发表于 2020-4-6 15:53:40 | 显示全部楼层 |阅读模式   四川省宜宾市

前言:

IHTMLDocument3介绍:

  • IHTMLDocument3提供对文档对象的其他属性和方法的访问。(Provides access to additional properties and methods of the document objects.)

  • 和IHTMLDocument2的区别

    • IHTMLDocument2是隶属于MSHTML的HTML文档接口,它的命名空间是MSHTML,它的接口跟C#的HtmlDocument类(即通过Web Browser控件直接获得的Document属性)很相似
    • 而IHTMLDocument3是跟Visual Basic 6.0里的文档对象相似的一个接口,基本上可以用到的方法都在其中。
    • 它们均继承于IDispatch。
    • HTMLDocument3 是 IHTMLDocument2 的一个高版本实现,它扩展基本的 IHTMLDocument COM 接口并定义某些新功能,微软的东西一般是某个接口新加了方法,后面就加数字2、3、4什么的,以保证以前的接口不被修改,具体不同看MSHTML_TLB里的定义了。一般来说,用的比较多、浏览器兼容较好的是IHTMLDocument、Ihtmldocument2。
  • Methods(方法):

  • IHTMLDocument3接口具有这些方法。(The IHTMLDocument3 interface has these methods.)

    • attachEvent
      • 将指定的函数绑定到事件,以便事件在对象上触发时都会调用该函数。(Binds the specified function to an event, so that the function gets called whenever the event fires on the object.)(注意不再支持IHTMLDocument3 :: attachEvent。 从IE11开始,使用IEventTarget :: addEventListener。 有关信息,请参阅兼容性更改。)
    • createDocumentFragment
      • 创建一个新文档,并返回一个指向新创建的文档的指针。(Creates a new document and returns a pointer to the newly created document.)
    • createTextNode
      • 从指定的值创建文本字符串。(Creates a text string from the specified value.)
    • detachEvent
      • 将指定的函数与事件解除绑定,以便事件触发时该函数停止接收通知。(Unbinds the specified function from the event, so that the function stops receiving notifications when the event fires.)
    • getElementById
      • 返回对具有IHTMLElement :: idIHTMLDOMAttribute2 :: name属性的指定值的第一个对象的引用。(Returns a reference to the first object with the specified value of the IHTMLElement::id or IHTMLDOMAttribute2::name attribute.)
    • getElementsByName
      • 根据IHTMLDOMAttribute2 :: name或IHTMLElement :: id属性的值获取对象的集合。(Gets a collection of objects based on the value of the IHTMLDOMAttribute2::name or IHTMLElement::id attribute.)
    • getElementsByTagName
      • 根据指定的元素名称检索对象的集合。(Retrieves a collection of objects based on the specified element name.)
    • recalc
      • 该元素已过时,不应再使用。 重新计算当前文档中的所有动态属性。(This element is obsolete and should no longer be used. Recalculates all dynamic properties in the current document.)
    • releaseCapture
      • 从当前文档中的对象中删除鼠标捕获。(Removes mouse capture from the object in the current document.)
  • Properties(属性):

  • IHTMLDocument3接口具有这些属性(本帖不列举事件属性和无介绍的属性):

    • attributes
      • 检索对象的属性的集合。(Retrieves a collection of attributes of the object.)
    • childnodes
      • 获取文档对象的子节点。(Gets the child nodes of the document object.)
    • dir
      • 设置或获取一个值,该值指示对象的读取顺序。(Sets or retrieves a value that indicates the reading order of the object.)
    • documentElement
      • 获取对文档根节点的引用。(Gets a reference to the root node of the document.)
    • uniqueID
      • 检索对象的自动生成的唯一标识符。(Retrieves an autogenerated, unique identifier for the object.)

对象要求:

  • Minimum supported client:Windows XP
  • Minimum supported server :Windows 2000 Server

往期回顾:

总结:

  • 本帖到此为止,如果想了解更多,请参考微软官方文献。


结帖率:35% (7/20)

签到天数: 1 天

发表于 2022-6-14 11:05:13 | 显示全部楼层   贵州省黔东南苗族侗族自治州
感谢发布优秀作品
回复 支持 反对

使用道具 举报

发表于 2020-5-16 16:57:17 | 显示全部楼层   湖南省长沙市
给你点个超级赞
回复 支持 反对

使用道具 举报

发表于 2020-4-10 18:50:09 | 显示全部楼层   湖北省黄冈市
感谢分享!在这个系列教程的普及下越来越火  
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则 致发广告者

发布主题 收藏帖子 返回列表

sitemap| 易语言源码| 易语言教程| 易语言论坛| 易语言模块| 手机版| 广告投放| 精易论坛
拒绝任何人以任何形式在本论坛发表与中华人民共和国法律相抵触的言论,本站内容均为会员发表,并不代表精易立场!
论坛帖子内容仅用于技术交流学习和研究的目的,严禁用于非法目的,否则造成一切后果自负!如帖子内容侵害到你的权益,请联系我们!
防范网络诈骗,远离网络犯罪 违法和不良信息举报电话0663-3422125,QQ: 793400750,邮箱:wp@125.la
网站简介:精易论坛成立于2009年,是一个程序设计学习交流技术论坛,隶属于揭阳市揭东区精易科技有限公司所有。
Powered by Discuz! X3.4 揭阳市揭东区精易科技有限公司 ( 粤ICP备12094385号-1) 粤公网安备 44522102000125 增值电信业务经营许可证 粤B2-20192173

快速回复 返回顶部 返回列表