FraLaX

A extendable and modifiable Framework for large XML Data Files. [FraLaX]

License

License

Categories

Categories

Net
GroupId

GroupId

net.oneandone
ArtifactId

ArtifactId

fralax
Last Version

Last Version

0.3
Release Date

Release Date

Type

Type

jar
Description

Description

FraLaX
A extendable and modifiable Framework for large XML Data Files. [FraLaX]
Project URL

Project URL

https://github.com/1and1/fralax
Project Organization

Project Organization

1&1 Internet Inc.
Source Code Management

Source Code Management

https://github.com/1and1/fralax

Download fralax

How to add to project

<!-- https://jarcasting.com/artifacts/net.oneandone/fralax/ -->
<dependency>
    <groupId>net.oneandone</groupId>
    <artifactId>fralax</artifactId>
    <version>0.3</version>
</dependency>
// https://jarcasting.com/artifacts/net.oneandone/fralax/
implementation 'net.oneandone:fralax:0.3'
// https://jarcasting.com/artifacts/net.oneandone/fralax/
implementation ("net.oneandone:fralax:0.3")
'net.oneandone:fralax:jar:0.3'
<dependency org="net.oneandone" name="fralax" rev="0.3">
  <artifact name="fralax" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.oneandone', module='fralax', version='0.3')
)
libraryDependencies += "net.oneandone" % "fralax" % "0.3"
[net.oneandone/fralax "0.3"]

Dependencies

compile (3)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.16.8
com.greenbird.xml-formatter : xml-formatter-core jar 1.0.0
com.ximpleware : vtd-xml jar 2.11

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

Current build status: Travis CI Codacy Badge Codacy Badge

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.

The XML technology that they don't want you to know about.

Usage

See XmlContext and Fralax JavaDoc for general usage as well as FralaxTest 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. Pull-requests are declined if a maintainer closes the request.

We are using LGTM to approve pull-requests. The pull-request is only accepted if two maintainers comment with "LGTM" or " 👍 ".

net.oneandone

1&1

Open Source by 1&1 Group.

Versions

Version
0.3
0.2
0.1