BizTalk Utilities CV ,   Jobs ,   Code library
 
Home Page


Add/Edit your code items
Search the code library
Browse for the code library


XML DOM
Hybrid Model Part Two: Choosing between SAX and DOM


 
 

<< XHTMLXmlSerializer >>


By Sonu Kapoor
First Posted 02/20/2005
Times viewed 1118

Whats the 'push model'?


Summary Whats the 'push model'?

A push model is a process where a parser pushes events to the application. The main advantage of the push model is that it can read large files (gb) without being worried about the memory. Thats because the push model read only the required nodes into the memory which you need for your process. However you will need to consider that i.e: the parent or child nodes of the nodes which are in the memory arent available. The SAX API provides the push model.


Rate this article on a scale of 1 to 10 (0 votes, average 0)

Your vote :  

<< XHTMLXmlSerializer >>





Leave a comment for this article
Your name
Your email (optional)
Your comment
Optional: Upload an attachment
Enter the code shown:

 
 

    Email TopXML