Research and Realization for Using Tree to Express XML Document Structure
Zhu Zhan-li
Abstract
Zhu Zhan-li
Abstract
XML has a strong ability of expression to a tree,we can use a tree to express a XML document completely.Operating to a document means operating to a tree,this is Document Object Model(DOM).Actually the fact is also like this,XML file will be shown like a tree no matter you use Internet Explorer or other XML editors to open it.So if we can express XML document by a tree not only it′s structure looks more directly and clear,moreover operate an object is much easier than operate a text.Microsoft has provided the XML object model,this object base allowed you to construct the XML grammar tree,and collect data from different position.This paper will make a deep discussion about how to display a XML document as a tree by using the tool of C#.Net.
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 has a strong ability of expression to a tree,we can use a tree to express a XML document completely.Operating to a document means operating to a tree,this is Document Object Model(DOM).Actually the fact is also like this,XML file will be shown like a tree no matter you use Internet Explorer or other XML editors to open it.So if we can express XML document by a tree not only it′s structure looks more directly and clear,moreover operate an object is much easier than operate a text.Microsoft has provided the XML object model,this object base allowed you to construct the XML grammar tree,and collect data from different position.This paper will make a deep discussion about how to display a XML document as a tree by using the tool of C#.Net.
Key concepts: XML validation, Efficient XML Interchange, Computer science, Streaming XML, XML Encryption, Simple API for XML, Document Structure Description, XML Schema Editor