See: Description
Package | Description |
---|---|
org.ands.rifcs.base |
The base package of the RIF-CS API.
|
org.ands.rifcs.ch |
The content handler package of the RIF-CS API.
|
org.ands.rifcs.example |
Examples that use the RIF-CS 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.
It is intended for this API to grow as further RIF-CS development is undertaken at The Australian National University (ANU).
Refer to the RIF-CS documentation for schema, guidelines and vocabularies which must be used in conjunction with this API.
Note: A release is numbered as major.minor.patch
where major=API
change; minor=bug fix or method(s) marked as
deprecated; patch=minor code or documentation
fixes.