DOT Net namespace

Explain the main classes given by the .NET namespace to process the XML files.

E

Expert

Verified

XmlTextReader: Gives forward only access to a stream of XML data and verifies whether or not an XML document is fine formed.

XmlTextWriter: Gives forward only way of producing streams or files having XML data which conforms to W3C XML 1.0.

XmlDocument: Gives navigating and editing features of nodes in an XML document tree. XmlDocument is the most commonly used class in ASP.NET applications which use XML documents.

XmlDataDocument: Gives support for XML and relational data in W3C XML DOM. You can employ this class with a dataset to give relational and non-relational views of similar set of data

XmlPathDocument: Gives a read-only cache for XML document processing by utilizing XSLT. This class is optimizied for XSLT processing and does not verify for the conformity of the W3C DOM.

XmlNodeReader: Gives forward-only access to the data symbolized by the XmlDocument or XmlDataDocument class

XslTransform: Gives support for XSLT 1.0 style sheet syntax which enables you to transform an XML document by employing XSL style sheets.

   Related Questions in Programming Languages

  • Q : Type promotion rule Q. Explain type

    Q. Explain type conversion rules for basic data types in java. Ans. Type promotion rule: Java automatically each bits or short operant to int when evaluating an expression. As usual as the automatic promotion

  • Q : Basic features of OOPs Illustrate the

    Illustrate the basic features of OOPs?

  • Q : Explain Inheritance hierarchy

    Inheritance hierarchy: The relationship among super-classes and sub-classes is termed as an inheritance hierarchy. The single inheritance of classes means that each and every class has simply a single `parent' class and that Object class is the eventu

  • Q : What is an Assembly language Assembly

    Assembly language: This is a symbolic language closely analogous to the instruction set of a Central Processing Unit. The program employed to translate a program written in assembly language is termed an assembler.

  • Q : How much does Symbian Signed

    How much does Symbian Signed certification and testing cost? Answer: Test houses contain their own prices for Symbian Signed testing. So you can check that prices through searching over the internet.

  • Q : Throughout system testing the

    Someone complains that throughout system testing the application frequently crashes. What probable process problem does which indicate?

  • Q : Assembly condition codes What do you

    What do you mean by the term assembly condition codes?

  • Q : Define Application Application : It is

    Application: It is frequently used, simply as a synonym for the program. Though, in Java, the word is particularly employed of programs with a Graphical User Interface (GUI) which are not applets.

  • Q : How XML web services integrate two

    How can XML web services integrate two legacy distributed systems, one based on Corba and one based on Java RMI?

  • Q : Explain UpdatePanel control Briefly

    Briefly explain about the UpdatePanel control.

©TutorsGlobe All rights reserved 2022-2023.