org.apache.commons.configuration.resolver
public interface EntityResolverSupport
Modifier and Type | Method and Description |
---|---|
org.xml.sax.EntityResolver |
getEntityResolver()
Return the EntityResolver associated with the class.
|
void |
setEntityResolver(org.xml.sax.EntityResolver resolver)
Set the EntityResolver to assoicate with this class.
|
org.xml.sax.EntityResolver getEntityResolver()
void setEntityResolver(org.xml.sax.EntityResolver resolver)
resolver
- The EntityResolverCopyright © 2001-2014. All Rights Reserved.