| InvalidReferenceException |
An invalid reference exception is thrown whenever
a URI string cannot be resolved to a reference in
the current environment.
|
| PrefixedRootFactory |
PrefixedRootFactory provides a clean way to implement
the vast majority of behavior for a reference factory.
|
| Reference |
A Reference is essentially a pointer to interact in a limited
fashion with an external resource of some kind (images, xforms,
etc).
|
| ReferenceFactory |
A ReferenceFactory is responsible for knowing how to derive a
reference for a range of URI's.
|
| ReferenceManager |
The reference manager is a singleton class which is responsible for deriving reference URI's into
references at runtime.
|
| 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.
|