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 : Explain Polymorphism Polymorphism : It

    Polymorphism: It is the ability of an object reference to be employed as if it referred to an object with various forms. The polymorphism in Java outcomes from both class inheritance and interface inheritance. The actually different forms frequently o

  • Q : Differences between primary storage and

    What are the differences between primary storage and secondary storage?

  • Q : What is UNIX Explain, what is UNIX?

    Explain, what is UNIX?

  • Q : What is a Port Port: It is a number

    Port: It is a number employed by a procedure to communicate with the other procedure across a network, employing the Transmission Control Protocol (abbreviated as TCP) or User Datagram Protocol (abbreviated as UDP), for instance.

  • Q : What is Stack overflow Stack overflow :

    Stack overflow: Stack overflow takes place whenever too many items are pushed onto a stack with a finite or limited capacity.

  • Q : C-C++ interfaces into WLS JMS Normal 0

    Normal 0 false false

  • Q : Explain Functional programming

    Functional programming: It is a style of programming related with languages like Haskell. The functional programming languages are more strongly tied to a mathematical concept of `function' than imperative programming languages. This makes it simpler

  • Q : What is Stepwise refinement Stepwise

    Stepwise refinement: It is a divide and conquer approach to the programming, in which a complicated problem is recursively divided into smaller, sub-problems and more manageable. This approach to program design is frequently employed with structured p

  • Q : Define the term Return value Define the

    Define the term Return value: This is the value of the expression employed in a return statement.

  • Q : C Sharp console application Write a

    Write a simple C# console application to consume the service to generate uniform random numbers.

©TutorsGlobe All rights reserved 2022-2023.