• 中国计算机学会会刊
  • 中国科技核心期刊
  • 中文核心期刊

J4 ›› 2006, Vol. 28 ›› Issue (9): 28-29.

• 论文 • 上一篇    下一篇

一种新型嵌入式浏览器解析布局器的实现

刘云生 涂咏秋   

  • 出版日期:2006-09-01 发布日期:2010-05-20

  • Online:2006-09-01 Published:2010-05-20

摘要:

现有的嵌入式浏览器在解释和显示页面模块的实现策略上往往大相径庭。本文通过分析比较现有几种主要机制的优缺点,提出并实现了页面分块显示机制,将一个页面块中的显示信息用一个二叉树结构存放;另外,通过生成和遍历页面信息二叉树,将大多数浏览器中的语法分析、语义分析、页面显示步骤整合在一起,进一步提高了浏览器运行效
 效率和响应速度。

关键词: 嵌入式实时操作系统 嵌入式浏览器 解析布局器 二叉树

Abstract:

The existing embedded browsers behave differently in the implementation tactics of the modules for parsing and displaying Web pages. By analysing and    comparing the merits and demerits of the existing several mechanisms, the paper puts forth and implements a mechanism of Web page division, and stores t he dispaly information of Web page blocks in a bintree. In addition, by generating and traversing the syntax parsing, semantic parsing and Web page disp    lay in most brows- ers are integrated to enhance the efficiency and responsive speed of the browsers

Key words: embedded real-time operating system, embedded browser, parse-layout engine, bintree