Package org.ajax4jsf.xml.serializer.utils

Utility classes required for the implementation of XML serializer

See:
          Description

Class Summary
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_hu  
SerializerMessages_it  
SerializerMessages_ja  
SerializerMessages_ko  
SerializerMessages_pl  
SerializerMessages_pt_BR  
SerializerMessages_ru  
SerializerMessages_sv  
SerializerMessages_tr  
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 Summary
WrappedRuntimeException This class is for throwing important checked exceptions over non-checked methods.
 

Package org.ajax4jsf.xml.serializer.utils Description

Utility classes required for the implementation of XML serializer



Copyright © 2010. All Rights Reserved.