Comparison and Analysis of XML Parsing Modes
Lai Wuding
Abstract
Lai Wuding
Abstract
SAX parsing technology is suitable for streaming XML parsing which has a low system overhead.But SAX does not support simultaneous access to multiple labels.DOM technology traverses the entire document to build a tree view and create the Document object contains the whole XML data.The multi-tag access problem is solved but a larger system over-head.
A significance statement is not available in the OpenAlex record.
A contribution statement is not available in the OpenAlex record.
Method details are not available in the OpenAlex metadata.
Findings are not separately available in the OpenAlex metadata.
Limitations are not available in the OpenAlex metadata.
Application details are not available in the OpenAlex metadata.
SAX parsing technology is suitable for streaming XML parsing which has a low system overhead.But SAX does not support simultaneous access to multiple labels.DOM technology traverses the entire document to build a tree view and create the Document object contains the whole XML data.The multi-tag access problem is solved but a larger system over-head.
Key concepts: Computer science, Simple API for XML, Parsing, XML, Streaming XML, XML validation, Efficient XML Interchange, XML Schema (W3C)