[jdom-interest] Building Dom document from a string.

Grinvald, Edward EDWARD.GRINVALD at ca.com
Mon Jul 1 06:14:03 PDT 2002


Hi,
	StringReader is what I would use in DOM with Xerces, but JDOM
doesn't have a DOMBuilder build method that takes a reader.
Also, I know that performance of DOMBuilder is horrible, but I need to
modify a dom tree (append/delete nodes), is there a way to wrap the
SAXBuilder?

Thank You,
 
Edward Grinvald
Computer Associates International
Programmer, Storage Development
Edward.Grinvald at ca.com
1-631-342-6000 x76350


-----Original Message-----
From: Jason Hunter [mailto:jhunter at servlets.com] 
Sent: Saturday, June 29, 2002 10:57 AM
To: Grinvald, Edward
Cc: jdom-interest at jdom.org
Subject: Re: [jdom-interest] Building Dom document from a string.


StringReader.

-jh-

> "Grinvald, Edward" wrote:
> 
> Hi all,
>     I have a small question:
>     How do i build a document using DOMBuilder from a string that 
> contains my xml document. I'm not sure how to do this since the 
> StringBufferInputStream is deprecated.
> 
> Thank You,
> 
> Edward Grinvald
> Computer Associates International
> Programmer, Storage Development
> Edward.Grinvald at ca.com
> 1-631-342-6000 x76350
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://jdom.org/pipermail/jdom-interest/attachments/20020701/1bc5ec3b/attachment.htm


More information about the jdom-interest mailing list