We have hosted the application dummyxmlparser in order to run this application in our online workstations with Wine or directly.


Quick description about dummyxmlparser:

Java XML parser.
Very light. (less than 20K).
Bind XML to java classes. (like JAXB).
Written from scratch to avoid some legacy problems.

Code sample:
import javax.xml.bind.annotation.XmlElement;
import dummyxmlparser.XmlBinder;

public class Foo {
@XmlElement
public String counter;

public static void main(String[] args) throws Exception{
Foo foo= XmlBinder.fromXml(Foo.class, "<Foo><counter>42</counter></Foo>");
assert foo.counter.equals("42");
}
}.

Audience: Developers.

Programming Language: Java.

.

Page navigation:

©2024. Winfy. All Rights Reserved.

By OD Group OU – Registry code: 1609791 -VAT number: EE102345621.