Any configuration of the factory to implement particular standards, or to treat particular violations as warnings or errors, must be completed before using the construct or create methods.
The easiest way to use this class is to use one of the preconfigured factories: {@link #semanticWebImplementation()}{@link #iriImplementation()}, or {@link #uriImplementation()}. If none of these meets your application needs then you have to configure your own factory.
When initializing a factory, the initialization methods should be used in the following order:
It is possible to make these calls in different orders, but the resultant behaviour is likely to be more confusing, and may change in future releases.
The other initialization methods (probably) do not have order dependencies.
@author Jeremy J. Carroll
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|