Uses of Interface
io.xlate.edi.stream.Location
-
Packages that use Location Package Description io.xlate.edi.internal.stream io.xlate.edi.internal.stream.tokenization io.xlate.edi.internal.stream.validation io.xlate.edi.stream -
-
Uses of Location in io.xlate.edi.internal.stream
Classes in io.xlate.edi.internal.stream that implement Location Modifier and Type Class Description classLocationViewclassStaEDIStreamLocationMethods in io.xlate.edi.internal.stream that return Location Modifier and Type Method Description LocationStaEDIStreamReader. getLocation()LocationStaEDIStreamWriter. getLocation()Methods in io.xlate.edi.internal.stream with parameters of type Location Modifier and Type Method Description voidStaEDIStreamLocation. set(Location source)Constructors in io.xlate.edi.internal.stream with parameters of type Location Constructor Description LocationView(Location source)StaEDIStreamLocation(Location source) -
Uses of Location in io.xlate.edi.internal.stream.tokenization
Methods in io.xlate.edi.internal.stream.tokenization that return Location Modifier and Type Method Description LocationProxyEventHandler. getLocation()LocationStreamEvent. getLocation()Methods in io.xlate.edi.internal.stream.tokenization with parameters of type Location Modifier and Type Method Description voidStreamEvent. setLocation(Location location) -
Uses of Location in io.xlate.edi.internal.stream.validation
Methods in io.xlate.edi.internal.stream.validation with parameters of type Location Modifier and Type Method Description booleanValidator. validCompositeOccurrences(Location position) -
Uses of Location in io.xlate.edi.stream
Fields in io.xlate.edi.stream declared as Location Modifier and Type Field Description protected LocationEDIStreamException. locationprotected LocationEDIValidationException. locationMethods in io.xlate.edi.stream that return Location Modifier and Type Method Description LocationEDIStreamException. getLocation()Gets the location of the exceptionLocationEDIStreamReader. getLocation()Return the current location of the processor.LocationEDIStreamWriter. getLocation()Return the current location of the writer.LocationEDIValidationException. getLocation()Constructors in io.xlate.edi.stream with parameters of type Location Constructor Description EDIStreamException(String message, Location location)Construct an exception with the associated message, exception and location.EDIStreamException(String message, Location location, Throwable cause)Construct an exception with the associated message, exception and location.EDIValidationException(EDIStreamEvent event, EDIStreamValidationError error, Location location, CharSequence data)
-