https://github.com/1and1/fralax
Framework for Large XML File Parsing
https://github.com/1and1/fralax
parsing xml
Last synced: 29 days ago
JSON representation
Framework for Large XML File Parsing
- Host: GitHub
- URL: https://github.com/1and1/fralax
- Owner: 1and1
- Created: 2016-04-05T15:17:36.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-05-09T10:05:53.000Z (about 10 years ago)
- Last Synced: 2025-04-27T11:46:14.563Z (about 1 year ago)
- Topics: parsing, xml
- Language: Java
- Homepage:
- Size: 127 KB
- Stars: 2
- Watchers: 10
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
*Current build status:* [](https://travis-ci.org/1and1/fralax) [](https://www.codacy.com/app/sysdev/fralax) [](https://www.codacy.com/app/1and1_NDev/fralax)
**Framework for Large XML File Parsing \[FraLaX\]**
Wrapper for different XML Parsers, establishing a standard API for the Parsing of XML files using XPath Searches.
Standard Parser implementation is based on [VTD-XML](http://vtd-xml.sourceforge.net/).
>The XML technology that they don't want you to know about.
**Usage**
See [XmlContext](src/main/java/net/onenandone/fralax/XmlContext.java) and [Fralax](src/main/java/net/onenandone/fralax/Fralax.java) JavaDoc for general usage as well as
[FralaxTest](src/test/java/net/onenandone/fralax/FralaxTest.java) for a more specific example.
**Contribution**
This section gives some pointers about contributions to the fralax project.
The project is being developed by the community. Maintainer merge pull-requests, fix critical bugs, etc.
If you fixed or added something useful to the project, you can send a pull-request. It will be reviewed and accepted, or commented on for rework by at least two [maintainers](https://github.com/1and1/fralax/blob/master/MAINTAINERS). Pull-requests are declined if a maintainer closes the request.
We are using [LGTM](https://lgtm.co) to approve pull-requests. The pull-request is only accepted if two maintainers comment with ["LGTM"](https://lgtm.co) or ":+1:".