首页> 外文期刊>Journal of systems and software >DOM tree browsing of a very large XML document: Design and implementation
【24h】

DOM tree browsing of a very large XML document: Design and implementation

机译:大型XML文档的DOM树浏览:设计和实现

获取原文
获取原文并翻译 | 示例
           

摘要

Browsing the DOM tree of an XML document is an act of following the links among the nodes of the DOM tree to find some desired nodes without any knowledge for search. When the structure of the XML document is not known to a user, browsing is the basic operation performed for referring the contents of the XML document. If the size of the XML document is very large, however, using a general-purpose XML parser for browsing the DOM tree of the XML document to access arbitrary node may suffer from the lack of memory space for constructing the large DOM tree. To alleviate this problem, we suggest a method to browse the DOM tree of a very large XML document by splitting the XML document into n small XML documents and generating sequentially the DOM tree of each of those small n XML documents. For later reference, the information of some nodes accessed from the DOM tree already generated has been also kept using the concept of their virtual nodes. With our suggested approach, the memory space necessary for browsing the DOM tree of a very large XML document is reduced such that it can be managed by a personal computer.
机译:浏览XML文档的DOM树是一种遵循DOM树的节点之间的链接以查找一些所需节点而无需任何搜索知识的行为。当用户不知道XML文档的结构时,浏览是参考XML文档内容所执行的基本操作。但是,如果XML文档的大小很大,则使用通用XML解析器浏览XML文档的DOM树以访问任意节点可能会因缺少用于构造大DOM树的内存空间而受苦。为了缓解此问题,我们建议一种方法,通过将XML文档拆分为n个小XML文档并依次生成这n个XML小文档中的每一个的DOM树,来浏览非常大的XML文档的DOM树。供以后参考,从已经生成的DOM树访问的某些节点的信息也已使用其虚拟节点的概念进行了保留。通过我们建议的方法,减少了浏览非常大的XML文档的DOM树所需的存储空间,从而可以由个人计算机进行管理。

著录项

  • 来源
    《Journal of systems and software》 |2009年第11期|1843-1858|共16页
  • 作者

    Seung Min Kim; Suk I. Yoo;

  • 作者单位

    School of Computer Science and Engineering, Seoul National University, Seoul 151-742, Republic of Korea;

    School of Computer Science and Engineering, Seoul National University, Seoul 151-742, Republic of Korea;

  • 收录信息
  • 原文格式 PDF
  • 正文语种 eng
  • 中图分类
  • 关键词

    XML; DOM; DOM tree; very large XML documents;

    机译:XML;DOM;DOM树;非常大的XML文档;

相似文献

  • 外文文献
  • 中文文献
  • 专利
获取原文

客服邮箱:kefu@zhangqiaokeyan.com

京公网安备:11010802029741号 ICP备案号:京ICP备15016152号-6 六维联合信息科技 (北京) 有限公司©版权所有
  • 客服微信

  • 服务号