Class NoOpEntityResolver
- java.lang.Object
-
- org.symphonyoss.symphony.messageml.util.NoOpEntityResolver
-
- All Implemented Interfaces:
EntityResolver
public class NoOpEntityResolver extends Object implements EntityResolver
An entity resolver which returns an empty string for any input, makingDocumentBuilderignore DTD references.- Since:
- 3/24/17
- Author:
- lukasz
-
-
Constructor Summary
Constructors Constructor Description NoOpEntityResolver()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InputSourceresolveEntity(String publicId, String systemId)
-
-
-
Method Detail
-
resolveEntity
public InputSource resolveEntity(String publicId, String systemId)
- Specified by:
resolveEntityin interfaceEntityResolver
-
-