[jdom-interest] Differences between SAXBuilder.build and DOMB uilder.build

John Muhlestein jmuhlestein at i-link.net
Fri Jul 27 09:50:58 PDT 2001


Not quite...

For creating org.jdom.Document objects based on a file, URI or a stream use
SAXBuilder.

If you want to use the JDOM API to manipulate an org.w3c.dom.Document or
org.w3c.dom.Node object you should build the JDOM Document using DOMBuilder.


> -----Original Message-----
> From: Tasso Angelidis [mailto:TassoA at trustmarque.ca]
> Sent: Friday, July 27, 2001 8:17 AM
> To: 'jdom-interest at jdom.org'
> Subject: [jdom-interest] Differences between SAXBuilder.build and
> DOMBuilder.build
> 
> 
> So bassicly for all parsing of documents we should use SAXBuilder?
> 
> And I guess for all creation of Documents use DOMBuilder?
> _______________________________________________
> To control your jdom-interest membership:
> http://lists.denveronline.net/mailman/options/jdom-interest/yo
uraddr at yourhost.com



More information about the jdom-interest mailing list