C# Tutorials and offshore development in India
    Tutorials   Resources   Forum   Reviews   Communities   Interview   Jobs   Projects   Training   Your Ad Here    
Silverlight Games | Mentor | Code Converter | Articles | Code Factory | Computer Jokes | Members | Peer Appraisal | IT Companies | Bookmarks | Polls | Revenue Sharing | Lobby | Gift Shop |


Prizes & Awards
My Profile



Active Members
TodayLast 7 Days more...






Resources » Articles » XML »

XML DOM Object Model


Posted Date: 28 Nov 2008    Resource Type: Articles    Category: XML
Author: sayyad bajiMember Level: Gold    
Rating: 1 out of 5Points: 5



Hi,

Here iam giving basic idea about DOM,

XML DOM Object Model:
* The DOM includes a collection of classes that represent various pieces of an XML document. For
example, the XmlDocument class represents the XML document itself, and the XmlComment class
represents a comment inside the document and so on.

Exploring DOM Processing:

* The DOM is a specification for an API that lets programmers manipulates XML held in memory.
Because it works with XML in memory, it has several advantages and disadvantages over the XmlReader forwardonly
approach.

One advantage is that, in reading the entire document and building a tree in memory, you have access to all
the elements and can wander through the document at will. You can also edit the document, changing,
adding, or deleting nodes, and write the changed document back to disk again.

The main disadvantage is that the whole of an XML document is held in memory at once, so the amount
of memory needed by your program is going to be proportional to the size of the XML document you’re
working with. This means that if you’re working with a very large XML document—or have limited
memory—you might not be able to use XmlDocument. Another disadvantage is that the API for the
XmlDocument is specified through the DOM model, limiting the options for implementing performance
improvements behind the XmlDocument class.


ok...

Thank u.



Responses


No responses found. Be the first to respond and make money from revenue sharing program.

Feedbacks      
Popular Tags   What are tags ?   Search Tags  
Sign In to add tags.
XML  .  DOM Object Model  .  

  .  


Post Feedback


This is a strictly moderated forum. Only approved messages will appear in the site. Please use 'Spell Check' in Google toolbar before you submit.
You must Sign In to post a response.
Next Resource: Searching a XML file form Folders Using Generics
Previous Resource: Summary Of XML
Return to Discussion Resource Index
Post New Resource
Category: XML


Post resources and earn money!
 
More Resources



dotNet Slackers

About Us    Contact Us    Privacy Policy    Terms Of Use