| Class Summary | 
| FromXmlParser | JsonParserimplementation that exposes XML structure as
 set of JSON events that can be used for data binding. | 
| WrapperHandlingDeserializer | Delegating deserializer whose only function is to handle case of
 "unwrapped" List/array deserialization from XML. | 
| XmlBeanDeserializerModifier | The main reason for a modifier is to support handling of
 'wrapped' Collection types. | 
| XmlReadContext | Extension of JsonStreamContext, which implements
 core methods needed, and adds small amount of additional
 state data we need. | 
| XmlTokenStream | Simple helper class used on top of STAX XMLStreamReaderto further
 abstract out all irrelevant details, and to expose equivalent of flat token
 stream with no "fluff" tokens (comments, processing instructions, mixed
 content) all of which is just to simplify
 actual higher-level conversion to JSON tokens |