| Package | Description | 
|---|---|
| com.fasterxml.jackson.dataformat.xml.deser | 
| Modifier and Type | Field and Description | 
|---|---|
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). 
 | 
| Modifier and Type | Method and Description | 
|---|---|
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()  | 
| Constructor and Description | 
|---|
XmlReadContext(XmlReadContext parent,
              int type,
              int lineNr,
              int colNr)  | 
Copyright © 2016 FasterXML. All rights reserved.