ASP. NET 2.0 XML series (3): XML class in. NET Framework

Source: Internet
Author: User

System. xml
It contains some classes related to the read/write operations of XML documents, including xmlreader, xmltextreader, xmlvalidatingreader, xmlnodereader, xmlwriter, xmltextwriter, and xmlnode (its subclasses include: xmldocument, xmldatadocument, xmldocumentfragment) and other classes.

System. xml. Schema
Contains classes related to the XML schema, including XMLSCHEMA, xmlschemaall, xmlschemaxpath, and xmlschematype.

System. xml. serialization
Contains classes related to the serialization and deserialization operations of XML documents.
Serialization: converts XML-format data into Stream-format data and can be transmitted over the network;
Deserialization: opposite operations are completed to restore data in the stream format to XML format.

System. xml. xpath
Including xpathdocument, xpathexpression, xpathnavigator, and xpathnodeiterator. These classes can complete the navigation function of XML documents.
(With the help of the xpathdocument class, the xpathnavigator class can complete the quick XML document navigation function, which isProgramThe staff provides many move methods to complete the navigation function .)

System. xml. XSL
To complete the conversion of XSLT, you may often use the extends compiledtransform and extends targumentlist classes.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.