Last Version

Java XML Validation Collection 0.9.4

A collection of JAXP Validators and utility classes, including an uber validator which detects most types of validation and performs ISO/IEC 19757-11:2011 compliant xml-model validation. Especially note IntrinsicSchemaFactory which can be used to auto detect other SchemaFactories whilst validating a document. IntrinsicSchemaFactory supports xml-model schema association.

License

License

GroupId

GroupId

com.componentcorp.xml.validation
ArtifactId

ArtifactId

jxvc-master
Version

Version

0.9.4
Type

Type

pom
Description

Description

Java XML Validation Collection
A collection of JAXP Validators and utility classes, including an uber validator which detects most types of validation and performs ISO/IEC 19757-11:2011 compliant xml-model validation. Especially note IntrinsicSchemaFactory which can be used to auto detect other SchemaFactories whilst validating a document. IntrinsicSchemaFactory supports xml-model schema association.
Project URL

Project URL

https://github.com/rosslamont/jxvc
Source Code Management

Source Code Management

https://github.com/rosslamont/jxvc/tree/master

Download jxvc-master 0.9.4

Filename Size
jxvc-master-0.9.4.pom 7 KB
Browse

<!-- https://jarcasting.com/artifacts/com.componentcorp.xml.validation/jxvc-master/ -->
<dependency>
    <groupId>com.componentcorp.xml.validation</groupId>
    <artifactId>jxvc-master</artifactId>
    <version>0.9.4</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.componentcorp.xml.validation/jxvc-master/
implementation 'com.componentcorp.xml.validation:jxvc-master:0.9.4'
// https://jarcasting.com/artifacts/com.componentcorp.xml.validation/jxvc-master/
implementation ("com.componentcorp.xml.validation:jxvc-master:0.9.4")
'com.componentcorp.xml.validation:jxvc-master:pom:0.9.4'
<dependency org="com.componentcorp.xml.validation" name="jxvc-master" rev="0.9.4">
  <artifact name="jxvc-master" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.componentcorp.xml.validation', module='jxvc-master', version='0.9.4')
)
libraryDependencies += "com.componentcorp.xml.validation" % "jxvc-master" % "0.9.4"
[com.componentcorp.xml.validation/jxvc-master "0.9.4"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • jxvc
  • jxvc-tests
  • relaxng
  • relaxng-compact
  • test-helpers
  • base