An open API service indexing awesome lists of open source software.

https://github.com/avides/sax-xom-parser

XML-streaming-parser with xom-support
https://github.com/avides/sax-xom-parser

java xml xml-parser xml-stream-parsing xom xpath

Last synced: 6 months ago
JSON representation

XML-streaming-parser with xom-support

Awesome Lists containing this project

README

          

# sax-xom-parser

[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.avides.xml/sax-xom-parser/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.avides.xml/sax-xom-parser)
[![Build](https://github.com/avides/sax-xom-parser/workflows/release/badge.svg)](https://github.com/avides/sax-xom-parser/actions)
[![Nightly build](https://github.com/avides/sax-xom-parser/workflows/nightly/badge.svg)](https://github.com/avides/sax-xom-parser/actions)
[![Coverage report](https://sonarcloud.io/api/project_badges/measure?project=avides_sax-xom-parser&metric=coverage)](https://sonarcloud.io/dashboard?id=avides_sax-xom-parser)
[![Quality Gate](https://sonarcloud.io/api/project_badges/measure?project=avides_sax-xom-parser&metric=alert_status)](https://sonarcloud.io/dashboard?id=avides_sax-xom-parser)
[![Technical dept](https://sonarcloud.io/api/project_badges/measure?project=avides_sax-xom-parser&metric=sqale_index)](https://sonarcloud.io/dashboard?id=avides_sax-xom-parser)

XML-streaming-parser with [XOM](http://www.xom.nu/ "XOM")-support

## Dependency
```xml

com.avides.xml
sax-xom-parser
2.1.0

```