Class XMLSchemaParser

java.lang.Object
org.xml.sax.helpers.DefaultHandler
edu.ucsb.nceas.metacat.service.XMLSchemaParser
All Implemented Interfaces:
ContentHandler, DTDHandler, EntityResolver, ErrorHandler

public class XMLSchemaParser extends DefaultHandler
A class will parse an schema file to get information - such as included xsd files in this schema
Author:
tao
  • Constructor Details

    • XMLSchemaParser

      public XMLSchemaParser(InputStream schemaIn) throws SAXException, edu.ucsb.nceas.utilities.PropertyNotFoundException
      Constructor
      Parameters:
      schemaIn - the schema content as an InputStream object
      Throws:
      SAXException
      edu.ucsb.nceas.utilities.PropertyNotFoundException
  • Method Details