W3C Atom 1.0

W3C Schemas project provides JAXB and Jsonix bindings for some of the XML Schemas defined by W3C.

License

License

GroupId

GroupId

org.hisrc.w3c
ArtifactId

ArtifactId

atom-v_1_0
Last Version

Last Version

1.4.0
Release Date

Release Date

Type

Type

jar
Description

Description

W3C Atom 1.0
W3C Schemas project provides JAXB and Jsonix bindings for some of the XML Schemas defined by W3C.

Download atom-v_1_0

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
org.jvnet.jaxb2_commons : jaxb2-basics-runtime jar 0.11.0

provided (2)

Group / Artifact Type Version
org.glassfish.jaxb : jaxb-runtime jar 2.2.11
org.hisrc.w3c : w3c-schemas jar 1.4.0

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.

W3C Schemas

W3C Schemas project provides JAXB and Jsonix bindings for some of the XML Schemas defined by W3C.

This allows converting between XML (conforming to one of these schemas) and Java objects in Java or JSON in JavaScript.

Supports the following schemas:

  • Atom_1_0
  • WS_Addr_1_0_Core
  • WSDL_2_0
    • WSDL_HTTP_2_0
    • WSDL_RPC_2_0
    • WSDL_SOAP_2_0
  • XHTML_1_0_Strict
  • XLink_1_0
  • XSD_1_0

JavaScript Example

var XLink_1_0 = require('w3c-schemas').XLink_1_0;

var context =  new Jsonix.Context([XLink_1_0]);
var unmarshaller = context.createUnmarshaller();
unmarshaller.unmarshalFile("tests/locator-01.xml", function(result) {
	test.equal("label", result.value.label);
	test.done();
});

Versions

Version
1.4.0
1.3.1
1.3.0
1.2.1
1.2.0
1.1.1
1.1.0
1.0.4
1.0.3
1.0.1