Class IgnoreDTDEntityResolver

  • All Implemented Interfaces:
    EntityResolver

    public class IgnoreDTDEntityResolver
    extends Object
    implements EntityResolver
    This class is used to ignore XML DTD entities. Without it XML parsing will fail if DTD could not be found in specified location.
    Author:
    loomchild