com.xml_project.morganaxproc.connectors
Interface ValidationConnector


public interface ValidationConnector


Field Summary
static String RelaxNG_check_id_idRef
           
static String RelaxNG_compact_syntax
           
 
Method Summary
 String getInfo()
           
 boolean validateNVDL(nu.xom.Document nvdlSchema, nu.xom.Document document, EntityResolver entityResolver)
           
 boolean validateRelaxNG(String schema, String baseURI, nu.xom.Document document, EntityResolver entityResolver, Properties properties)
           
 

Field Detail

RelaxNG_check_id_idRef

static final String RelaxNG_check_id_idRef
See Also:
Constant Field Values

RelaxNG_compact_syntax

static final String RelaxNG_compact_syntax
See Also:
Constant Field Values
Method Detail

validateRelaxNG

boolean validateRelaxNG(String schema,
                        String baseURI,
                        nu.xom.Document document,
                        EntityResolver entityResolver,
                        Properties properties)
                        throws SAXException,
                               IOException
Throws:
SAXException
IOException

validateNVDL

boolean validateNVDL(nu.xom.Document nvdlSchema,
                     nu.xom.Document document,
                     EntityResolver entityResolver)
                     throws SAXException,
                            IOException
Throws:
SAXException
IOException

getInfo

String getInfo()