Package net.loomchild.segment.util
Class IgnoreDTDEntityResolver
java.lang.Object
net.loomchild.segment.util.IgnoreDTDEntityResolver
- All Implemented Interfaces:
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.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
IgnoreDTDEntityResolver
public IgnoreDTDEntityResolver()
-
-
Method Details
-
resolveEntity
- Specified by:
resolveEntity
in interfaceEntityResolver
- Throws:
SAXException
IOException
-