[jdom-interest] EntityResolver for DTDs with DOM
Jason Hunter
jhunter at collab.net
Thu Apr 5 17:36:34 PDT 2001
"Ted R. Rice" wrote:
>
> For DTD URIs needing resolved via a
> custom mechanism, you can specify your
> own class instance (implementing the
> EntityResolver interface) when buidling
> the JDOM representation using SAX.
>
> Is there similar functionality for
> performing this when building your
> JDOM representation using DOM?
DOMBuilder is really intented for building from pre-existing DOM trees.
With that in mind, adding in things that really make sense only for
building from files doesn't seem appropriate.
-jh-
More information about the jdom-interest
mailing list