Package org.dom4j.io
Class SAXReader.SAXEntityResolver
- java.lang.Object
-
- org.dom4j.io.SAXReader.SAXEntityResolver
-
- All Implemented Interfaces:
Serializable
,EntityResolver
- Enclosing class:
- SAXReader
protected static class SAXReader.SAXEntityResolver extends Object implements EntityResolver, Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SAXEntityResolver(String uriPrefix)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InputSource
resolveEntity(String publicId, String systemId)
-
-
-
Field Detail
-
uriPrefix
protected String uriPrefix
-
-
Constructor Detail
-
SAXEntityResolver
public SAXEntityResolver(String uriPrefix)
-
-
Method Detail
-
resolveEntity
public InputSource resolveEntity(String publicId, String systemId)
- Specified by:
resolveEntity
in interfaceEntityResolver
-
-