Package org.openexi.scomp

The scomp (schema compiler) package contains the EXISchemaFactory, which is used to compile XML Schema Documents (XSDs) to EXISchemas.

See:
          Description

Interface Summary
EntityResolverEx Extended SAX EntityResolver interface for resolving entities and schema documents.
EXISchemaFactoryErrorHandler This interface reports exceptions from EXISchemaFactory during schema processing.
 

Class Summary
EXISchemaFactory EXISchemaFactory compiles XML Schema into an EXISchema instance.
EXISchemaReader EXISchemaReader parses EXI-encoded EXI Grammar into an EXISchema.
 

Exception Summary
EXISchemaFactoryException Any errors encountered during schema compilation are communicated to an application as EXISchemaFactoryException objects.
 

Package org.openexi.scomp Description

The scomp (schema compiler) package contains the EXISchemaFactory, which is used to compile XML Schema Documents (XSDs) to EXISchemas. Developers can implement the interface EXISchemaFactoryErrorHandler to capture and report runtime exceptions from EXISchemaFactory.