jar

org.jaxsb : generator

Maven & Gradle

May 23, 2020
4 usages

JAX-SB Generator · The JAX-SB Generator is a comprehensive framework to facilitate the use of XML in software languages such as Java. This framework intends to provide tools that will allow a developer to easily integrate XML interoperability, bind XML Schemas, and analyze XML Schemas for use with any software. Currently there is only one language and one application that is supported: XML Binding in Java. Next on the agenda is the development of analysis tools for XML Schema Documents. For instance, imagine a tool that will allow you to determine whether an XSD complies to best-practices. This tool will: 1) produce warnings for structures that do not comply to best-practices, 2) tell the developer whether the logical structure can be transformed linearly to a form that complies to best-practices, and 3) to automatically produce an XSD that maintains the logical structure of the original document but now fully complies to best-practices. This is just one of many tools that will be available shortly. In the meantime, check out the binding application.

Table Of Contents

Latest Version

Download org.jaxsb : generator JAR file - Latest Versions:

All Versions

Download org.jaxsb : generator JAR file - All Versions:

Version Vulnerabilities Size Updated
2.1.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window generator-2.1.6.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.jaxsb.generator

├─ org.jaxsb.generator.AbstractGenerator.class - [JAR]

├─ org.jaxsb.generator.Generator.class - [JAR]

org.jaxsb.generator.schema

├─ org.jaxsb.generator.schema.SchemaDocumentDirectory.class - [JAR]

├─ org.jaxsb.generator.schema.SchemaDocumentProcessor.class - [JAR]

org.jaxsb.generator.processor.plan.element

├─ org.jaxsb.generator.processor.plan.element.AllPlan.class - [JAR]

├─ org.jaxsb.generator.processor.plan.element.AnnotationPlan.class - [JAR]

├─ org.jaxsb.generator.processor.plan.element.AnyAttributePlan.class - [JAR]

├─ org.jaxsb.generator.processor.plan.element.AnyPlan.class - [JAR]

├─ org.jaxsb.generator.processor.plan.element.AppinfoPlan.class - [JAR]

├─ org.jaxsb.generator.processor.plan.element.AttributeGroupPlan.class - [JAR]

├─ org.jaxsb.generator.processor.plan.element.AttributePlan.class - [JAR]

├─ org.jaxsb.generator.processor.plan.element.ChoicePlan.class - [JAR]

├─ org.jaxsb.generator.processor.plan.element.ComplexContentPlan.class - [JAR]

├─ org.jaxsb.generator.processor.plan.element.ComplexTypePlan.class - [JAR]

├─ org.jaxsb.generator.processor.plan.element.DocumentationPlan.class - [JAR]

├─ org.jaxsb.generator.processor.plan.element.ElementPlan.class - [JAR]

├─ org.jaxsb.generator.processor.plan.element.EnumerationPlan.class - [JAR]

├─ org.jaxsb.generator.processor.plan.element.ExtensionPlan.class - [JAR]

├─ org.jaxsb.generator.processor.plan.element.FieldPlan.class - [JAR]

├─ org.jaxsb.generator.processor.plan.element.FractionDigitsPlan.class - [JAR]

├─ org.jaxsb.generator.processor.plan.element.GroupPlan.class - [JAR]

├─ org.jaxsb.generator.processor.plan.element.HasFacetPlan.class - [JAR]

├─ org.jaxsb.generator.processor.plan.element.HasPropertyPlan.class - [JAR]

├─ org.jaxsb.generator.processor.plan.element.ImportPlan.class - [JAR]

├─ org.jaxsb.generator.processor.plan.element.IncludePlan.class - [JAR]

├─ org.jaxsb.generator.processor.plan.element.KeyPlan.class - [JAR]

├─ org.jaxsb.generator.processor.plan.element.KeyrefPlan.class - [JAR]

├─ org.jaxsb.generator.processor.plan.element.LengthPlan.class - [JAR]

├─ org.jaxsb.generator.processor.plan.element.ListPlan.class - [JAR]

├─ org.jaxsb.generator.processor.plan.element.MaxExclusivePlan.class - [JAR]

├─ org.jaxsb.generator.processor.plan.element.MaxInclusivePlan.class - [JAR]

├─ org.jaxsb.generator.processor.plan.element.MaxLengthPlan.class - [JAR]

├─ org.jaxsb.generator.processor.plan.element.MinExclusivePlan.class - [JAR]

├─ org.jaxsb.generator.processor.plan.element.MinInclusivePlan.class - [JAR]

├─ org.jaxsb.generator.processor.plan.element.MinLengthPlan.class - [JAR]

├─ org.jaxsb.generator.processor.plan.element.NotationPlan.class - [JAR]

├─ org.jaxsb.generator.processor.plan.element.PatternPlan.class - [JAR]

├─ org.jaxsb.generator.processor.plan.element.RedefinePlan.class - [JAR]

├─ org.jaxsb.generator.processor.plan.element.RestrictionPlan.class - [JAR]

├─ org.jaxsb.generator.processor.plan.element.SchemaPlan.class - [JAR]

├─ org.jaxsb.generator.processor.plan.element.SelectorPlan.class - [JAR]

├─ org.jaxsb.generator.processor.plan.element.SequencePlan.class - [JAR]

├─ org.jaxsb.generator.processor.plan.element.SimpleContentPlan.class - [JAR]

├─ org.jaxsb.generator.processor.plan.element.SimpleTypePlan.class - [JAR]

├─ org.jaxsb.generator.processor.plan.element.UnionPlan.class - [JAR]

├─ org.jaxsb.generator.processor.plan.element.UniquePlan.class - [JAR]

├─ org.jaxsb.generator.processor.plan.element.WhiteSpacePlan.class - [JAR]

org.jaxsb.generator.processor.write

├─ org.jaxsb.generator.processor.write.BindingFileFilter.class - [JAR]

├─ org.jaxsb.generator.processor.write.ClassFile.class - [JAR]

├─ org.jaxsb.generator.processor.write.Writer.class - [JAR]

├─ org.jaxsb.generator.processor.write.WriterDirectory.class - [JAR]

├─ org.jaxsb.generator.processor.write.WriterProcessor.class - [JAR]

org.jaxsb.generator.processor.timestamp

├─ org.jaxsb.generator.processor.timestamp.TimestampDirectory.class - [JAR]

├─ org.jaxsb.generator.processor.timestamp.TimestampProcessor.class - [JAR]

org.jaxsb.generator.processor.plan

├─ org.jaxsb.generator.processor.plan.AliasPlan.class - [JAR]

├─ org.jaxsb.generator.processor.plan.AnyablePlan.class - [JAR]

├─ org.jaxsb.generator.processor.plan.AttributablePlan.class - [JAR]

├─ org.jaxsb.generator.processor.plan.DocumentablePlan.class - [JAR]

├─ org.jaxsb.generator.processor.plan.ElementablePlan.class - [JAR]

├─ org.jaxsb.generator.processor.plan.EnumerablePlan.class - [JAR]

├─ org.jaxsb.generator.processor.plan.ExtensiblePlan.class - [JAR]

├─ org.jaxsb.generator.processor.plan.MixablePlan.class - [JAR]

├─ org.jaxsb.generator.processor.plan.NamedPlan.class - [JAR]

├─ org.jaxsb.generator.processor.plan.NativeablePlan.class - [JAR]

├─ org.jaxsb.generator.processor.plan.NestablePlan.class - [JAR]

├─ org.jaxsb.generator.processor.plan.Plan.class - [JAR]

├─ org.jaxsb.generator.processor.plan.PlanDirectory.class - [JAR]

├─ org.jaxsb.generator.processor.plan.PlanProcessor.class - [JAR]

├─ org.jaxsb.generator.processor.plan.RestrictablePlan.class - [JAR]

org.jaxsb.generator.processor.write.element

├─ org.jaxsb.generator.processor.write.element.AllWriter.class - [JAR]

├─ org.jaxsb.generator.processor.write.element.AnnotationWriter.class - [JAR]

├─ org.jaxsb.generator.processor.write.element.AnyAttributeWriter.class - [JAR]

├─ org.jaxsb.generator.processor.write.element.AnyWriter.class - [JAR]

├─ org.jaxsb.generator.processor.write.element.AppinfoWriter.class - [JAR]

├─ org.jaxsb.generator.processor.write.element.AttributeGroupWriter.class - [JAR]

├─ org.jaxsb.generator.processor.write.element.AttributeWriter.class - [JAR]

├─ org.jaxsb.generator.processor.write.element.ChoiceWriter.class - [JAR]

├─ org.jaxsb.generator.processor.write.element.ComplexContentWriter.class - [JAR]

├─ org.jaxsb.generator.processor.write.element.ComplexTypeWriter.class - [JAR]

├─ org.jaxsb.generator.processor.write.element.DocumentationWriter.class - [JAR]

├─ org.jaxsb.generator.processor.write.element.ElementWriter.class - [JAR]

├─ org.jaxsb.generator.processor.write.element.EnumerationWriter.class - [JAR]

├─ org.jaxsb.generator.processor.write.element.ExtensionWriter.class - [JAR]

├─ org.jaxsb.generator.processor.write.element.FieldWriter.class - [JAR]

├─ org.jaxsb.generator.processor.write.element.FractionDigitsWriter.class - [JAR]

├─ org.jaxsb.generator.processor.write.element.GroupWriter.class - [JAR]

├─ org.jaxsb.generator.processor.write.element.HasFacetWriter.class - [JAR]

├─ org.jaxsb.generator.processor.write.element.HasPropertyWriter.class - [JAR]

├─ org.jaxsb.generator.processor.write.element.ImportWriter.class - [JAR]

├─ org.jaxsb.generator.processor.write.element.IncludeWriter.class - [JAR]

├─ org.jaxsb.generator.processor.write.element.KeyWriter.class - [JAR]

├─ org.jaxsb.generator.processor.write.element.KeyrefWriter.class - [JAR]

├─ org.jaxsb.generator.processor.write.element.LengthWriter.class - [JAR]

├─ org.jaxsb.generator.processor.write.element.ListWriter.class - [JAR]

├─ org.jaxsb.generator.processor.write.element.MaxExclusiveWriter.class - [JAR]

├─ org.jaxsb.generator.processor.write.element.MaxInclusiveWriter.class - [JAR]

├─ org.jaxsb.generator.processor.write.element.MaxLengthWriter.class - [JAR]

├─ org.jaxsb.generator.processor.write.element.MinExclusiveWriter.class - [JAR]

├─ org.jaxsb.generator.processor.write.element.MinInclusiveWriter.class - [JAR]

├─ org.jaxsb.generator.processor.write.element.MinLengthWriter.class - [JAR]

├─ org.jaxsb.generator.processor.write.element.NotationWriter.class - [JAR]

├─ org.jaxsb.generator.processor.write.element.PatternWriter.class - [JAR]

├─ org.jaxsb.generator.processor.write.element.RedefineWriter.class - [JAR]

├─ org.jaxsb.generator.processor.write.element.RestrictionWriter.class - [JAR]

├─ org.jaxsb.generator.processor.write.element.SchemaWriter.class - [JAR]

├─ org.jaxsb.generator.processor.write.element.SelectorWriter.class - [JAR]

├─ org.jaxsb.generator.processor.write.element.SequenceWriter.class - [JAR]

├─ org.jaxsb.generator.processor.write.element.SimpleContentWriter.class - [JAR]

├─ org.jaxsb.generator.processor.write.element.SimpleTypeWriter.class - [JAR]

├─ org.jaxsb.generator.processor.write.element.UnionWriter.class - [JAR]

├─ org.jaxsb.generator.processor.write.element.UniqueWriter.class - [JAR]

├─ org.jaxsb.generator.processor.write.element.WhiteSpaceWriter.class - [JAR]

org.jaxsb.generator.processor.bundle

├─ org.jaxsb.generator.processor.bundle.Bundle.class - [JAR]

├─ org.jaxsb.generator.processor.bundle.BundleDirectory.class - [JAR]

├─ org.jaxsb.generator.processor.bundle.BundleProcessor.class - [JAR]

Advertisement

Dependencies from Group

May 23, 2020
6 usages
May 23, 2020
4 usages
May 23, 2020
1 usages
May 23, 2020
May 23, 2020

Discover Dependencies

Feb 25, 2021
3 usages
Aug 25, 2023
11 usages
11.9k stars
Aug 25, 2023
12 usages
11.9k stars
Dec 13, 2019
5 usages
2 stars
May 17, 2019
3 usages
May 18, 2019
3 usages
May 17, 2019
3 usages
May 26, 2019
3 usages
May 20, 2019
3 usages
66 stars
Aug 22, 2023
6 usages
175 stars