org.exist.validation.service
Interface ValidationService

All Superinterfaces:
Configurable, Service
All Known Implementing Classes:
LocalValidationService, RemoteValidationService

public interface ValidationService
extends Service

Author:
Dannes Wessels (dizzzz@exist-db.org)

Method Summary
 boolean validateResource(String documentPath)
           
 boolean validateResource(String documentPath, String grammarPath)
           
 
Methods inherited from interface org.xmldb.api.base.Service
getName, getVersion, setCollection
 
Methods inherited from interface org.xmldb.api.base.Configurable
getProperty, setProperty
 

Method Detail

validateResource

boolean validateResource(String documentPath)
                         throws XMLDBException
Throws:
XMLDBException

validateResource

boolean validateResource(String documentPath,
                         String grammarPath)
                         throws XMLDBException
Throws:
XMLDBException


Copyright (C) Wolfgang Meier. All rights reserved.