[Sax-devel] org.xml.sax.ext.EntityResolver2
Brought to you by:
dmegginson
From: <wer...@re...> - 2006-12-07 12:35:25
|
Hi, A missing method in this interface is one where a javax.xml.transform.Sou= rce is returned. It may be that the source of an entity is not a byte or char= acter stream, but instead consists of synthesized SAX events. In this case the = class javax.xml.transform.sax.SAXSource could be used. In fact the return type org.xml.sax.InputSource is not needed at all for the resolveEntity method= , because javax.xml.transform.stream.StreamSource also conveys that informa= tion. Regards, Werner. --=20 Werner Donn=E9 -- Re Engelbeekstraat 8 B-3300 Tienen tel: (+32) 486 425803 e-mail: wer...@re... |