Class SerializeEXISchema
java.lang.Object
org.web3d.x3d.util.exi.SerializeEXISchema
EXISchemaFactory from OpenEXI is used to compile an EXI schema.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidserializeEXISchema(String xsdFileName, InputStream fis, String exigFileName) Utility class.
-
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 namefis- file input streamexigFileName- name of file to hold output- Throws:
IOException- improper file operationorg.openexi.scomp.EXISchemaFactoryException- unexpected error
-