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

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

Classes in com.fasterxml.jackson.dataformat.xml.util used by com.fasterxml.jackson.dataformat.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.dataformat.xml.util used by com.fasterxml.jackson.dataformat.xml.ser
XmlRootNameLookup
          Helper class used for efficiently finding root element name used with XML serializations.
 

Classes in com.fasterxml.jackson.dataformat.xml.util used by com.fasterxml.jackson.dataformat.xml.util
DefaultXmlPrettyPrinter.Indenter
          Interface that defines objects that can produce indentation used to separate object entries and array values.
 



Copyright © 2012 fasterxml.com. All Rights Reserved.