Uses of Interface
org.bremersee.xml.SchemaBuilder
Packages that use SchemaBuilder
-
Uses of SchemaBuilder in org.bremersee.xml
Methods in org.bremersee.xml that return SchemaBuilderModifier and TypeMethodDescriptionSchemaBuilder.copy()
Copy schema builder.static SchemaBuilder
SchemaBuilder.newInstance()
Creates a new schema builder.SchemaBuilder.withClassLoader
(ClassLoader classLoader) Specifies the class loader to use.SchemaBuilder.withErrorHandler
(ErrorHandler errorHandler) Specifies the error handler to use.SchemaBuilder.withFactory
(String factoryClassName) Specifies the factory to use.SchemaBuilder.withFeature
(String name, Boolean value) Adds a feature to the schema factory.SchemaBuilder.withProperty
(String name, Object value) Adds a property to the schema factory.SchemaBuilder.withResourceLoader
(org.springframework.core.io.ResourceLoader resourceLoader) Specifies the resource loader to use.SchemaBuilder.withResourceResolver
(LSResourceResolver resourceResolver) Specifies the resource resolver to use.SchemaBuilder.withSchemaLanguage
(String schemaLanguage) Specifies the schema language.Methods in org.bremersee.xml with parameters of type SchemaBuilderModifier and TypeMethodDescriptionJaxbContextBuilder.withSchemaBuilder
(SchemaBuilder schemaBuilder) Specifies the schema builder to generate the schema.