org.kuali.ole.ingest
Class ProfileXMLSchemaValidator

java.lang.Object
  extended by org.kuali.ole.ingest.ProfileXMLSchemaValidator

public class ProfileXMLSchemaValidator
extends Object

ProfileXMLSchemaValidator is for validating ProfileAttributeSchema against W3C Xml Schema standards


Constructor Summary
ProfileXMLSchemaValidator()
           
 
Method Summary
 boolean validateContentsAgainstSchema(InputStream inputStream)
          This method returns True/False This method check the ProfileAttributeSchema against W3C Xml Schema,If it matches it return True else return False.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProfileXMLSchemaValidator

public ProfileXMLSchemaValidator()
Method Detail

validateContentsAgainstSchema

public boolean validateContentsAgainstSchema(InputStream inputStream)
                                      throws ParseException,
                                             IOException,
                                             SAXException
This method returns True/False This method check the ProfileAttributeSchema against W3C Xml Schema,If it matches it return True else return False.

Parameters:
inputStream -
Returns:
boolean
Throws:
ParseException
IOException
SAXException


Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.