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