Package org.frankframework.xml
Class NonResolvingURIResolver
java.lang.Object
org.frankframework.xml.NonResolvingURIResolver
- All Implemented Interfaces:
URIResolver
Entity resolver which resolves external entities to an empty string. This
will prevent the XML parser from downloading resources as specified by URI's
in a DOCTYPE.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
NonResolvingURIResolver
public NonResolvingURIResolver()
-
-
Method Details
-
resolve
- Specified by:
resolve
in interfaceURIResolver
- Throws:
TransformerException
-