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

Re: Push and Pull?


push vs pull process model
If you buy the Random vs Sequential (Access Model)
distinction, you could "fix" DOM to provide both
Random and Sequential access via three modifications:

a) Give each node an "access" property.  This property
   can have one of three values:

   RANDOM       The node's content can be viewed as
                many times as desired.

   SEQUENTIAL   The node's content can only be viewed
                once.

   NOACCESS     The node's content has already been viewed.


b) Allow content accessors to throw a new "NoAccess"
   exception.  These accessors may only throw this exception
   if the access property of the node is NOACCESS.

c) When a content accessor is invoked, the node's access
   may change from SEQUENTIAL to RANDOM or NOACCESS.
   A node that has RANDOM access must forever stay with
   RANDOM access. 

Best,

Clark


On Fri, Jan 25, 2002 at 12:31:37PM -0500, 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 XML Pull Parser is an example which is SAX-like 
| in that it is sequential access, but DOM-like in that
| it has a pull interface.   The other permutation
| is a recurisive visitor interface.  You can scan
| the SML-DEV archives if you'd like more information
| on this... it doesn't seem to be as useful as the
| other three permutations.
| 
| Best,
| 
| Clark
| 
| -- 
| Clark C. Evans                   Axista, Inc.
| http://www.axista.com            800.926.5525
| XCOLLA Collaborative Project Management Software
| 
| -----------------------------------------------------------------
| The xml-dev list is sponsored by XML.org <http://www.xml.org>, an
| initiative of OASIS <http://www.oasis-open.org>
| 
| The list archives are at http://lists.xml.org/archives/xml-dev/
| 
| To subscribe or unsubscribe from this list use the subscription
| manager: <http://lists.xml.org/ob/adm.pl>
| 

-- 
Clark C. Evans                   Axista, Inc.
http://www.axista.com            800.926.5525
XCOLLA Collaborative Project Management Software

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.