IBP: an index-based XML parser model

  • Authors:
  • Haihui Zhang;Xingshe Zhou;Yang Gang;Xiaojun Wu

  • Affiliations:
  • College of Computer Science, Northwestern Polytechnical University, Xi’an, Shaanxi, China;College of Computer Science, Northwestern Polytechnical University, Xi’an, Shaanxi, China;College of Computer Science, Northwestern Polytechnical University, Xi’an, Shaanxi, China;College of Information Engineering, Chang’an University, Xi’an, Shaanxi, China

  • Venue:
  • NPC'05 Proceedings of the 2005 IFIP international conference on Network and Parallel Computing
  • Year:
  • 2005

Quantified Score

Hi-index 0.00

Visualization

Abstract

With XML widely used in distributed system, the existing parser models, DOM and SAX, are inefficient and resource intensive for applications with large XML documents. This paper presents an index-based parser model (IBP), which contains validation and non-validation modes, supports nearly all the XML characteristics. IBP has the characters of speediness, robustness and low resource requirement, which is more suitable for mass information parsing. We presents the application of IBP in a real-time distributed monitoring prototype system, the results have shown IBP effective.