[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: Push and Pull?


event driven push model

Clark C . Evans wrote:
> On Sun, Nov 25, 2001 at 11:43:49AM -0800, Dare Obasanjo wrote:
> | No. The pull model has *nothing* to do with an in-memory
> | representation of the document.
>
> Yes.  Random vs. sequential access is an othogonal issue.
>
>
>          Sequential      Random
>        +----------------------------------------------------------
>        |
>   Push | SAX             (recursive visitor)
>        |
>   Pull | Pull Parser     DOM
>        |
>        +-------------------------------------------------------
>
> The confusion arises since SAX and DOM are different
> in two regards: (a) processing model (push vs pull)
> and (b) access model (random vs sequential).


The way I see it the DOM is more of a "slurp" model --
the application doesn't get involved during parsing, instead
it gets the whole tree in one big gulp.

I'd describe the main difference as "event-driven" vs.
"tree-based".  Event-driven processing models can have
a "push" interface (like SAX, where the parser calls the
application) or a "pull" interface (where the application
calls the parser).

There are interesting variants on the tree-based model too:
with the DOM the application crawls caterpillar-like from
node to node, and in XSLT it iterates over node sets
generated from XPath statements.  With DOM and XSLT the entire
document is accessible from any node, but in other models (HaXml,
possibly XQuery) you can only access the children and descendants
of a node.


--Joe English

  jenglish@f...

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
 

Stylus Studio has published XML-DEV in RSS and ATOM formats, enabling users to easily subcribe to the list from their preferred news reader application.


Stylus Studio Sponsored Links are added links designed to provide related and additional information to the visitors of this website. they were not included by the author in the initial post. To view the content without the Sponsor Links please click here.

Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2011 All Rights Reserved.