All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface org.ginf.SchemaLoader

public interface SchemaLoader
Schema loader allows to load schemas from alternative source or schemas that are identified using a URI (which is not URL)


Method Index

 o loadSchema(String, RDFFactory)
returns true if the loader feels responsible for loading this schema Otherwise SchemaRegistry will ask another loaders.

Methods

 o loadSchema
 public abstract boolean loadSchema(String uri,
                                    RDFFactory factory)
returns true if the loader feels responsible for loading this schema Otherwise SchemaRegistry will ask another loaders. After the call, the schema may have been loaded or just ignored.


All Packages  Class Hierarchy  This Package  Previous  Next  Index