Uses of Class
com.fasterxml.jackson.dataformat.xml.deser.XmlReadContext

Packages that use XmlReadContext
com.fasterxml.jackson.dataformat.xml.deser   
 

Uses of XmlReadContext in com.fasterxml.jackson.dataformat.xml.deser
 

Fields in com.fasterxml.jackson.dataformat.xml.deser declared as XmlReadContext
protected  XmlReadContext XmlReadContext._child
           
protected  XmlReadContext XmlReadContext._parent
           
protected  XmlReadContext FromXmlParser._parsingContext
          Information about parser context, context in which the next token is to be parsed (root, array, object).
 

Methods in com.fasterxml.jackson.dataformat.xml.deser that return XmlReadContext
 XmlReadContext XmlReadContext.createChildArrayContext(int lineNr, int colNr)
           
 XmlReadContext XmlReadContext.createChildObjectContext(int lineNr, int colNr)
           
static XmlReadContext XmlReadContext.createRootContext()
           
static XmlReadContext XmlReadContext.createRootContext(int lineNr, int colNr)
           
 XmlReadContext XmlReadContext.getParent()
           
 XmlReadContext FromXmlParser.getParsingContext()
           
 

Constructors in com.fasterxml.jackson.dataformat.xml.deser with parameters of type XmlReadContext
XmlReadContext(XmlReadContext parent, int type, int lineNr, int colNr)
           
 



Copyright © 2012 FasterXML. All Rights Reserved.