Class SchemaModelSerializer


  • public class SchemaModelSerializer
    extends java.lang.Object
    This class provides services enabling a compiled schema to be serialized to disk
    • Constructor Detail

      • SchemaModelSerializer

        public SchemaModelSerializer​(Configuration config,
                                     Receiver out)
        Create a SchemaModelSerializer
        Parameters:
        config - the Saxon Configuration. This must be a schema-aware configuration
        out - the receiver to which the compiled schema document will be written
        Throws:
        java.lang.IllegalArgumentException - if the configuration is not schema-aware