Entity resolver which loads entities (typically DTDs) from fixed
locations in the system file system, according to public ID.
It expects that PUBLIC has at maximum three "//" parts
(standard // vendor // entity name // language). It is basically
converted to "/xml/entities/{vendor}/{entity_name}" resource name.
It also attaches Environment according to registrations
at /xml/lookups/ area. There can be registered:
Environment.Provider or deprecated XMLDataObject.Processor
and XMLDataObject.Info instances.
All above are core implementation features.
author: Jaroslav Tulach |