ElementWrappable |
Minimal API to be implemented by XML-backed parsers for which "virtual"
wrapping may be imposed.
|
ElementWrapper |
Helper class needed to keep track of virtual wrapper elements
added in the logical XML token stream.
|
FromXmlParser |
JsonParser implementation that exposes XML structure as
set of JSON events that can be used for data binding.
|
FromXmlParser.Feature |
Enumeration that defines all togglable features for XML parsers.
|
XmlDeserializationContext |
XML-specific DeserializationContext needed to override certain
handlers.
|
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 XMLStreamReader to 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.
|