org.apache.xml.serializer.utils |
|
Java Source File Name | Type | Comment |
AttList.java | Class | Wraps a DOM attribute list in a SAX Attributes.
This class is a copy of the one in org.apache.xml.utils. |
BoolStack.java | Class | Simple stack for boolean values.
This class is a copy of the one in org.apache.xml.utils. |
DOM2Helper.java | Class | This class provides a DOM level 2 "helper", which provides services currently
not provided be the DOM standard.
This class is a copy of the one in org.apache.xml.utils. |
Messages.java | Class | A utility class for issuing error messages.
A user of this class normally would create a singleton
instance of this class, passing the name
of the message class on the constructor. |
MsgKey.java | Class | 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.java | Class | An instance of this class is a ListResourceBundle that
has the required getContents() method that returns
an array of message-key/message associations.
The message keys are defined in
MsgKey . |
SerializerMessages_ca.java | Class | |
SerializerMessages_cs.java | Class | |
SerializerMessages_de.java | Class | |
SerializerMessages_en.java | Class | Default implementation. |
SerializerMessages_es.java | Class | |
SerializerMessages_fr.java | Class | |
SerializerMessages_hu.java | Class | |
SerializerMessages_it.java | Class | |
SerializerMessages_ja.java | Class | |
SerializerMessages_ko.java | Class | |
SerializerMessages_pl.java | Class | |
SerializerMessages_pt_BR.java | Class | |
SerializerMessages_ru.java | Class | |
SerializerMessages_sv.java | Class | |
SerializerMessages_tr.java | Class | |
SerializerMessages_zh_CN.java | Class | |
SerializerMessages_zh_TW.java | Class | |
StringToIntTable.java | Class | A very simple lookup table that stores a list of strings, the even
number strings being keys, and the odd number strings being values.
This class is a copy of the one in org.apache.xml.utils. |
SystemIDResolver.java | Class | This class is used to resolve relative URIs and SystemID
strings into absolute URIs.
This is a generic utility for resolving URIs, other than the
fact that it's declared to throw TransformerException. |
URI.java | Class | A class to represent a Uniform Resource Identifier (URI). |
Utils.java | Class | This class contains utilities used by the serializer. |
WrappedRuntimeException.java | Class | This class is for throwing important checked exceptions
over non-checked methods. |