Package org.xwiki.validator.framework
Class XMLResourcesEntityResolver
- java.lang.Object
-
- org.xwiki.validator.framework.XMLResourcesEntityResolver
-
- All Implemented Interfaces:
EntityResolver
public class XMLResourcesEntityResolver extends Object implements EntityResolver
Used to overwrite the the default entity resolver and get the entities from the resources.- Version:
- $Id: 7e40a2266059286279b6aa7cdd702ed067a7c0e0 $
-
-
Constructor Summary
Constructors Constructor Description XMLResourcesEntityResolver()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InputSource
resolveEntity(String publicId, String systemId)
-
-
-
Method Detail
-
resolveEntity
public InputSource resolveEntity(String publicId, String systemId)
- Specified by:
resolveEntity
in interfaceEntityResolver
-
-