jar

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 JAR file - Latest Versions:

All Versions

Download com.github.dweidenfeld : xml-event-limit-generator JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.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 xml-event-limit-generator-1.0.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.dweidenfeld.xml

├─ com.github.dweidenfeld.xml.XMLEventLimitGenerator.class - [JAR]

├─ com.github.dweidenfeld.xml.XMLException.class - [JAR]

├─ com.github.dweidenfeld.xml.XMLGenerator.class - [JAR]