| PrefixedRootFactory |
PrefixedRootFactory provides a clean way to implement
the vast majority of behavior for a reference factory.
|
| ReferenceDataSource |
The ReferenceDataSource is a source of locale data which
is located at a location which is defined by a ReferenceURI.
|
| ReferenceManager |
The reference manager is a singleton class which is responsible for deriving reference URI's into
references at runtime.
|
| ResourceReference |
A Resource Reference is a reference to a file which
is a Java Resource, which is accessible with the
'getResourceAsStream' method from the Java Classloader.
|
| ResourceReferenceFactory |
A ResourceReferenceFactory is a Raw Reference Accessor
which provides a factory for references of the form
|
| RootTranslator |
A Root Translator is a simple reference factory which doesn't
actually derive any specific references, but rather translates
references from one prefix to another.
|