DOC

org.jaxsb : jaxsb

Maven & Gradle

May 23, 2020
2 stars

JAX-SB · JAX-SB is a Java framework for binding to XML Schemas. Based on the CohesionFirst approach, the JAX-SB framework provides a complete solution for cohesive integration of Java applications to XML Documents via XML Schemas. The framework provides a JAX-SB Java Source Code Generator and a JAX-SB Runtime to parse and marshal XML Documents to and from Java objects. The JAX-SB framework is a complete implementation and covers the entirety of the XSD 1.1 Specification.

Table Of Contents

Latest Version

Download org.jaxsb : jaxsb Javadoc & API Documentation - Latest Versions:

All Versions

Download org.jaxsb : jaxsb Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
2.1.x

How to open Javadoc JAR file in web browser

  1. Rename the file jaxsb-2.1.6-javadoc.jar to jaxsb-2.1.6-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder jaxsb-2.1.6-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "jaxsb-2.1.6-sources.jar" -d "jaxsb-2.1.6-javadoc" -subpackages