Interface EntityResolverSupport
-
public interface EntityResolverSupportInterface that identifies the class as using an EntityResolver- Since:
- 1.7
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.xml.sax.EntityResolvergetEntityResolver()Gets the EntityResolver associated with the class.voidsetEntityResolver(org.xml.sax.EntityResolver resolver)Sets the EntityResolver to associate with this class.
-
-
-
Method Detail
-
getEntityResolver
org.xml.sax.EntityResolver getEntityResolver()
Gets the EntityResolver associated with the class.- Returns:
- The EntityResolver.
-
setEntityResolver
void setEntityResolver(org.xml.sax.EntityResolver resolver)
Sets the EntityResolver to associate with this class.- Parameters:
resolver- The EntityResolver
-
-