| Class | Description |
|---|---|
| DocumentReader |
The DocumentReader class provides methods for loading a xml document in memory.
|
| DocumentSerializable |
Wraps an
Document to be certainly serializable (and cloneable). |
| DocumentWriter |
Abstract class for creating xml documents.
|
| EntityResolver |
Take the systemId and converts it into a local file, using the MMBase config path
This is used for resolving DTD's and XSD's, but also e.g.
|
| EntityResolver.FileResource | |
| EntityResolver.Resource |
Container for dtd resources information
|
| EntityResolver.StringResource | |
| ErrorHandler |
Provides ErrorHandler methods
|
| Instantiator |
Utilities to use an XML to instantiate Java objects, using
reflection.
|
| URIResolver |
This URIResolver can be used to resolve URI's, also in TransformerFactory's.
|
| URIResolver.Entry |
Objects of this type connect a prefix (must normally end in :)
with a File (which must be a Directory).
|
| URIResolver.EntryList |
This is a list of prefix/directory pairs which is used in the constructor of URIResolver.
|
| UtilReader |
This class reads configuration files for utilities, that are
placed in /config/utils/.
|
| UtilReader.PropertiesMap<E> |
A unmodifiable Map, with extra 'Properties'-like methods.
|
| XMLWriter |
Util class to serialize xml (wrapper around javax.xml.transform.Transformer)
|
MMBase2 Utils 2.0.0 - 2019-08-08T23:20