au-research / ANDS-ResearchData-RIFCS-API

A Java API for building and modifying RIFCS objects (encapsulating the DOM API methods needed to build a RIFCS document)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RIFCS-API

The RIF-CS API is an API developed by the Australian National Data Service (ANDS) to aid developers in the processing and assembly of RIF-CS Documents. It is currently in the early stages of development and enables developers to access the structures of an existing RIF-CS document for simpler processing. The model supported is a RIF-CS DOM and most RIF-CS elements are provided their own classes which essentially encapsulate commonly used w3c DOM API methods to provide convenience classes and methods for obtaining element content and attributes. This enables developers to think about a RIF-CS Document as a collection of objects rather than having to carry out repetitive XML API calls in a RIF-CS document context.

About

A Java API for building and modifying RIFCS objects (encapsulating the DOM API methods needed to build a RIFCS document)

License:Apache License 2.0


Languages

Language:Java 98.9%Language:HTML 1.1%