Package | Description |
---|---|
com.ctc.wstx.io |
Low-level classes that are used to abstract most details of stream I/O
access from actual parsing classes.
|
com.ctc.wstx.sr |
This package contains supporting code for handling namespace information;
element stacks that keep track of elements parsed and such.
|
Modifier and Type | Field | Description |
---|---|---|
protected WstxInputLocation |
WstxInputLocation.mContext |
Enclosing (parent) input location; location from which current
location is derived.
|
Modifier and Type | Method | Description |
---|---|---|
static WstxInputLocation |
WstxInputLocation.getEmptyLocation() |
|
protected WstxInputLocation |
BaseInputSource.getLocation() |
This method only gets called by the 'child' input source (for example,
contents of an expanded entity), to get the enclosing context location.
|
WstxInputLocation |
BaseInputSource.getLocation(long total,
int row,
int col) |
|
protected abstract WstxInputLocation |
WstxInputSource.getLocation() |
Method usually called to get a parent location for another input
source.
|
abstract WstxInputLocation |
WstxInputSource.getLocation(long total,
int row,
int col) |
Constructor | Description |
---|---|
WstxInputLocation(WstxInputLocation ctxt,
String pubId,
SystemId sysId,
long charOffset,
int row,
int col) |
|
WstxInputLocation(WstxInputLocation ctxt,
String pubId,
String sysId,
long charOffset,
int row,
int col) |
Modifier and Type | Method | Description |
---|---|---|
protected WstxInputLocation |
StreamScanner.getLastCharLocation() |
Method that returns location of the last character returned by this
reader; that is, location "one less" than the currently pointed to
location.
|
Copyright © 2019 FasterXML. All rights reserved.