Uses of Class
io.xlate.edi.stream.EDIStreamEvent
| Package | Description |
|---|---|
| io.xlate.edi.stream |
-
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)