eu.cdevreeze.yaidom:yaidom-xs_2.9.2

yaidom-xs


License
Apache-2.0

Documentation

Yaidom XML Schema

The yaidom query API applied to XML schema files. This API exposes the components of a schema (document).

Usage

Yaidom-xs versions can be found in the Maven central repository. Assuming version 0.2, yaidom-xs can be added as dependency as follows (in an SBT or Maven build):

SBT:

libraryDependencies += "eu.cdevreeze.yaidom" %% "yaidom-xs" % "0.2"

Maven2:

<dependency>
  <groupId>eu.cdevreeze.yaidom</groupId>
  <artifactId>yaidom-xs_2.11</artifactId>
  <version>0.2</version>
</dependency>

Note that yaidom-xs itself depends only on yaidom and yaidom-xlink, and their dependencies. Version 0.2 depends on yaidom 1.4.2 and yaidom-xlink-1.4.2.

Yaidom-xs requires Java version 1.6 or later.