Class SerializeEXISchema

java.lang.Object
org.web3d.x3d.util.exi.SerializeEXISchema

public class SerializeEXISchema extends Object
EXISchemaFactory from OpenEXI is used to compile an EXI schema.
  • Constructor Details

    • SerializeEXISchema

      public SerializeEXISchema()
      constructor
  • Method Details

    • serializeEXISchema

      public void serializeEXISchema(String xsdFileName, InputStream fis, String exigFileName) throws IOException, org.openexi.scomp.EXISchemaFactoryException
      Utility class. The only arguments required are the source and target file names
      Parameters:
      xsdFileName - XML schema file name
      fis - file input stream
      exigFileName - name of file to hold output
      Throws:
      IOException - improper file operation
      org.openexi.scomp.EXISchemaFactoryException - unexpected error