DOC

net.sourceforge.xbis : xbis

Maven & Gradle

Jul 22, 2011

XML Binary Infoset · XBIS is an encoding format for XML documents that is fully convertible to and from text, with information set equivalence between the original document text and regenerated document text. It's intended for use in transmitting XML documents between application components, and is therefore designed for processing speed. The current Java language implementation offers several times the performance of SAX2 parsers working from text documents across a wide range of document types and sizes, and across JVMs tested, while also providing a substantial reduction in document size for most types of XML documents.

Table Of Contents

Latest Version

Download net.sourceforge.xbis : xbis Javadoc & API Documentation - Latest Versions:

All Versions

Download net.sourceforge.xbis : xbis Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
0.9.x

How to open Javadoc JAR file in web browser

  1. Rename the file xbis-0.9.5-javadoc.jar to xbis-0.9.5-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder xbis-0.9.5-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 "xbis-0.9.5-sources.jar" -d "xbis-0.9.5-javadoc" -subpackages 

Advertisement