Uses of Class
com.fasterxml.aalto.impl.LocationImpl
-
Packages that use LocationImpl Package Description com.fasterxml.aalto.impl -
-
Uses of LocationImpl in com.fasterxml.aalto.impl
Fields in com.fasterxml.aalto.impl declared as LocationImpl Modifier and Type Field Description private static LocationImpl
LocationImpl. EMPTY
Methods in com.fasterxml.aalto.impl that return LocationImpl Modifier and Type Method Description static LocationImpl
LocationImpl. fromZeroBased(java.lang.String pubId, java.lang.String sysId, long rawOffset, int rawRow, int rawCol)
Helper method that will adjust given internal zero-based values to 1-based values that should be externally visible.static LocationImpl
LocationImpl. getEmptyLocation()
-