Quantcast
Channel: XML Parsers
Browsing all 17 articles
Browse latest View live

nanoxml

NanoXML is a small XML parser for Java. NanoXML comes in three different components:  * NanoXML/Java - The standard parser for Java.  * NanoXML/SAX - A SAX adapter for NanoXML/Java.  * NanoXML/Lite -...

View Article



zeus

Zeus is, in a nutshell, an open source Java-to-XML Data Binding tool. It provides a means of taking an arbitrary XML document and converting that document into a Java object representing the XML. That...

View Article

jakarta-commons-digester

Many Jakarta projects read XML configuration files to provide initialization of various Java objects within the system. There are several ways of doing this, and the Digester component was designed to...

View Article

dom4j

dom4j is an easy to use, open source library for working with XML, XPath and XSLT on the Java platform using the Java Collections Framework and with full support for DOM, SAX and JAXP Category: XML...

View Article

xerces

The Xerces Java Parser 1.4.4 supports the XML 1.0 recommendation and contains advanced parser functionality, such as support for the W3C's XML Schema recommendation version 1.0, DOM Level 2 version...

View Article


xstream

XStream is a simple library to serialize objects to XML and back again. Category: XML Parsers License:  Other HomePage: http://xstream.codehaus.org/

View Article

skaringa

Skaringa is an API for Java and XML language binding. It transforms Java objects into XML documents and back, and can generate XML schema definitions for a Java class. Typical applications are data...

View Article

nekopull

NekoPull is an XML document parsing API that extends the Xerces Native Interface (XNI) to provide pull parsing functionality. The pull parsing paradigm is different from tree-based APIs like the...

View Article


x2jb

XML 2 Java Binding (X2JB) is a Java development tool intended for binding of XML entities to Java interfaces and classes (but not vice versa). In theory it is kind of like JAXB, XML Beans or Jakarta...

View Article


kxml

kXML 2 is a small XML pull parser, specially designed for constrained environments such as Applets, Personal Java or MIDP devices. Category: XML Parsers License:  GNU General Public License (GPL)...

View Article

woodstox

Woodstox is a fast Open Source StAX-compliant XML-processor written in Java (processor meaning it handles both input (== parsing) and output (== writing, serialization)). Category: XML Parsers...

View Article

jox

JOX is a set of Java libraries that make it easy to transfer data between XML documents and Java beans. You can think of JOX as a special form of Java Object Serialization, using XML as the...

View Article

xp-parser

XP is an XML 1.0 parser written in Java. It is fully conforming: it detects all non well-formed documents. It is currently not a validating XML processor. However it can parse all external entities:...

View Article


jdom

JDOM is, quite simply, a Java representation of an XML document. JDOM provides a way to represent that document for easy and efficient reading, manipulation, and writing. It has a straightforward API,...

View Article

xp-parser

XP is an XML 1.0 parser written in Java. It is fully conforming: it detects all non well-formed documents. It is currently not a validating XML processor. However it can parse all external entities:...

View Article


jdom

JDOM is, quite simply, a Java representation of an XML document. JDOM provides a way to represent that document for easy and efficient reading, manipulation, and writing. It has a straightforward API,...

View Article

stax

StAX is a standard XML processing API that allows you to stream XML data from and to your application. It's a standard pull parser implementation for the java platform. Category: XML Parsers License:...

View Article

Browsing all 17 articles
Browse latest View live


Latest Images