Uses of Class
com.ctc.wstx.io.WstxInputLocation
Packages that use WstxInputLocation
Package
Description
Low-level classes that are used to abstract most details of stream I/O
access from actual parsing classes.
This package contains supporting code for handling namespace information;
element stacks that keep track of elements parsed and such.
-
Uses of WstxInputLocation in com.ctc.wstx.io
Fields in com.ctc.wstx.io declared as WstxInputLocationModifier and TypeFieldDescriptionprotected final WstxInputLocationWstxInputLocation.mContextEnclosing (parent) input location; location from which current location is derived.(package private) WstxInputLocationBaseInputSource.mParentLocationprivate static final WstxInputLocationWstxInputLocation.sEmptyLocationMethods in com.ctc.wstx.io that return WstxInputLocationModifier and TypeMethodDescriptionstatic WstxInputLocationWstxInputLocation.getEmptyLocation()protected final WstxInputLocationBaseInputSource.getLocation()This method only gets called by the 'child' input source (for example, contents of an expanded entity), to get the enclosing context location.final WstxInputLocationBaseInputSource.getLocation(long total, int row, int col) protected abstract WstxInputLocationWstxInputSource.getLocation()Method usually called to get a parent location for another input source.abstract WstxInputLocationWstxInputSource.getLocation(long total, int row, int col) Constructors in com.ctc.wstx.io with parameters of type WstxInputLocationModifierConstructorDescriptionWstxInputLocation(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) -
Uses of WstxInputLocation in com.ctc.wstx.sr
Methods in com.ctc.wstx.sr that return WstxInputLocationModifier and TypeMethodDescriptionprotected WstxInputLocationStreamScanner.getLastCharLocation()Method that returns location of the last character returned by this reader; that is, location "one less" than the currently pointed to location.