| Class | Description |
|---|---|
| AttList |
Wraps a DOM attribute list in a SAX Attributes.
|
| BoolStack |
Simple stack for boolean values.
|
| DOM2Helper |
This class provides a DOM level 2 "helper", which provides services currently
not provided be the DOM standard.
|
| Messages |
A utility class for issuing error messages.
|
| MsgKey |
This class is not a public API,
It is used internally by serializer and is public,
in the Java sense, only because its use crosses
package boundaries.
|
| SerializerMessages |
An instance of this class is a ListResourceBundle that
has the required getContents() method that returns
an array of message-key/message associations.
|
| SerializerMessages_ca | |
| SerializerMessages_cs | |
| SerializerMessages_de | |
| SerializerMessages_en |
Default implementation.
|
| SerializerMessages_es | |
| SerializerMessages_fr | |
| SerializerMessages_it | |
| SerializerMessages_ja | |
| SerializerMessages_ko | |
| SerializerMessages_sv | |
| SerializerMessages_zh_CN | |
| SerializerMessages_zh_TW | |
| StringToIntTable |
A very simple lookup table that stores a list of strings, the even
number strings being keys, and the odd number strings being values.
|
| SystemIDResolver |
This class is used to resolve relative URIs and SystemID
strings into absolute URIs.
|
| Utils |
This class contains utilities used by the serializer.
|
| Exception | Description |
|---|---|
| WrappedRuntimeException |
This class is for throwing important checked exceptions
over non-checked methods.
|
Copyright © 2018–2021 mhoffrogge. All rights reserved.