Uses of Package
com.fasterxml.jackson.xml.util

Packages that use com.fasterxml.jackson.xml.util
com.fasterxml.jackson.xml.deser   
com.fasterxml.jackson.xml.ser   
 

Classes in com.fasterxml.jackson.xml.util used by com.fasterxml.jackson.xml.deser
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
 

Classes in com.fasterxml.jackson.xml.util used by com.fasterxml.jackson.xml.ser
XmlRootNameLookup
          Helper class used for efficiently finding root element name used with XML serializations.
 



Copyright © 2011 fasterxml.com. All Rights Reserved.