Uses of Class
io.xlate.edi.internal.stream.StaEDIStreamLocation
-
Packages that use StaEDIStreamLocation Package Description io.xlate.edi.internal.stream io.xlate.edi.internal.stream.tokenization io.xlate.edi.internal.stream.validation -
-
Uses of StaEDIStreamLocation in io.xlate.edi.internal.stream
Methods in io.xlate.edi.internal.stream that return StaEDIStreamLocation Modifier and Type Method Description StaEDIStreamLocationStaEDIStreamLocation. copy() -
Uses of StaEDIStreamLocation in io.xlate.edi.internal.stream.tokenization
Constructors in io.xlate.edi.internal.stream.tokenization with parameters of type StaEDIStreamLocation Constructor Description Lexer(InputStream stream, EventHandler handler, StaEDIStreamLocation location)ProxyEventHandler(StaEDIStreamLocation location, Schema controlSchema) -
Uses of StaEDIStreamLocation in io.xlate.edi.internal.stream.validation
Methods in io.xlate.edi.internal.stream.validation with parameters of type StaEDIStreamLocation Modifier and Type Method Description booleanValidator. validateElement(Dialect dialect, StaEDIStreamLocation position, CharSequence value)voidValidator. validateSyntax(ElementDataHandler handler, ValidationEventHandler validationHandler, StaEDIStreamLocation location, boolean isComposite)
-