Research and Design of XML Document Analysis Model
Yong Liu
Abstract
Yong Liu
Abstract
XML itself doesn't provide any interfaces for application, so we must take advantage of XML parser to deal with XML Documents. Tree model and Linear model are two main models of XML document parser. This paper first mainly describes this two parsing models' characteristics and their representative example, including DOM and SAX, and then analyses their parsing mechanism as well as their advantages and disadvantages respectively.
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.
XML itself doesn't provide any interfaces for application, so we must take advantage of XML parser to deal with XML Documents. Tree model and Linear model are two main models of XML document parser. This paper first mainly describes this two parsing models' characteristics and their representative example, including DOM and SAX, and then analyses their parsing mechanism as well as their advantages and disadvantages respectively.
Key concepts: Computer science, Simple API for XML, XML validation, Document Structure Description, Streaming XML, Parsing, Efficient XML Interchange, XML