DOC

com.github.dweidenfeld : xml-event-limit-generator

Maven & Gradle

May 20, 2014
0 stars

XML Event Limit Generator · The XmlEventLimitGenerator is a Java library to generate xml strings. You push documents (or objects, like you want) to the xml generator and the generator proceeds the pushed document. While the push sequence it automatically generates an average size of all documents. The benefit of this library is, that you can generate xml strings with a predefined max size. This max size relates to the average document size, that is calculated on the fly, so there is no 100% guarantee, that no xml string will pass the max size, but there is a factor that can be specified as buffer.

Table Of Contents

Latest Version

Download com.github.dweidenfeld : xml-event-limit-generator Javadoc & API Documentation - Latest Versions:

All Versions

Download com.github.dweidenfeld : xml-event-limit-generator Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
1.0.x

How to open Javadoc JAR file in web browser

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