Tags : Browse Projects

Select a tag to browse associated projects and drill deeper into the tag cloud.

Apache Xerces2 J

Compare

Claimed by Apache Software Foundation Analyzed 1 day ago

Xerces2 provides high performance, fully compliant XML parsers in the Apache Xerces family. This new version of Xerces continues to build upon the Xerces Native Interface (XNI), a complete framework for building parser components and configurations that is extremely modular and easy to program. ... [More] The Apache Xerces2 parser is the reference implementation of XNI but other parser components, configurations, and parsers can be written using the Xerces Native Interface. [Less]

545K lines of code

1 current contributors

3 months since last commit

598 users on Open Hub

Very Low Activity
4.26316
   
I Use This

Apache XML Commons

Compare

Claimed by Apache Software Foundation Analyzed 10 minutes ago

Apache XML Commons provides an Apache-hosted set of SAX, DOM, StAX and JAXP interfaces for use in other xml-based projects. It is also home to the XML Commons Resolver, a component which can be used in a wide variety of XML parsing, processing and related programs to resolve various public or system ... [More] identifiers into accessible URLs for use by your application. The resolver supports several catalog types for mapping, including OASIS XML, OASIS TR 9401 and XCatalog styles. [Less]

287K lines of code

1 current contributors

over 2 years since last commit

33 users on Open Hub

Inactive
4.6
   
I Use This

ShaniXmlParser

Compare

  Analyzed about 8 hours ago

ShaniXmlParser is a small and fast Xml/Html DOM/SAX non validating parser written in java. It can parse not well formed xml files. It also parses DTD, ENTITIES, CSS. Use DOM,SAX,JAXP interfaces. It passes DOM1/2/3 validations suites

5.48K lines of code

0 current contributors

over 18 years since last commit

1 users on Open Hub

Inactive
5.0
 
I Use This
Licenses: No declared licenses

Tubular

Compare

  No analysis available

Tubular is a Java implementation of an XProc pipeline processor. An XML Pipeline specifies a sequence of operations to be performed on zero or more XML documents. Pipelines generally accept zero or more XML documents as input and produce zero or more XML documents as output. Pipelines are made up ... [More] of simple steps which perform atomic operations on XML documents and constructs similar to conditionals, iteration, and exception handlers which control which steps are executed. Tubular project is applying test-driven development (TDD) principles. Implementation is validated against the test suite from XProc.org. Tubular is implemented with as much immutable objects as possible, in order to facilitate the addition of parallelism support, thus reducing the need for locking mechanisms. [Less]

0 lines of code

0 current contributors

0 since last commit

0 users on Open Hub

Activity Not Available
0.0
 
I Use This
Mostly written in language not available
Licenses: lgpl

DDOM

Compare

  Analyzed about 15 hours ago

DDOM is an XML object model implementation for Java that supports deferred parsing of XML documents and deferred building of nodes. This means that in addition to building nodes on demand (as in Xerces' deferred DOM implementation), the parsing of the XML document itself occurs progressively as the ... [More] code navigates through the document tree. DDOM doesn't require developers to code against a custom API, but supports generating trees implementing existing APIs, namely DOM, SAAJ or Axiom. DDOM allows to mix these APIs, e.g. to create a DOM tree that also implements the Axiom API. [Less]

490K lines of code

1 current contributors

over 5 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This

JAXProc

Compare

  Analyzed 1 day ago

JAXProc is a common API for XProc pipeline processors. It is similar in its approach to the Java API for XML Processing (JAXP). Using this unique API, client code can easily switch between XProc processor implementations.

801 lines of code

0 current contributors

over 11 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This