Uses of Class
io.xlate.edi.stream.EDIStreamEvent
-
Packages that use EDIStreamEvent Package Description io.xlate.edi.internal.stream io.xlate.edi.internal.stream.tokenization io.xlate.edi.stream -
-
Uses of EDIStreamEvent in io.xlate.edi.internal.stream
Methods in io.xlate.edi.internal.stream that return EDIStreamEvent Modifier and Type Method Description EDIStreamEventStaEDIStreamReader. getEventType()EDIStreamEventStaEDIStreamReader. next()EDIStreamEventStaEDIStreamReader. nextTag()Methods in io.xlate.edi.internal.stream with parameters of type EDIStreamEvent Modifier and Type Method Description voidStaEDIStreamWriter. elementError(EDIStreamEvent event, EDIStreamValidationError error, CharSequence referenceCode, int element, int component, int repetition) -
Uses of EDIStreamEvent in io.xlate.edi.internal.stream.tokenization
Methods in io.xlate.edi.internal.stream.tokenization that return EDIStreamEvent Modifier and Type Method Description EDIStreamEventProxyEventHandler. getEvent()EDIStreamEventStreamEvent. getType()Methods in io.xlate.edi.internal.stream.tokenization with parameters of type EDIStreamEvent Modifier and Type Method Description voidProxyEventHandler. elementError(EDIStreamEvent event, EDIStreamValidationError error, CharSequence referenceCode, int element, int component, int repetition)voidValidationEventHandler. elementError(EDIStreamEvent event, EDIStreamValidationError error, CharSequence referenceCode, int element, int component, int repetition) -
Uses of EDIStreamEvent in io.xlate.edi.stream
Fields in io.xlate.edi.stream declared as EDIStreamEvent Modifier and Type Field Description protected EDIStreamEventEDIValidationException. eventMethods in io.xlate.edi.stream that return EDIStreamEvent Modifier and Type Method Description EDIStreamEventEDIStreamValidationError. getCategory()EDIStreamEventEDIValidationException. getEvent()EDIStreamEventEDIStreamReader. getEventType()Returns an integer code that indicates the type of the event the cursor is pointing to.EDIStreamEventEDIStreamReader. next()Get next parsing eventEDIStreamEventEDIStreamReader. nextTag()Skips any ELEMENT_DATA, START_COMPOSITE, and END_COMPOSITE until a START_SEGMENT is reached.static EDIStreamEventEDIStreamEvent. valueOf(String name)Returns the enum constant of this type with the specified name.static EDIStreamEvent[]EDIStreamEvent. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.xlate.edi.stream with parameters of type EDIStreamEvent Constructor Description EDIValidationException(EDIStreamEvent event, EDIStreamValidationError error, Location location, CharSequence data)
-