Uses of Class
com.ctc.wstx.io.WstxInputLocation

Packages that use WstxInputLocation
com.ctc.wstx.io   
com.ctc.wstx.sr   
 

Uses of WstxInputLocation in com.ctc.wstx.io
 

Fields in com.ctc.wstx.io declared as WstxInputLocation
protected  WstxInputLocation WstxInputLocation.mContext
          Enclosing (parent) input location; location from which current location is derived.
 

Methods in com.ctc.wstx.io that return WstxInputLocation
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.
protected abstract  WstxInputLocation WstxInputSource.getLocation()
          Method usually called to get a parent location for another input source.
 WstxInputLocation BaseInputSource.getLocation(long total, int row, int col)
           
abstract  WstxInputLocation WstxInputSource.getLocation(long total, int row, int col)
           
 

Constructors in com.ctc.wstx.io with parameters of type WstxInputLocation
WstxInputLocation(WstxInputLocation ctxt, String pubId, String sysId, int charOffset, int row, int col)
           
 

Uses of WstxInputLocation in com.ctc.wstx.sr
 

Methods in com.ctc.wstx.sr that return WstxInputLocation
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 © 2005-2015 Oracle Corporation. All Rights Reserved.