|
Java开源项目
|
JOX - Linking Java Beans and XML With Ease
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 X... JaxMe JaxMe is an open source implementation of JAXB , the specification for Java/XML binding. A Java/XML binding compiler takes as input a schema description (in most cases an XML sc... Apache Crimson Crimson is a Java XML parser which supports XML 1.0 via the following APIs: Java API for XML Processing (JAXP) 1.1 minus the javax.xml.transform package. JAXP is a pluggable API ... NunniMJAX NunniMJAX is a Java, non validating XML parser. its APIs and functioning are very similar to SAX. That means that if you're familiar with SAX it will be straitforward to start usin... Digester Many 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... StAX - The Streaming API for XML StAX is a standard XML processing API that allows you to stream XML data from and to your application. This StAX implementation is the standard pull parser implementation for JSR-1... NUX - Efficient and Powerful XML Processing Made Easy Nux is an open-source Java toolkit making efficient and powerful XML processing easy. It is geared towards embedded use in high-throughput XML messaging middleware such as large-sc... Xalan-Java Xalan-Java is an XSLT processor for transforming XML documents into HTML, text, or other XML document types. It implements XSL Transformations (XSLT) Version 1.0 and XML Path Langu... XP - an XML Parser in Java 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 ... Skaringa - an API for Java and XML language binding 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. Typica... |
|