Class EmptyXMLResolver
java.lang.Object
com.github.markusbernhardt.proxy.util.EmptyXMLResolver
- All Implemented Interfaces:
EntityResolver
This resolver is used to prevent network lookups of DTD or XML schemas.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionresolveEntity
(String arg0, String arg1) Overwritten to return an empty entity.
-
Constructor Details
-
EmptyXMLResolver
public EmptyXMLResolver()
-
-
Method Details
-
resolveEntity
Overwritten to return an empty entity.- Specified by:
resolveEntity
in interfaceEntityResolver
- Throws:
SAXException
IOException
- See Also:
-