Uses of Interface
io.xlate.edi.internal.stream.tokenization.Dialect
-
Packages that use Dialect Package Description io.xlate.edi.internal.stream.tokenization io.xlate.edi.internal.stream.validation -
-
Uses of Dialect in io.xlate.edi.internal.stream.tokenization
Classes in io.xlate.edi.internal.stream.tokenization that implement Dialect Modifier and Type Class Description classEDIFACTDialectclassX12DialectMethods in io.xlate.edi.internal.stream.tokenization that return Dialect Modifier and Type Method Description static DialectDialectFactory. getDialect(char[] buffer, int start, int length)static DialectDialectFactory. getDialect(String tag)DialectLexer. getDialect()Methods in io.xlate.edi.internal.stream.tokenization with parameters of type Dialect Modifier and Type Method Description voidEventHandler. interchangeBegin(Dialect dialect)voidProxyEventHandler. interchangeBegin(Dialect dialect) -
Uses of Dialect in io.xlate.edi.internal.stream.validation
Methods in io.xlate.edi.internal.stream.validation with parameters of type Dialect Modifier and Type Method Description booleanValidator. validateElement(Dialect dialect, StaEDIStreamLocation position, CharSequence value)
-