|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
IRIComponents | This interface provides constants
used as the return value of
Violation.getComponent() . |
IRIFactoryI | This interface is used for
making new IRI objects. |
IRIRelativize | Constants for use with IRI.relativize(IRI, int)
and IRI.relativize(String, int) . |
ViolationCodes | Detailed description of problems detected. |
Class Summary | |
---|---|
IRI | An IRI. |
IRIFactory | An IRIFactory is the entry point to this module. |
Violation | Information concerning a violation of some specification concerning IRIs. |
ViolationCodes.Initialize | This class is not part of the API. |
Exception Summary | |
---|---|
IRIException | A violation detected in an IRI has resulted was classified as an error. |
MalformedIDNException | The underlying IDN library detected an error in the Internationalized Domain Name in an IRI. |
An implementation of RFC 3987, Internationalized Resource Identifiers, and of related standards.
Use an IRIFactory to parse Strings as IRI objects which:
An IRIFactory allows:
The easiest way to use this package is to use one of the preconfigured factories, implementing RFC 3987 or RFC 3986 or a combination implementation appropriate for Semantic Web applications. See the documentation for IRIFactory for more information.
This implementation is limited to 16bits, and hence approximately Unicode 2.1 support. While the Unicode 4.1 code charts are used, all characters from these greater than \uFFFF are ignored. Behaviour with Unicode 4.1 IRIs in Java 1.5, using characters greater than \uFFFF is undefined. This limitation will not be reviewed until Java 1.6 is fully released, and Jena migrates from supporting Java 1.4 and 1.5 to supporting Java 1.5 and 1.6.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |