Interface IslandSchemaReader

  • All Superinterfaces:
    org.xml.sax.ContentHandler

    public interface IslandSchemaReader
    extends org.xml.sax.ContentHandler
    IslandSchemaReader is responsible for parsing IslandSchema.
    Author:
    Kohsuke KAWAGUCHI
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      IslandSchema getSchema()
      gets parsed schema.
      • Methods inherited from interface org.xml.sax.ContentHandler

        characters, endDocument, endElement, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping
    • Method Detail

      • getSchema

        IslandSchema getSchema()
        gets parsed schema. this method is called after parsing is finished.
        Returns:
        return null if parsing was failed (for example by an error in the schema file).