org.exist.validation.service
Interface ValidationService
- All Superinterfaces:
- Configurable, Service
- All Known Implementing Classes:
- LocalValidationService, RemoteValidationService
- public interface ValidationService
- extends Service
Description of the methods that must be available in all
ValidationServices
- Author:
- dizzzz
validateResource
public boolean validateResource(java.lang.String resourcePath)
throws XMLDBException
- Deprecated. Use XmldbURI version instead
- Throws:
XMLDBException
validateResource
public boolean validateResource(XmldbURI resourcePath)
throws XMLDBException
- Throws:
XMLDBException
Copyright (C) Wolfgang Meier. All rights reserved.