Uses of Class
com.abra.j2xb.beans.xmlModel.exceptions.MoXmlSchemaGenerationException

Packages that use MoXmlSchemaGenerationException
com.abra.j2xb.beans.xmlModel   
 

Uses of MoXmlSchemaGenerationException in com.abra.j2xb.beans.xmlModel
 

Methods in com.abra.j2xb.beans.xmlModel that throw MoXmlSchemaGenerationException
 void MoXmlSchema.generateSchema(java.io.File schemaFile, MoXmlSchemaLocationGenerator schemaLocationGenerator)
           
 void MoXmlSchema.generateSchema(MoXmlSchemaLocationGenerator schemaLocationGenerator)
           
 void MoXmlBindingModel.generateSchemas(java.io.File dir)
          writes the XML Schemas of the binding model to a directory.
 void MoXmlBindingModel.generateSchemas(MoXmlSchemaLocationGenerator schemaLocationGenerator)
          writes the XML Schemas of the binding model to a directory.
 java.io.File MoXmlSchemaLocationGenerator.getSchemaFilename(MoXmlSchema schema)
          callback method to generate a filename for a certain XML Schema, where the schema is saved as part of the schema generation process.
 java.io.File MoXmlDefaultSchemaLocationGenerator.getSchemaFilename(MoXmlSchema schema)
           
 java.net.URL MoXmlSchemaLocationGenerator.getSchemaLocation(MoXmlSchema schema)
          callback method to generate a schemaLocation attribute for an included schema.
 java.net.URL MoXmlDefaultSchemaLocationGenerator.getSchemaLocation(MoXmlSchema schema)
           
 boolean MoXmlSchemaLocationGenerator.includeSchemaLocation(MoXmlSchema schema)
          Defines if to include the schemaLocation attribute for an included XML Schema
 boolean MoXmlDefaultSchemaLocationGenerator.includeSchemaLocation(MoXmlSchema schema)
           
 void MoXmlSchema.writeSchema(java.io.Writer writer, MoXmlSchemaLocationGenerator schemaLocationGenerator)
           
 



Copyright © 2008. All Rights Reserved.