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.
- Author:
- Markus Bernhardt, Copyright 2016, Bernd Rosstauscher, Copyright 2009
-
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:
resolveEntityin interfaceEntityResolver- Throws:
SAXExceptionIOException- See Also:
-