Explain the classes in System.XML Namespace?



Explain the classes in System.XML Namespace?..

Answer / Sushant Panigrahi

The System.Xml namespace in .NET contains various classes for parsing, serializing, and manipulating XML documents. Some key classes include:nn- XmlDocument: Represents an entire XML document as a tree of nodes.n- XmlElement: Represents an individual element within an XML document.n- XmlAttribute: Represents an attribute associated with an XML element.n- XmlNode: The base class for all nodes in the XML document tree.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More XML XSLT RSS Interview Questions

what is the role of the doctype declaration in reference to xml?

1 Answers  


What are xml entities used for?

1 Answers  


What is dtd example?

1 Answers  


Who created xml?

1 Answers  


Do xml namespaces apply to entity names, notation names, or processing instruction targets?

1 Answers  


What is targetnamespace in xsd file?

1 Answers  


How do I open an xml file?

1 Answers  


What is meant by xsl formatting?

1 Answers  


What is targetnamespace in xml?

1 Answers  


How do I find the rss feed for my blog?

1 Answers  


Why are special attributes used to declare xml namespaces?

1 Answers  


What is XSL template? What output this XSL template will produce given a particular xml file?

1 Answers  


Categories