Package org.apache.xml.serializer.utils

  • Class Summary
    Class Description
    AttList
    Wraps a DOM attribute list in a SAX Attributes.
    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
    An instance of this class is a ListResourceBundle that has the required getContents() method that returns an array of message-key/message associations.
    SerializerMessages_cs
    An instance of this class is a ListResourceBundle that has the required getContents() method that returns an array of message-key/message associations.
    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.
    SerializerMessages_en
    Default implementation.
    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.
    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.
    SerializerMessages_hu
    An instance of this class is a ListResourceBundle that has the required getContents() method that returns an array of message-key/message associations.
    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.
    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.
    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.
    SerializerMessages_pl
    An instance of this class is a ListResourceBundle that has the required getContents() method that returns an array of message-key/message associations.
    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.
    SerializerMessages_ru
    An instance of this class is a ListResourceBundle that has the required getContents() method that returns an array of message-key/message associations.
    SerializerMessages_sk
    An instance of this class is a ListResourceBundle that has the required getContents() method that returns an array of message-key/message associations.
    SerializerMessages_sl
    An instance of this class is a ListResourceBundle that has the required getContents() method that returns an array of message-key/message associations.
    SerializerMessages_sv  
    SerializerMessages_tr
    An instance of this class is a ListResourceBundle that has the required getContents() method that returns an array of message-key/message associations.
    SerializerMessages_zh
    An instance of this class is a ListResourceBundle that has the required getContents() method that returns an array of message-key/message associations.
    SerializerMessages_zh_CN  
    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.
    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.
    XML11Char
    THIS IS A COPY OF THE XERCES-2J CLASS org.apache.xerces.utls.XMLChar This class defines the basic properties of characters in XML 1.1.
    XMLChar
    THIS IS A COPY OF THE XERCES-2J CLASS org.apache.xerces.utls.XMLChar This class defines the basic XML character properties.
  • Exception Summary
    Exception Description
    WrappedRuntimeException
    This class is for throwing important checked exceptions over non-checked methods.