Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Java > Difference between pure DOM and JAXP over DOM ??

Reply
Thread Tools

Difference between pure DOM and JAXP over DOM ??

 
 
Thorsten Meininger
Guest
Posts: n/a
 
      07-28-2004
As far as I know one could access DOM trees through "pure" DOM and through JAXP using DOM.
I have seen dozends of examples but I could not find any differences between the two methods.

Which java statement s are typically for JAXP and which for pure DOM?

For example could one say that all source code examples using Factories (DocumentBuilderFactory for DOM
resp. SAXParserFactory for SAX) are JAXP method based ???

That would mean all non-factory implementations are pure DOM/SAX methods ??

Or are there any code versions of JAXP which do NOT use factories but are still JAXP accesses ?

Thorsten

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Difference between Pure VOIP and Hybrid Pete Cisco 2 01-31-2007 10:19 AM
what is the difference between abstract class and pure abstract class? skishorev@yahoo.co.in C++ 4 05-17-2006 08:07 AM
Difference between bin and obj directories and difference between project references and dll references jakk ASP .Net 4 03-22-2005 09:23 PM
What is the difference between DOM Level 1 and DOM Level 2. mike XML 1 11-20-2004 03:19 PM
Difference between pure DOM and JAXP over DOM ?? Thorsten Meininger XML 0 07-28-2004 08:51 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57