org.iso_relax.dispatcher

Interface IslandSchemaReader

public interface IslandSchemaReader extends ContentHandler

IslandSchemaReader is responsible for parsing IslandSchema.

Author: Kohsuke KAWAGUCHI

Method Summary
IslandSchemagetSchema()
gets parsed schema. this method is called after parsing is finished.

Method Detail

getSchema

public 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).