Class AbstractXMLEntityResolver

  • All Implemented Interfaces:
    EntityResolver
    Direct Known Subclasses:
    XMLAutoStarterEntityResolver, XmlMetaDataEntityResolver

    public abstract class AbstractXMLEntityResolver
    extends Object
    implements EntityResolver
    Abstract implementation of an entity resolver for XML files. Supports a series of internally supported public or system identities, allowing implementers to support particular identities and direct them to local copies of the DTD for example.
    • Field Detail

      • publicIdEntities

        protected Map<String,​String> publicIdEntities
        Map of public identity entities supported. The key will be the identity, and the value is the local input to use.
      • systemIdEntities

        protected Map<String,​String> systemIdEntities
        Map of system identity entities supported. The key will be the identity, and the value is the local input to use.
    • Constructor Detail

      • AbstractXMLEntityResolver

        public AbstractXMLEntityResolver()