| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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._parsingContextInformation 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) | |
| 
 | |||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||