Pruning DOM Trees for Structured Document Processing

Pruning DOM Trees for Structured Document Processing
复制标题

修剪 DOM 树以进行结构化文档处理

DOI:
10.11309/jssstconference.21.0.43.0
复制
发表时间:
2004
影响因子:
3.1
通讯作者:
教雄 大島
教雄 大島
中科院分区:
环境科学与生态学4区
文献类型:
--
作者:
康史 林;振江 胡;正人 武市;伸明 和家;雅文 原;教雄 大島

文献摘要

被引文献

相似文献

PSD(可编程结构化文档)是一个框架,在该框架中,通过评估嵌入式表达式在本身中进行了效率,安全的效果这项工作,提出了一种修剪DOM树的方法,以避免编辑器与外部之间的不必要的数据通信来改善文档操纵的性能根据用户给出的参考信息进行评估,它会生成修剪的DOM树,从原始的DOM树中消除了不必要的零件来评估。
PSD (Programmable Structured Document) is a framework in which structured documents are edited efficiently and safely by evaluating embedded expressions in themselves. The PSD processing system we are currently developing requires an external evaluator to get the DOM data of documents held in the editor. In this work, a method to prune DOM trees is proposed to improve the performance of document manipulations by avoiding unnecessary data communication between the editor and the external evaluator. Based on information about references given by the user, it generates a pruned DOM tree, eliminating unnecessary parts for the evaluation from the original DOM tree. The mechanism of tree pruning is explained and its efficiency is evaluated using examples.