Package nl.b3p.commons.xml
Class IgnoreEntityResolver
- java.lang.Object
-
- nl.b3p.commons.xml.IgnoreEntityResolver
-
- All Implemented Interfaces:
EntityResolver
public class IgnoreEntityResolver extends Object implements EntityResolver
-
-
Constructor Summary
Constructors Constructor Description IgnoreEntityResolver()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InputSource
resolveEntity(String publicId, String systemId)
-
-
-
Field Detail
-
FAKE_DTD
public static final String FAKE_DTD
This is the fake DTD which has no physical file and exists only in this form and XML file can refer to it as:- See Also:
- Constant Field Values
-
-
Method Detail
-
resolveEntity
public InputSource resolveEntity(String publicId, String systemId)
- Specified by:
resolveEntity
in interfaceEntityResolver
-
-