Skip navigation links

Package net.n3.nanoxml

Provides a patched version of the NanoXML XML library.

See: Description

Package net.n3.nanoxml Description

Provides a patched version of the NanoXML XML library.

NanoXML is a small XML parser for Java.

NanoXML is included here, to provide a fast and easy to XML parser which can be used by security restricted Java Applets.

With this patched version, NanoXML has been made to be compilable with J2SE5 and to take advantage of the Java2 Collections API.

NanoXML has been changed to not open a network connection to retrieve the DTD of a document. This reduces the time needed to read an XML document and it allows to open XML documents when a computer is offline, or when a Java applet runs in a restricted environment that doesn't allow connections to the computer hosting the DTD.

Skip navigation links