LexicalHandler for DocumentBuilder?

2009-11-08 Thread dbros...@mebigfatguy.com
I want to be able to resolve unknown entities while using DocumentBuilder.parse. I see sax has a LexicalHandler for this purpose, and i'd assume that there's some way to tell DOM to pass a handler into the underlying sax parser that builds the dom, but i haven't found it. Could someone point me

Re: LexicalHandler for DocumentBuilder?

2009-11-08 Thread dbros...@mebigfatguy.com
: mrgla...@ca.ibm.com E-mail: mrgla...@apache.org "dbros...@mebigfatguy.com" wrote on 11/08/2009 12:52:53 PM: > I want to be able to resolve unknown entities while using > DocumentBuilder.parse. I see sax has a LexicalHandler for this purpose, > and i'd assume that t