org.openexi.scomp
Class EXISchemaReader

java.lang.Object
  extended by EXISchemaStruct
      extended by org.openexi.scomp.EXISchemaReader

public final class EXISchemaReader
extends EXISchemaStruct

EXISchemaReader parses EXI-encoded EXI Grammar into an EXISchema.


Constructor Summary
EXISchemaReader()
           
 
Method Summary
 EXISchema parse(java.io.InputStream inputStream)
          Parses EXI-encoded EXI Grammar into an EXISchema.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EXISchemaReader

public EXISchemaReader()
Method Detail

parse

public EXISchema parse(java.io.InputStream inputStream)
                throws java.io.IOException,
                       org.openexi.proc.common.EXIOptionsException
Parses EXI-encoded EXI Grammar into an EXISchema.

Parameters:
inputStream - EXI-encoded EXI Grammar
Returns:
EXISchema
Throws:
java.io.IOException
org.openexi.proc.common.EXIOptionsException