Top Classes
module java.xml

Package com.sun.org.apache.xml.internal.serializer.utils


Class Summary

Modifier and TypeClass and Description
public class
BoolStack

Simple stack for boolean values.

public class
Messages

A utility class for issuing error messages.

public class
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.

public class
SerializerMessages

An instance of this class is a ListResourceBundle that has the required getContents() method that returns an array of message-key/message associations.

public class
public class
public class
SerializerMessages_de

An instance of this class is a ListResourceBundle that has the required getContents() method that returns an array of message-key/message associations.

public class
SerializerMessages_en

Default implementation.

public class
SerializerMessages_es

An instance of this class is a ListResourceBundle that has the required getContents() method that returns an array of message-key/message associations.

public class
SerializerMessages_fr

An instance of this class is a ListResourceBundle that has the required getContents() method that returns an array of message-key/message associations.

public class
SerializerMessages_it

An instance of this class is a ListResourceBundle that has the required getContents() method that returns an array of message-key/message associations.

public class
SerializerMessages_ja

An instance of this class is a ListResourceBundle that has the required getContents() method that returns an array of message-key/message associations.

public class
SerializerMessages_ko

An instance of this class is a ListResourceBundle that has the required getContents() method that returns an array of message-key/message associations.

public class
SerializerMessages_pt_BR

An instance of this class is a ListResourceBundle that has the required getContents() method that returns an array of message-key/message associations.

public class
SerializerMessages_sv

An instance of this class is a ListResourceBundle that has the required getContents() method that returns an array of message-key/message associations.

public class
SerializerMessages_zh_CN

An instance of this class is a ListResourceBundle that has the required getContents() method that returns an array of message-key/message associations.

public class
SerializerMessages_zh_TW

An instance of this class is a ListResourceBundle that has the required getContents() method that returns an array of message-key/message associations.

public class
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.

public class
SystemIDResolver

This class is used to resolve relative URIs and SystemID strings into absolute URIs.

pack-priv class
URI

A class to represent a Uniform Resource Identifier (URI).

public class
Utils

This class contains utilities used by the serializer.

public class
WrappedRuntimeException

This class is for throwing important checked exceptions over non-checked methods.