A B C D E F G H I L M N O P R S T U V W X
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- accept(EDIStreamReader) - Method in interface io.xlate.edi.stream.EDIStreamFilter
-
Tests whether the current state is part of this stream.
- ALPHANUMERIC - io.xlate.edi.internal.stream.tokenization.CharacterClass
- appendHeader(CharacterSet, char) - Method in interface io.xlate.edi.internal.stream.tokenization.Dialect
- appendHeader(CharacterSet, char) - Method in class io.xlate.edi.internal.stream.tokenization.EDIFACTDialect
- appendHeader(CharacterSet, char) - Method in class io.xlate.edi.internal.stream.tokenization.X12Dialect
B
- BaseComplexImpl - Class in io.xlate.edi.internal.schema.implementation
- BaseComplexImpl(List<EDITypeImplementation>, String, String) - Constructor for class io.xlate.edi.internal.schema.implementation.BaseComplexImpl
- BaseImpl<T extends EDIType> - Class in io.xlate.edi.internal.schema.implementation
- BaseImpl(String, String) - Constructor for class io.xlate.edi.internal.schema.implementation.BaseImpl
- BINARY - io.xlate.edi.schema.EDISimpleType.Base
- binaryData(InputStream) - Method in class io.xlate.edi.internal.stream.StaEDIStreamWriter
- binaryData(InputStream) - Method in interface io.xlate.edi.internal.stream.tokenization.ElementDataHandler
- binaryData(InputStream) - Method in class io.xlate.edi.internal.stream.tokenization.ProxyEventHandler
C
- CharacterClass - Enum in io.xlate.edi.internal.stream.tokenization
- characterOffset - Variable in class io.xlate.edi.internal.stream.LocationView
- CharacterSet - Class in io.xlate.edi.internal.stream.tokenization
- CharacterSet() - Constructor for class io.xlate.edi.internal.stream.tokenization.CharacterSet
- CharArraySequence - Class in io.xlate.edi.internal.stream
- CharArraySequence() - Constructor for class io.xlate.edi.internal.stream.CharArraySequence
- charAt(int) - Method in class io.xlate.edi.internal.stream.CharArraySequence
- clear() - Method in class io.xlate.edi.internal.stream.CharArraySequence
- clearComponentPosition() - Method in class io.xlate.edi.internal.stream.StaEDIStreamLocation
- clearSegmentLocations() - Method in class io.xlate.edi.internal.stream.StaEDIStreamLocation
- close() - Method in class io.xlate.edi.internal.stream.StaEDIStreamReader
- close() - Method in class io.xlate.edi.internal.stream.StaEDIStreamWriter
- close() - Method in class io.xlate.edi.internal.stream.StaEDIXMLStreamReader
- close() - Method in interface io.xlate.edi.stream.EDIStreamReader
-
Frees any resources associated with this Reader.
- close() - Method in interface io.xlate.edi.stream.EDIStreamWriter
-
Close this writer and free any resources associated with the writer.
- code - Variable in enum io.xlate.edi.internal.stream.tokenization.CharacterClass
- columnNumber - Variable in class io.xlate.edi.internal.stream.LocationView
- compareTo(CharSequence) - Method in class io.xlate.edi.internal.stream.CharArraySequence
- COMPONENT_DELIMITER - io.xlate.edi.internal.stream.tokenization.CharacterClass
- COMPONENT_ELEMENT - Static variable in class io.xlate.edi.stream.EDIStreamConstants.Delimiters
- COMPONENT_END - io.xlate.edi.internal.stream.tokenization.State
- componentPosition - Variable in class io.xlate.edi.internal.stream.LocationView
- COMPOSITE - io.xlate.edi.schema.EDIType.Type
- compositeBegin(boolean) - Method in interface io.xlate.edi.internal.stream.tokenization.EventHandler
- compositeBegin(boolean) - Method in class io.xlate.edi.internal.stream.tokenization.ProxyEventHandler
- compositeEnd(boolean) - Method in interface io.xlate.edi.internal.stream.tokenization.EventHandler
- compositeEnd(boolean) - Method in class io.xlate.edi.internal.stream.tokenization.ProxyEventHandler
- CompositeImpl - Class in io.xlate.edi.internal.schema.implementation
- CompositeImpl(int, int, String, int, List<EDITypeImplementation>, String, String) - Constructor for class io.xlate.edi.internal.schema.implementation.CompositeImpl
- CompositeImpl(EDIReference, int, List<EDITypeImplementation>) - Constructor for class io.xlate.edi.internal.schema.implementation.CompositeImpl
- CompositeImplementation - Interface in io.xlate.edi.schema.implementation
- CONDITIONAL - io.xlate.edi.schema.EDISyntaxRule.Type
-
X12: Type C EDIFACT: (D5) If first, then all
- CONDITIONAL_REQUIRED_DATA_ELEMENT_MISSING - io.xlate.edi.stream.EDIStreamValidationError
- containsSegment(String) - Method in interface io.xlate.edi.schema.Schema
- CONTROL - io.xlate.edi.internal.stream.tokenization.CharacterClass
- copy() - Method in class io.xlate.edi.internal.stream.StaEDIStreamLocation
- createEDIStreamReader(InputStream) - Method in class io.xlate.edi.internal.stream.StaEDIInputFactory
- createEDIStreamReader(InputStream) - Method in class io.xlate.edi.stream.EDIInputFactory
-
Creates a new
EDIStreamReaderusing the givenInputStream(with default encoding). - createEDIStreamReader(InputStream, Schema) - Method in class io.xlate.edi.internal.stream.StaEDIInputFactory
- createEDIStreamReader(InputStream, Schema) - Method in class io.xlate.edi.stream.EDIInputFactory
-
Creates a new
EDIStreamReaderusing the givenInputStream(with default encoding) which uses theSchemafor validation of the input's control structures (interchange, group, transaction). - createEDIStreamReader(InputStream, String) - Method in class io.xlate.edi.internal.stream.StaEDIInputFactory
- createEDIStreamReader(InputStream, String) - Method in class io.xlate.edi.stream.EDIInputFactory
-
Creates a new
EDIStreamReaderusing the givenInputStreamand encoding. - createEDIStreamReader(InputStream, String, Schema) - Method in class io.xlate.edi.internal.stream.StaEDIInputFactory
- createEDIStreamReader(InputStream, String, Schema) - Method in class io.xlate.edi.stream.EDIInputFactory
-
Creates a new
EDIStreamReaderusing the givenInputStreamand encoding which uses theSchemafor validation of the input's control structures (interchange, group, transaction). - createEDIStreamWriter(OutputStream) - Method in class io.xlate.edi.internal.stream.StaEDIOutputFactory
- createEDIStreamWriter(OutputStream) - Method in class io.xlate.edi.stream.EDIOutputFactory
-
Create a new EDIStreamWriter that writes to a stream
- createEDIStreamWriter(OutputStream, String) - Method in class io.xlate.edi.internal.stream.StaEDIOutputFactory
- createEDIStreamWriter(OutputStream, String) - Method in class io.xlate.edi.stream.EDIOutputFactory
-
Create a new EDIStreamWriter that writes to a stream
- createFilteredReader(EDIStreamReader, EDIStreamFilter) - Method in class io.xlate.edi.internal.stream.StaEDIInputFactory
- createFilteredReader(EDIStreamReader, EDIStreamFilter) - Method in class io.xlate.edi.stream.EDIInputFactory
-
Creates a new
EDIStreamReaderby wrapping the given reader with theEDIStreamFilterfilter. - createSchema(InputStream) - Method in class io.xlate.edi.internal.schema.StaEDISchemaFactory
- createSchema(InputStream) - Method in interface io.xlate.edi.schema.SchemaFactory
- createSchema(URL) - Method in class io.xlate.edi.internal.schema.StaEDISchemaFactory
- createSchema(URL) - Method in interface io.xlate.edi.schema.SchemaFactory
D
- data - Variable in exception io.xlate.edi.stream.EDIValidationException
- DATA_ELEMENT - Static variable in class io.xlate.edi.stream.EDIStreamConstants.Delimiters
- DATA_ELEMENT_TOO_LONG - io.xlate.edi.stream.EDIStreamValidationError
- DATA_ELEMENT_TOO_SHORT - io.xlate.edi.stream.EDIStreamValidationError
- DATA_RELEASE - io.xlate.edi.internal.stream.tokenization.State
- DATE - io.xlate.edi.schema.EDISimpleType.Base
- DECIMAL - io.xlate.edi.schema.EDISimpleType.Base
- DECIMAL - Static variable in class io.xlate.edi.stream.EDIStreamConstants.Delimiters
- description - Variable in class io.xlate.edi.internal.schema.implementation.BaseImpl
- Dialect - Interface in io.xlate.edi.internal.stream.tokenization
- DialectFactory - Interface in io.xlate.edi.internal.stream.tokenization
- DialectFactory.DialectTag - Enum in io.xlate.edi.internal.stream.tokenization
- Discriminator - Interface in io.xlate.edi.schema.implementation
- DiscriminatorImpl - Class in io.xlate.edi.internal.schema.implementation
- DiscriminatorImpl(int, int, Set<String>) - Constructor for class io.xlate.edi.internal.schema.implementation.DiscriminatorImpl
E
- EDI_VALIDATE_CONTROL_STRUCTURE - Static variable in class io.xlate.edi.stream.EDIInputFactory
- EDIComplexType - Interface in io.xlate.edi.schema
- EDIException - Exception in io.xlate.edi.internal.stream.tokenization
- EDIException(Integer, String) - Constructor for exception io.xlate.edi.internal.stream.tokenization.EDIException
- EDIException(String) - Constructor for exception io.xlate.edi.internal.stream.tokenization.EDIException
- EDIException(Throwable) - Constructor for exception io.xlate.edi.internal.stream.tokenization.EDIException
- EDIFACT - Static variable in class io.xlate.edi.stream.EDIStreamConstants.Standards
- EDIFACT_A - io.xlate.edi.internal.stream.tokenization.DialectFactory.DialectTag
- EDIFACT_B - io.xlate.edi.internal.stream.tokenization.DialectFactory.DialectTag
- EDIFACTDialect - Class in io.xlate.edi.internal.stream.tokenization
- EDIFACTDialect() - Constructor for class io.xlate.edi.internal.stream.tokenization.EDIFACTDialect
- EDIInputFactory - Class in io.xlate.edi.stream
- EDIInputFactory() - Constructor for class io.xlate.edi.stream.EDIInputFactory
- EDIOutputFactory - Class in io.xlate.edi.stream
- EDIOutputFactory() - Constructor for class io.xlate.edi.stream.EDIOutputFactory
- EDIReference - Interface in io.xlate.edi.schema
- EDISchemaException - Exception in io.xlate.edi.schema
- EDISchemaException(String) - Constructor for exception io.xlate.edi.schema.EDISchemaException
-
Construct an exception with the associated message.
- EDISchemaException(String, Throwable) - Constructor for exception io.xlate.edi.schema.EDISchemaException
-
Construct an exception with the assocated message and exception
- EDISchemaException(String, Location) - Constructor for exception io.xlate.edi.schema.EDISchemaException
-
Construct an exception with the assocated message, exception and location.
- EDISchemaException(String, Location, Throwable) - Constructor for exception io.xlate.edi.schema.EDISchemaException
-
Construct an exception with the associated message, exception and location.
- EDISchemaException(Throwable) - Constructor for exception io.xlate.edi.schema.EDISchemaException
-
Construct an exception with the associated exception
- EDISimpleType - Interface in io.xlate.edi.schema
- EDISimpleType.Base - Enum in io.xlate.edi.schema
- EDIStreamConstants - Interface in io.xlate.edi.stream
- EDIStreamConstants.Delimiters - Class in io.xlate.edi.stream
- EDIStreamConstants.Standards - Class in io.xlate.edi.stream
- EDIStreamEvent - Enum in io.xlate.edi.stream
- EDIStreamException - Exception in io.xlate.edi.stream
- EDIStreamException(String) - Constructor for exception io.xlate.edi.stream.EDIStreamException
-
Construct an exception with the associated message.
- EDIStreamException(String, Location) - Constructor for exception io.xlate.edi.stream.EDIStreamException
-
Construct an exception with the associated message, exception and location.
- EDIStreamException(String, Location, Throwable) - Constructor for exception io.xlate.edi.stream.EDIStreamException
-
Construct an exception with the associated message, exception and location.
- EDIStreamException(Throwable) - Constructor for exception io.xlate.edi.stream.EDIStreamException
-
Construct an exception with the associated exception
- EDIStreamFilter - Interface in io.xlate.edi.stream
-
This interface declares a simple filter interface that one can create to filter EDIStreamReaders
- EDIStreamReader - Interface in io.xlate.edi.stream
- EDIStreamValidationError - Enum in io.xlate.edi.stream
- EDIStreamWriter - Interface in io.xlate.edi.stream
- EDISyntaxRule - Interface in io.xlate.edi.schema
- EDISyntaxRule.Type - Enum in io.xlate.edi.schema
- EDIType - Interface in io.xlate.edi.schema
- EDIType.Type - Enum in io.xlate.edi.schema
- EDITypeImplementation - Interface in io.xlate.edi.schema.implementation
- EDIValidationException - Exception in io.xlate.edi.stream
- EDIValidationException(EDIStreamEvent, EDIStreamValidationError, Location, CharSequence) - Constructor for exception io.xlate.edi.stream.EDIValidationException
- ELEMENT - io.xlate.edi.schema.EDIType.Type
- ELEMENT_DATA - io.xlate.edi.internal.stream.tokenization.State
- ELEMENT_DATA - io.xlate.edi.stream.EDIStreamEvent
- ELEMENT_DATA_BINARY - io.xlate.edi.internal.stream.tokenization.State
- ELEMENT_DATA_BINARY - io.xlate.edi.stream.EDIStreamEvent
- ELEMENT_DATA_ERROR - io.xlate.edi.stream.EDIStreamEvent
- ELEMENT_DELIMITER - io.xlate.edi.internal.stream.tokenization.CharacterClass
- ELEMENT_END - io.xlate.edi.internal.stream.tokenization.State
- ELEMENT_END_BINARY - io.xlate.edi.internal.stream.tokenization.State
- ELEMENT_INVALID_DATA - io.xlate.edi.internal.stream.tokenization.State
- ELEMENT_OCCURRENCE_ERROR - io.xlate.edi.stream.EDIStreamEvent
- ELEMENT_REPEAT - io.xlate.edi.internal.stream.tokenization.State
- ELEMENT_REPEATER - io.xlate.edi.internal.stream.tokenization.CharacterClass
- elementData(char[], int, int) - Method in class io.xlate.edi.internal.stream.StaEDIStreamWriter
- elementData(char[], int, int) - Method in interface io.xlate.edi.internal.stream.tokenization.ElementDataHandler
- elementData(char[], int, int) - Method in class io.xlate.edi.internal.stream.tokenization.ProxyEventHandler
- ElementDataHandler - Interface in io.xlate.edi.internal.stream.tokenization
- elementError(EDIStreamEvent, EDIStreamValidationError, CharSequence, int, int, int) - Method in class io.xlate.edi.internal.stream.StaEDIStreamWriter
- elementError(EDIStreamEvent, EDIStreamValidationError, CharSequence, int, int, int) - Method in class io.xlate.edi.internal.stream.tokenization.ProxyEventHandler
- elementError(EDIStreamEvent, EDIStreamValidationError, CharSequence, int, int, int) - Method in interface io.xlate.edi.internal.stream.tokenization.ValidationEventHandler
- ElementImpl - Class in io.xlate.edi.internal.schema.implementation
- ElementImpl(int, int, String, int, Set<String>, String, String) - Constructor for class io.xlate.edi.internal.schema.implementation.ElementImpl
- ElementImpl(EDIReference, int) - Constructor for class io.xlate.edi.internal.schema.implementation.ElementImpl
- ElementImplementation - Interface in io.xlate.edi.schema.implementation
- elementOccurrence - Variable in class io.xlate.edi.internal.stream.LocationView
- elementPosition - Variable in class io.xlate.edi.internal.stream.LocationView
- END_COMPOSITE - io.xlate.edi.stream.EDIStreamEvent
- END_GROUP - io.xlate.edi.stream.EDIStreamEvent
- END_INTERCHANGE - io.xlate.edi.stream.EDIStreamEvent
- END_LOOP - io.xlate.edi.stream.EDIStreamEvent
- END_SEGMENT - io.xlate.edi.stream.EDIStreamEvent
- END_TRANSACTION - io.xlate.edi.stream.EDIStreamEvent
- endComponent() - Method in class io.xlate.edi.internal.stream.StaEDIStreamWriter
- endComponent() - Method in interface io.xlate.edi.stream.EDIStreamWriter
- endElement() - Method in class io.xlate.edi.internal.stream.StaEDIStreamWriter
- endElement() - Method in interface io.xlate.edi.stream.EDIStreamWriter
- endInterchange() - Method in class io.xlate.edi.internal.stream.StaEDIStreamWriter
- endInterchange() - Method in interface io.xlate.edi.stream.EDIStreamWriter
- error - Variable in exception io.xlate.edi.stream.EDIValidationException
- event - Variable in exception io.xlate.edi.stream.EDIValidationException
- EventHandler - Interface in io.xlate.edi.internal.stream.tokenization
- EXCLUSION - io.xlate.edi.schema.EDISyntaxRule.Type
-
X12: Type E EDIFACT: (D4) One or none
- EXCLUSION_CONDITION_VIOLATED - io.xlate.edi.stream.EDIStreamValidationError
F
- flush() - Method in class io.xlate.edi.internal.stream.StaEDIStreamWriter
- flush() - Method in interface io.xlate.edi.stream.EDIStreamWriter
-
Write any cached data to the underlying output mechanism.
- fromValue(String) - Static method in enum io.xlate.edi.internal.stream.tokenization.DialectFactory.DialectTag
G
- getAttributeCount() - Method in class io.xlate.edi.internal.stream.StaEDIXMLStreamReader
- getAttributeLocalName(int) - Method in class io.xlate.edi.internal.stream.StaEDIXMLStreamReader
- getAttributeName(int) - Method in class io.xlate.edi.internal.stream.StaEDIXMLStreamReader
- getAttributeNamespace(int) - Method in class io.xlate.edi.internal.stream.StaEDIXMLStreamReader
- getAttributePrefix(int) - Method in class io.xlate.edi.internal.stream.StaEDIXMLStreamReader
- getAttributeType(int) - Method in class io.xlate.edi.internal.stream.StaEDIXMLStreamReader
- getAttributeValue(int) - Method in class io.xlate.edi.internal.stream.StaEDIXMLStreamReader
- getAttributeValue(String, String) - Method in class io.xlate.edi.internal.stream.StaEDIXMLStreamReader
- getBase() - Method in class io.xlate.edi.internal.schema.implementation.ElementImpl
- getBase() - Method in interface io.xlate.edi.schema.EDISimpleType
- getBinary() - Method in class io.xlate.edi.internal.stream.tokenization.ProxyEventHandler
- getBinaryData() - Method in class io.xlate.edi.internal.stream.StaEDIStreamReader
- getBinaryData() - Method in interface io.xlate.edi.stream.EDIStreamReader
-
Returns a ByteBuffer object containing the binary element data read in the previous data element.
- getCategory() - Method in enum io.xlate.edi.stream.EDIStreamValidationError
- getCharacterEncodingScheme() - Method in class io.xlate.edi.internal.stream.StaEDIXMLStreamReader
- getCharacterOffset() - Method in class io.xlate.edi.internal.stream.LocationView
- getCharacterOffset() - Method in interface io.xlate.edi.stream.Location
-
Return the byte or character offset into the input source this location is pointing to.
- getCharacters() - Method in class io.xlate.edi.internal.stream.tokenization.ProxyEventHandler
- getClass(int) - Method in class io.xlate.edi.internal.stream.tokenization.CharacterSet
- getCode() - Method in class io.xlate.edi.internal.stream.validation.UsageError
- getCode() - Method in interface io.xlate.edi.schema.EDIComplexType
- getColumnNumber() - Method in class io.xlate.edi.internal.stream.LocationView
- getColumnNumber() - Method in interface io.xlate.edi.stream.Location
-
Return the column number where the current event ends, returns -1 if none is available.
- getComponentElementSeparator() - Method in interface io.xlate.edi.internal.stream.tokenization.Dialect
- getComponentElementSeparator() - Method in class io.xlate.edi.internal.stream.tokenization.EDIFACTDialect
- getComponentElementSeparator() - Method in class io.xlate.edi.internal.stream.tokenization.X12Dialect
- getComponentPosition() - Method in class io.xlate.edi.internal.schema.implementation.DiscriminatorImpl
- getComponentPosition() - Method in class io.xlate.edi.internal.stream.LocationView
- getComponentPosition() - Method in interface io.xlate.edi.schema.implementation.Discriminator
- getComponentPosition() - Method in interface io.xlate.edi.stream.Location
-
Return the component data element position within the current composite data element, returns -1 if none is available.
- getCompositeReferenceCode() - Method in class io.xlate.edi.internal.stream.validation.Validator
- getControlSchema(String, String[]) - Static method in class io.xlate.edi.internal.schema.SchemaUtils
- getData() - Method in class io.xlate.edi.internal.stream.tokenization.StreamEvent
- getData() - Method in exception io.xlate.edi.stream.EDIValidationException
- getDataElementSeparator() - Method in interface io.xlate.edi.internal.stream.tokenization.Dialect
- getDataElementSeparator() - Method in class io.xlate.edi.internal.stream.tokenization.EDIFACTDialect
- getDataElementSeparator() - Method in class io.xlate.edi.internal.stream.tokenization.X12Dialect
- getDecimalMark() - Method in interface io.xlate.edi.internal.stream.tokenization.Dialect
- getDecimalMark() - Method in class io.xlate.edi.internal.stream.tokenization.EDIFACTDialect
- getDecimalMark() - Method in class io.xlate.edi.internal.stream.tokenization.X12Dialect
- getDelimiter(CharacterClass) - Method in class io.xlate.edi.internal.stream.tokenization.CharacterSet
- getDelimiters() - Method in class io.xlate.edi.internal.stream.StaEDIStreamReader
- getDelimiters() - Method in interface io.xlate.edi.stream.EDIStreamReader
-
Retrieve a read-only map of delimiters in use for the stream being read.
- getDepth() - Method in class io.xlate.edi.internal.stream.validation.UsageError
- getDescription() - Method in class io.xlate.edi.internal.schema.implementation.BaseImpl
- getDescription() - Method in interface io.xlate.edi.schema.implementation.EDITypeImplementation
- getDialect() - Method in class io.xlate.edi.internal.stream.tokenization.Lexer
- getDialect(char[], int, int) - Static method in interface io.xlate.edi.internal.stream.tokenization.DialectFactory
- getDialect(String) - Static method in interface io.xlate.edi.internal.stream.tokenization.DialectFactory
- getDiscriminator() - Method in class io.xlate.edi.internal.schema.implementation.LoopImpl
- getDiscriminator() - Method in class io.xlate.edi.internal.schema.implementation.SegmentImpl
- getDiscriminator() - Method in interface io.xlate.edi.schema.implementation.PolymorphicImplementation
- getElementErrors() - Method in class io.xlate.edi.internal.stream.validation.Validator
- getElementOccurrence() - Method in class io.xlate.edi.internal.stream.LocationView
- getElementOccurrence() - Method in interface io.xlate.edi.stream.Location
-
Return the current occurrence number of a repeating data element, returns 1 for non-repeating elements and -1 if otherwise not available.
- getElementPosition() - Method in class io.xlate.edi.internal.schema.implementation.DiscriminatorImpl
- getElementPosition() - Method in class io.xlate.edi.internal.stream.LocationView
- getElementPosition() - Method in interface io.xlate.edi.schema.implementation.Discriminator
- getElementPosition() - Method in interface io.xlate.edi.stream.Location
-
Return the element position within the current segment, returns -1 if none is available.
- getElementReferenceCode() - Method in class io.xlate.edi.internal.stream.validation.Validator
- getElementText() - Method in class io.xlate.edi.internal.stream.StaEDIXMLStreamReader
- getEncoding() - Method in class io.xlate.edi.internal.stream.StaEDIXMLStreamReader
- getError() - Method in class io.xlate.edi.internal.stream.validation.UsageError
- getError() - Method in exception io.xlate.edi.stream.EDIValidationException
- getErrorType() - Method in class io.xlate.edi.internal.stream.StaEDIStreamReader
- getErrorType() - Method in class io.xlate.edi.internal.stream.tokenization.ProxyEventHandler
- getErrorType() - Method in interface io.xlate.edi.stream.EDIStreamReader
-
Returns an integer code that indicates the type of error the cursor is pointing to.
- getEvent() - Method in class io.xlate.edi.internal.stream.tokenization.ProxyEventHandler
- getEvent() - Method in exception io.xlate.edi.stream.EDIValidationException
- getEventType() - Method in class io.xlate.edi.internal.stream.StaEDIStreamReader
- getEventType() - Method in class io.xlate.edi.internal.stream.StaEDIXMLStreamReader
- getEventType() - Method in interface io.xlate.edi.stream.EDIStreamReader
-
Returns an integer code that indicates the type of the event the cursor is pointing to.
- getHeaderTag() - Method in interface io.xlate.edi.internal.stream.tokenization.Dialect
- getHeaderTag() - Method in class io.xlate.edi.internal.stream.tokenization.EDIFACTDialect
- getHeaderTag() - Method in class io.xlate.edi.internal.stream.tokenization.X12Dialect
- getId() - Method in class io.xlate.edi.internal.schema.implementation.BaseImpl
- getId() - Method in class io.xlate.edi.internal.schema.implementation.LoopImpl
- getId() - Method in interface io.xlate.edi.schema.EDIType
- getImplementation() - Method in interface io.xlate.edi.schema.Schema
-
Retrieve the
LoopImplementationthat is the entry point of the implementation schema. - getImplementationName() - Method in interface io.xlate.edi.internal.schema.SchemaReader
- getInterchangeName() - Method in interface io.xlate.edi.internal.schema.SchemaReader
- getLineNumber() - Method in class io.xlate.edi.internal.stream.LocationView
- getLineNumber() - Method in interface io.xlate.edi.stream.Location
-
Return the line number where the current event ends, returns -1 if none is available.
- getLocalName() - Method in class io.xlate.edi.internal.stream.StaEDIXMLStreamReader
- getLocation() - Method in class io.xlate.edi.internal.stream.StaEDIStreamReader
- getLocation() - Method in class io.xlate.edi.internal.stream.StaEDIStreamWriter
- getLocation() - Method in class io.xlate.edi.internal.stream.StaEDIXMLStreamReader
- getLocation() - Method in class io.xlate.edi.internal.stream.tokenization.ProxyEventHandler
- getLocation() - Method in class io.xlate.edi.internal.stream.tokenization.StreamEvent
- getLocation() - Method in exception io.xlate.edi.schema.EDISchemaException
-
Gets the location of the exception
- getLocation() - Method in exception io.xlate.edi.stream.EDIStreamException
-
Gets the location of the exception
- getLocation() - Method in interface io.xlate.edi.stream.EDIStreamReader
-
Return the current location of the processor.
- getLocation() - Method in interface io.xlate.edi.stream.EDIStreamWriter
-
Return the current location of the writer.
- getLocation() - Method in exception io.xlate.edi.stream.EDIValidationException
- getMainLoop() - Method in interface io.xlate.edi.schema.Schema
-
Deprecated.use
Schema.getStandard()instead - getMaxLength() - Method in class io.xlate.edi.internal.schema.implementation.ElementImpl
- getMaxLength() - Method in interface io.xlate.edi.schema.EDISimpleType
- getMaxOccurs() - Method in class io.xlate.edi.internal.schema.implementation.BaseImpl
- getMaxOccurs() - Method in interface io.xlate.edi.schema.EDIReference
- getMinLength() - Method in class io.xlate.edi.internal.schema.implementation.ElementImpl
- getMinLength() - Method in interface io.xlate.edi.schema.EDISimpleType
- getMinOccurs() - Method in class io.xlate.edi.internal.schema.implementation.BaseImpl
- getMinOccurs() - Method in interface io.xlate.edi.schema.EDIReference
- getName() - Method in class io.xlate.edi.internal.stream.StaEDIXMLStreamReader
- getNamespaceContext() - Method in class io.xlate.edi.internal.stream.StaEDIXMLStreamReader
- getNamespaceCount() - Method in class io.xlate.edi.internal.stream.StaEDIXMLStreamReader
- getNamespacePrefix(int) - Method in class io.xlate.edi.internal.stream.StaEDIXMLStreamReader
- getNamespaceURI() - Method in class io.xlate.edi.internal.stream.StaEDIXMLStreamReader
- getNamespaceURI(int) - Method in class io.xlate.edi.internal.stream.StaEDIXMLStreamReader
- getNamespaceURI(String) - Method in class io.xlate.edi.internal.stream.StaEDIXMLStreamReader
- getNextException() - Method in exception io.xlate.edi.stream.EDIValidationException
-
Retrieves the exception chained to this
EDIValidationExceptionobject by setNextException(EDIValidationException ex). - getNumber() - Method in class io.xlate.edi.internal.schema.implementation.ElementImpl
- getNumber() - Method in interface io.xlate.edi.schema.EDISimpleType
- getOriginalMessage() - Method in exception io.xlate.edi.schema.EDISchemaException
- getPIData() - Method in class io.xlate.edi.internal.stream.StaEDIXMLStreamReader
- getPITarget() - Method in class io.xlate.edi.internal.stream.StaEDIXMLStreamReader
- getPosition() - Method in class io.xlate.edi.internal.schema.implementation.CompositeImpl
- getPosition() - Method in class io.xlate.edi.internal.schema.implementation.ElementImpl
- getPosition() - Method in interface io.xlate.edi.internal.schema.implementation.Positioned
- getPositions() - Method in interface io.xlate.edi.schema.EDISyntaxRule
- getPrefix() - Method in class io.xlate.edi.internal.stream.StaEDIXMLStreamReader
- getProperty(String) - Method in class io.xlate.edi.internal.schema.StaEDISchemaFactory
- getProperty(String) - Method in class io.xlate.edi.internal.stream.StaEDIStreamReader
- getProperty(String) - Method in class io.xlate.edi.internal.stream.StaEDIStreamWriter
- getProperty(String) - Method in class io.xlate.edi.internal.stream.StaEDIXMLStreamReader
- getProperty(String) - Method in interface io.xlate.edi.schema.SchemaFactory
-
Get the value of a feature/property from the underlying implementation
- getProperty(String) - Method in interface io.xlate.edi.stream.EDIStreamReader
-
Get the value of a feature/property from the underlying implementation
- getProperty(String) - Method in interface io.xlate.edi.stream.EDIStreamWriter
-
Get the value of a feature/property from the underlying implementation
- getProperty(String) - Method in class io.xlate.edi.stream.PropertySupport
-
Get the value of a feature/property from the underlying implementation
- getReferenceCode() - Method in class io.xlate.edi.internal.stream.StaEDIStreamReader
- getReferenceCode() - Method in class io.xlate.edi.internal.stream.tokenization.ProxyEventHandler
- getReferenceCode() - Method in class io.xlate.edi.internal.stream.tokenization.StreamEvent
- getReferenceCode() - Method in interface io.xlate.edi.stream.EDIStreamReader
-
Return the reference code for the current element if a schema has been set and the current processing state is within an interchange.
- getReferenceCodeString() - Method in class io.xlate.edi.internal.stream.tokenization.StreamEvent
- getReferencedType() - Method in class io.xlate.edi.internal.schema.implementation.BaseImpl
- getReferencedType() - Method in interface io.xlate.edi.schema.EDIReference
- getReferences() - Method in interface io.xlate.edi.schema.EDIComplexType
- getReleaseIndicator() - Method in interface io.xlate.edi.internal.stream.tokenization.Dialect
- getReleaseIndicator() - Method in class io.xlate.edi.internal.stream.tokenization.EDIFACTDialect
- getReleaseIndicator() - Method in class io.xlate.edi.internal.stream.tokenization.X12Dialect
- getRepetitionSeparator() - Method in interface io.xlate.edi.internal.stream.tokenization.Dialect
- getRepetitionSeparator() - Method in class io.xlate.edi.internal.stream.tokenization.EDIFACTDialect
- getRepetitionSeparator() - Method in class io.xlate.edi.internal.stream.tokenization.X12Dialect
- getSegmentPosition() - Method in class io.xlate.edi.internal.stream.LocationView
- getSegmentPosition() - Method in interface io.xlate.edi.stream.Location
-
Return the segment position within the current stream, returns -1 if none is available.
- getSegmentTerminator() - Method in interface io.xlate.edi.internal.stream.tokenization.Dialect
- getSegmentTerminator() - Method in class io.xlate.edi.internal.stream.tokenization.EDIFACTDialect
- getSegmentTerminator() - Method in class io.xlate.edi.internal.stream.tokenization.X12Dialect
- getSequence() - Method in class io.xlate.edi.internal.schema.implementation.BaseComplexImpl
- getSequence() - Method in interface io.xlate.edi.schema.implementation.CompositeImplementation
- getSequence() - Method in interface io.xlate.edi.schema.implementation.PolymorphicImplementation
- getStandard() - Method in class io.xlate.edi.internal.schema.implementation.BaseImpl
- getStandard() - Method in class io.xlate.edi.internal.stream.StaEDIStreamReader
- getStandard() - Method in interface io.xlate.edi.internal.stream.tokenization.Dialect
- getStandard() - Method in class io.xlate.edi.internal.stream.tokenization.EDIFACTDialect
- getStandard() - Method in class io.xlate.edi.internal.stream.tokenization.X12Dialect
- getStandard() - Method in interface io.xlate.edi.schema.Schema
-
Retrieve the
EDIComplexTypethat is the entry point of the standard schema. - getStandard() - Method in interface io.xlate.edi.stream.EDIStreamReader
-
Get the EDI standard name.
- getSyntaxRules() - Method in interface io.xlate.edi.schema.EDIComplexType
- getText() - Method in class io.xlate.edi.internal.stream.CharArraySequence
- getText() - Method in class io.xlate.edi.internal.stream.StaEDIStreamReader
- getText() - Method in class io.xlate.edi.internal.stream.StaEDIXMLStreamReader
- getText() - Method in interface io.xlate.edi.stream.EDIStreamReader
-
Returns the current value of the parse event as a string.
- getTextCharacters() - Method in class io.xlate.edi.internal.stream.StaEDIStreamReader
- getTextCharacters() - Method in class io.xlate.edi.internal.stream.StaEDIXMLStreamReader
- getTextCharacters() - Method in interface io.xlate.edi.stream.EDIStreamReader
-
Returns an array which contains the characters from this event.
- getTextCharacters(int, char[], int, int) - Method in class io.xlate.edi.internal.stream.StaEDIStreamReader
- getTextCharacters(int, char[], int, int) - Method in class io.xlate.edi.internal.stream.StaEDIXMLStreamReader
- getTextCharacters(int, char[], int, int) - Method in interface io.xlate.edi.stream.EDIStreamReader
-
Gets the the text associated with a ELEMENT_DATA, ELEMENT_ERROR, START_SEGMENT, or END_SEGMENT event.
- getTextLength() - Method in class io.xlate.edi.internal.stream.StaEDIStreamReader
- getTextLength() - Method in class io.xlate.edi.internal.stream.StaEDIXMLStreamReader
- getTextLength() - Method in interface io.xlate.edi.stream.EDIStreamReader
-
Returns the length of the sequence of characters for this Text event within the text character array.
- getTextStart() - Method in class io.xlate.edi.internal.stream.StaEDIStreamReader
- getTextStart() - Method in class io.xlate.edi.internal.stream.StaEDIXMLStreamReader
- getTextStart() - Method in interface io.xlate.edi.stream.EDIStreamReader
-
Returns the offset into the text character array where the first character (of this text event) is stored.
- getTitle() - Method in class io.xlate.edi.internal.schema.implementation.BaseImpl
- getTitle() - Method in interface io.xlate.edi.schema.implementation.EDITypeImplementation
- getTransactionName() - Method in interface io.xlate.edi.internal.schema.SchemaReader
- getType() - Method in class io.xlate.edi.internal.schema.implementation.TransactionImpl
- getType() - Method in class io.xlate.edi.internal.stream.tokenization.StreamEvent
- getType() - Method in interface io.xlate.edi.schema.EDISimpleType
- getType() - Method in interface io.xlate.edi.schema.EDISyntaxRule
- getType() - Method in interface io.xlate.edi.schema.EDIType
- getType() - Method in interface io.xlate.edi.schema.implementation.CompositeImplementation
- getType() - Method in interface io.xlate.edi.schema.implementation.ElementImplementation
- getType() - Method in interface io.xlate.edi.schema.implementation.LoopImplementation
- getType() - Method in interface io.xlate.edi.schema.implementation.SegmentImplementation
- getType(String) - Method in interface io.xlate.edi.schema.Schema
- getTypeId() - Method in class io.xlate.edi.internal.schema.implementation.BaseImpl
- getValueSet() - Method in class io.xlate.edi.internal.schema.implementation.DiscriminatorImpl
- getValueSet() - Method in class io.xlate.edi.internal.schema.implementation.ElementImpl
- getValueSet() - Method in interface io.xlate.edi.schema.EDISimpleType
- getValueSet() - Method in interface io.xlate.edi.schema.implementation.Discriminator
- getValueSet() - Method in interface io.xlate.edi.schema.implementation.ElementImplementation
- getVersion() - Method in class io.xlate.edi.internal.stream.StaEDIStreamReader
- getVersion() - Method in class io.xlate.edi.internal.stream.StaEDIXMLStreamReader
- getVersion() - Method in interface io.xlate.edi.internal.stream.tokenization.Dialect
- getVersion() - Method in class io.xlate.edi.internal.stream.tokenization.EDIFACTDialect
- getVersion() - Method in class io.xlate.edi.internal.stream.tokenization.X12Dialect
- getVersion() - Method in interface io.xlate.edi.stream.EDIStreamReader
-
Get the interchange version declared on the interchange begin segment.
- GROUP - io.xlate.edi.schema.EDIType.Type
H
- hasEvents() - Method in class io.xlate.edi.internal.stream.tokenization.ProxyEventHandler
- hasName() - Method in class io.xlate.edi.internal.stream.StaEDIXMLStreamReader
- hasNext() - Method in class io.xlate.edi.internal.stream.StaEDIStreamReader
- hasNext() - Method in class io.xlate.edi.internal.stream.StaEDIXMLStreamReader
- hasNext() - Method in interface io.xlate.edi.stream.EDIStreamReader
-
Returns true if there are more parsing events and false if there are no more events.
- hasText() - Method in class io.xlate.edi.internal.stream.StaEDIXMLStreamReader
- HEADER_COMPONENT_END - io.xlate.edi.internal.stream.tokenization.State
- HEADER_DATA - io.xlate.edi.internal.stream.tokenization.State
- HEADER_ELEMENT_END - io.xlate.edi.internal.stream.tokenization.State
- HEADER_INVALID_DATA - io.xlate.edi.internal.stream.tokenization.State
- HEADER_SEGMENT_BEGIN - io.xlate.edi.internal.stream.tokenization.State
- HEADER_SEGMENT_END - io.xlate.edi.internal.stream.tokenization.State
- HEADER_TAG_1 - io.xlate.edi.internal.stream.tokenization.State
- HEADER_TAG_2 - io.xlate.edi.internal.stream.tokenization.State
- HEADER_TAG_3 - io.xlate.edi.internal.stream.tokenization.State
- HEADER_TAG_I - io.xlate.edi.internal.stream.tokenization.State
- HEADER_TAG_N - io.xlate.edi.internal.stream.tokenization.State
- HEADER_TAG_S - io.xlate.edi.internal.stream.tokenization.State
- HEADER_TAG_SEARCH - io.xlate.edi.internal.stream.tokenization.State
- HEADER_TAG_U - io.xlate.edi.internal.stream.tokenization.State
I
- IDENTIFIER - io.xlate.edi.schema.EDISimpleType.Base
- IMPLEMENTATION_INVALID_CODE_VALUE - io.xlate.edi.stream.EDIStreamValidationError
- IMPLEMENTATION_LOOP_OCCURS_UNDER_MINIMUM_TIMES - io.xlate.edi.stream.EDIStreamValidationError
- IMPLEMENTATION_PATTERN_MATCH_FAILURE - io.xlate.edi.stream.EDIStreamValidationError
- IMPLEMENTATION_SEGMENT_BELOW_MINIMUM_USE - io.xlate.edi.stream.EDIStreamValidationError
- IMPLEMENTATION_TOO_FEW_REPETITIONS - io.xlate.edi.stream.EDIStreamValidationError
- IMPLEMENTATION_UNUSED_DATA_ELEMENT_PRESENT - io.xlate.edi.stream.EDIStreamValidationError
- IMPLEMENTATION_UNUSED_SEGMENT_PRESENT - io.xlate.edi.stream.EDIStreamValidationError
- incrementComponentPosition() - Method in class io.xlate.edi.internal.stream.StaEDIStreamLocation
- incrementElementOccurrence() - Method in class io.xlate.edi.internal.stream.StaEDIStreamLocation
- incrementElementPosition() - Method in class io.xlate.edi.internal.stream.StaEDIStreamLocation
- incrementOffset(int) - Method in class io.xlate.edi.internal.stream.StaEDIStreamLocation
- incrementSegmentPosition() - Method in class io.xlate.edi.internal.stream.StaEDIStreamLocation
- INITIAL - io.xlate.edi.internal.stream.tokenization.State
- INTERCHANGE - io.xlate.edi.schema.EDIType.Type
- INTERCHANGE_CANDIDATE - io.xlate.edi.internal.stream.tokenization.State
- INTERCHANGE_END - io.xlate.edi.internal.stream.tokenization.State
- interchangeBegin(Dialect) - Method in interface io.xlate.edi.internal.stream.tokenization.EventHandler
- interchangeBegin(Dialect) - Method in class io.xlate.edi.internal.stream.tokenization.ProxyEventHandler
- interchangeEnd() - Method in interface io.xlate.edi.internal.stream.tokenization.EventHandler
- interchangeEnd() - Method in class io.xlate.edi.internal.stream.tokenization.ProxyEventHandler
- INVALID - io.xlate.edi.internal.stream.tokenization.CharacterClass
- INVALID - io.xlate.edi.internal.stream.tokenization.State
- INVALID_CHARACTER - Static variable in exception io.xlate.edi.internal.stream.tokenization.EDIException
- INVALID_CHARACTER_DATA - io.xlate.edi.stream.EDIStreamValidationError
- INVALID_CODE_VALUE - io.xlate.edi.stream.EDIStreamValidationError
- INVALID_DATE - io.xlate.edi.stream.EDIStreamValidationError
- INVALID_STATE - Static variable in exception io.xlate.edi.internal.stream.tokenization.EDIException
- INVALID_TIME - io.xlate.edi.stream.EDIStreamValidationError
- io.xlate.edi.internal.schema - package io.xlate.edi.internal.schema
- io.xlate.edi.internal.schema.implementation - package io.xlate.edi.internal.schema.implementation
- io.xlate.edi.internal.stream - package io.xlate.edi.internal.stream
- io.xlate.edi.internal.stream.tokenization - package io.xlate.edi.internal.stream.tokenization
- io.xlate.edi.internal.stream.validation - package io.xlate.edi.internal.stream.validation
- io.xlate.edi.schema - package io.xlate.edi.schema
- io.xlate.edi.schema.implementation - package io.xlate.edi.schema.implementation
- io.xlate.edi.stream - package io.xlate.edi.stream
- io.xlate.staedi - module io.xlate.staedi
- isAttributeSpecified(int) - Method in class io.xlate.edi.internal.stream.StaEDIXMLStreamReader
- isBinaryElementLength() - Method in class io.xlate.edi.internal.stream.tokenization.ProxyEventHandler
- isBinaryElementLength() - Method in class io.xlate.edi.internal.stream.validation.Validator
- isCharacters() - Method in class io.xlate.edi.internal.stream.StaEDIXMLStreamReader
- isComposite() - Method in class io.xlate.edi.internal.stream.validation.Validator
- isConfirmed() - Method in interface io.xlate.edi.internal.stream.tokenization.Dialect
- isConfirmed() - Method in class io.xlate.edi.internal.stream.tokenization.EDIFACTDialect
- isConfirmed() - Method in class io.xlate.edi.internal.stream.tokenization.X12Dialect
- isDelimiter(int) - Method in class io.xlate.edi.internal.stream.tokenization.CharacterSet
- isEndElement() - Method in class io.xlate.edi.internal.stream.StaEDIXMLStreamReader
- isPendingDiscrimination() - Method in class io.xlate.edi.internal.stream.validation.Validator
- isPropertySupported(String) - Method in class io.xlate.edi.internal.schema.StaEDISchemaFactory
- isPropertySupported(String) - Method in interface io.xlate.edi.schema.SchemaFactory
-
Query the set of properties that this factory supports.
- isPropertySupported(String) - Method in class io.xlate.edi.stream.PropertySupport
-
Query the set of properties that this factory supports.
- isRejected() - Method in interface io.xlate.edi.internal.stream.tokenization.Dialect
- isRejected() - Method in class io.xlate.edi.internal.stream.tokenization.EDIFACTDialect
- isRejected() - Method in class io.xlate.edi.internal.stream.tokenization.X12Dialect
- isRelease(int) - Method in class io.xlate.edi.internal.stream.tokenization.CharacterSet
- isRepeated() - Method in class io.xlate.edi.internal.stream.StaEDIStreamLocation
- isStandalone() - Method in class io.xlate.edi.internal.stream.StaEDIXMLStreamReader
- isStartElement() - Method in class io.xlate.edi.internal.stream.StaEDIXMLStreamReader
- isTransactionSchemaAllowed() - Method in class io.xlate.edi.internal.stream.tokenization.ProxyEventHandler
- isType(EDIType.Type) - Method in interface io.xlate.edi.schema.EDIType
- isValid(int) - Static method in class io.xlate.edi.internal.stream.tokenization.CharacterSet
- isWhiteSpace() - Method in class io.xlate.edi.internal.stream.StaEDIXMLStreamReader
L
- LATIN_A - io.xlate.edi.internal.stream.tokenization.CharacterClass
- LATIN_B - io.xlate.edi.internal.stream.tokenization.CharacterClass
- LATIN_E - io.xlate.edi.internal.stream.tokenization.CharacterClass
- LATIN_I - io.xlate.edi.internal.stream.tokenization.CharacterClass
- LATIN_N - io.xlate.edi.internal.stream.tokenization.CharacterClass
- LATIN_S - io.xlate.edi.internal.stream.tokenization.CharacterClass
- LATIN_U - io.xlate.edi.internal.stream.tokenization.CharacterClass
- LATIN_Z - io.xlate.edi.internal.stream.tokenization.CharacterClass
- length() - Method in class io.xlate.edi.internal.stream.CharArraySequence
- Lexer - Class in io.xlate.edi.internal.stream.tokenization
- Lexer(InputStream, EventHandler, StaEDIStreamLocation) - Constructor for class io.xlate.edi.internal.stream.tokenization.Lexer
- lineNumber - Variable in class io.xlate.edi.internal.stream.LocationView
- LIST - io.xlate.edi.schema.EDISyntaxRule.Type
-
X12: Type L EDIFACT: (D6) If first, then at least one more
- location - Variable in exception io.xlate.edi.schema.EDISchemaException
- location - Variable in exception io.xlate.edi.stream.EDIStreamException
- location - Variable in exception io.xlate.edi.stream.EDIValidationException
- Location - Interface in io.xlate.edi.stream
-
Provides information on the location of an event.
- LocationView - Class in io.xlate.edi.internal.stream
- LocationView() - Constructor for class io.xlate.edi.internal.stream.LocationView
- LocationView(Location) - Constructor for class io.xlate.edi.internal.stream.LocationView
- LOOP - io.xlate.edi.schema.EDIType.Type
- LOOP_OCCURS_OVER_MAXIMUM_TIMES - io.xlate.edi.stream.EDIStreamValidationError
- loopBegin(CharSequence) - Method in class io.xlate.edi.internal.stream.StaEDIStreamWriter
- loopBegin(CharSequence) - Method in class io.xlate.edi.internal.stream.tokenization.ProxyEventHandler
- loopBegin(CharSequence) - Method in interface io.xlate.edi.internal.stream.tokenization.ValidationEventHandler
- loopEnd(CharSequence) - Method in class io.xlate.edi.internal.stream.StaEDIStreamWriter
- loopEnd(CharSequence) - Method in class io.xlate.edi.internal.stream.tokenization.ProxyEventHandler
- loopEnd(CharSequence) - Method in interface io.xlate.edi.internal.stream.tokenization.ValidationEventHandler
- LoopImpl - Class in io.xlate.edi.internal.schema.implementation
- LoopImpl(int, int, String, String, Discriminator, List<EDITypeImplementation>, String, String) - Constructor for class io.xlate.edi.internal.schema.implementation.LoopImpl
- LoopImplementation - Interface in io.xlate.edi.schema.implementation
M
- MANDATORY_SEGMENT_MISSING - io.xlate.edi.stream.EDIStreamValidationError
- maxOccurs - Variable in class io.xlate.edi.internal.schema.implementation.BaseImpl
- message - Variable in exception io.xlate.edi.schema.EDISchemaException
- minOccurs - Variable in class io.xlate.edi.internal.schema.implementation.BaseImpl
- MISSING_HANDLER - Static variable in exception io.xlate.edi.internal.stream.tokenization.EDIException
N
- newFactory() - Static method in interface io.xlate.edi.schema.SchemaFactory
-
Create a new instance of the factory.
- newFactory() - Static method in class io.xlate.edi.stream.EDIInputFactory
-
Create a new instance of the factory.
- newFactory() - Static method in class io.xlate.edi.stream.EDIOutputFactory
-
Create a new instance of the factory.
- next() - Method in class io.xlate.edi.internal.stream.StaEDIStreamReader
- next() - Method in class io.xlate.edi.internal.stream.StaEDIXMLStreamReader
- next() - Method in interface io.xlate.edi.stream.EDIStreamReader
-
Get next parsing event
- nextEvent() - Method in class io.xlate.edi.internal.stream.tokenization.ProxyEventHandler
- nextTag() - Method in class io.xlate.edi.internal.stream.StaEDIStreamReader
- nextTag() - Method in class io.xlate.edi.internal.stream.StaEDIXMLStreamReader
- nextTag() - Method in interface io.xlate.edi.stream.EDIStreamReader
-
Skips any ELEMENT_DATA, START_COMPOSITE, and END_COMPOSITE until a START_SEGMENT is reached.
- NONE - io.xlate.edi.stream.EDIStreamValidationError
- NUMERIC - io.xlate.edi.schema.EDISimpleType.Base
O
- OTHER - io.xlate.edi.internal.stream.tokenization.CharacterClass
P
- PAIRED - io.xlate.edi.schema.EDISyntaxRule.Type
-
X12: Type P EDIFACT: (D2) All or none
- parse() - Method in class io.xlate.edi.internal.stream.tokenization.Lexer
- PolymorphicImplementation - Interface in io.xlate.edi.schema.implementation
- Positioned - Interface in io.xlate.edi.internal.schema.implementation
- PRETTY_PRINT - Static variable in class io.xlate.edi.stream.EDIOutputFactory
- properties - Variable in class io.xlate.edi.stream.PropertySupport
- PropertySupport - Class in io.xlate.edi.stream
- PropertySupport() - Constructor for class io.xlate.edi.stream.PropertySupport
- ProxyEventHandler - Class in io.xlate.edi.internal.stream.tokenization
- ProxyEventHandler(StaEDIStreamLocation, Schema) - Constructor for class io.xlate.edi.internal.stream.tokenization.ProxyEventHandler
- putToBuffer(CharBuffer) - Method in class io.xlate.edi.internal.stream.CharArraySequence
R
- readTypes() - Method in interface io.xlate.edi.internal.schema.SchemaReader
- RELEASE - Static variable in class io.xlate.edi.stream.EDIStreamConstants.Delimiters
- RELEASE_CHARACTER - io.xlate.edi.internal.stream.tokenization.CharacterClass
- REPETITION - Static variable in class io.xlate.edi.stream.EDIStreamConstants.Delimiters
- require(int, String, String) - Method in class io.xlate.edi.internal.stream.StaEDIXMLStreamReader
- REQUIRED - io.xlate.edi.schema.EDISyntaxRule.Type
-
X12: Type R EDIFACT: (D3) One or more
- REQUIRED_DATA_ELEMENT_MISSING - io.xlate.edi.stream.EDIStreamValidationError
- reset() - Method in class io.xlate.edi.internal.stream.tokenization.CharacterSet
- resetEvents() - Method in class io.xlate.edi.internal.stream.tokenization.ProxyEventHandler
S
- Schema - Interface in io.xlate.edi.schema
- SchemaFactory - Interface in io.xlate.edi.schema
- SchemaReader - Interface in io.xlate.edi.internal.schema
- SchemaUtils - Class in io.xlate.edi.internal.schema
- SEGMENT - io.xlate.edi.schema.EDIType.Type
- SEGMENT - Static variable in class io.xlate.edi.stream.EDIStreamConstants.Delimiters
- SEGMENT_BEGIN - io.xlate.edi.internal.stream.tokenization.State
- SEGMENT_DELIMITER - io.xlate.edi.internal.stream.tokenization.CharacterClass
- SEGMENT_END - io.xlate.edi.internal.stream.tokenization.State
- SEGMENT_ERROR - io.xlate.edi.stream.EDIStreamEvent
- SEGMENT_EXCEEDS_MAXIMUM_USE - io.xlate.edi.stream.EDIStreamValidationError
- SEGMENT_HAS_DATA_ELEMENT_ERRORS - io.xlate.edi.stream.EDIStreamValidationError
- SEGMENT_NOT_IN_DEFINED_TRANSACTION_SET - io.xlate.edi.stream.EDIStreamValidationError
- SEGMENT_NOT_IN_PROPER_SEQUENCE - io.xlate.edi.stream.EDIStreamValidationError
- segmentBegin(char[], int, int) - Method in interface io.xlate.edi.internal.stream.tokenization.EventHandler
- segmentBegin(char[], int, int) - Method in class io.xlate.edi.internal.stream.tokenization.ProxyEventHandler
- segmentEnd() - Method in interface io.xlate.edi.internal.stream.tokenization.EventHandler
- segmentEnd() - Method in class io.xlate.edi.internal.stream.tokenization.ProxyEventHandler
- segmentError(CharSequence, EDIStreamValidationError) - Method in class io.xlate.edi.internal.stream.StaEDIStreamWriter
- segmentError(CharSequence, EDIStreamValidationError) - Method in class io.xlate.edi.internal.stream.tokenization.ProxyEventHandler
- segmentError(CharSequence, EDIStreamValidationError) - Method in interface io.xlate.edi.internal.stream.tokenization.ValidationEventHandler
- SegmentImpl - Class in io.xlate.edi.internal.schema.implementation
- SegmentImpl(int, int, String, Discriminator, List<EDITypeImplementation>, String, String) - Constructor for class io.xlate.edi.internal.schema.implementation.SegmentImpl
- SegmentImplementation - Interface in io.xlate.edi.schema.implementation
- segmentPosition - Variable in class io.xlate.edi.internal.stream.LocationView
- selectImplementation(StreamEvent[], int, int, ValidationEventHandler) - Method in class io.xlate.edi.internal.stream.validation.Validator
- set(char[], int, int) - Method in class io.xlate.edi.internal.stream.CharArraySequence
- set(Location) - Method in class io.xlate.edi.internal.stream.StaEDIStreamLocation
- setBinary(InputStream) - Method in class io.xlate.edi.internal.stream.tokenization.ProxyEventHandler
- setBinaryDataLength(long) - Method in class io.xlate.edi.internal.stream.StaEDIStreamReader
- setBinaryDataLength(long) - Method in interface io.xlate.edi.stream.EDIStreamReader
-
Sets the number of bytes that should be read as binary data and not interpreted as EDI data.
- setBinaryLength(long) - Method in class io.xlate.edi.internal.stream.tokenization.Lexer
- setClass(int, CharacterClass) - Method in class io.xlate.edi.internal.stream.tokenization.CharacterSet
- setComponentPosition(int) - Method in class io.xlate.edi.internal.stream.StaEDIStreamLocation
- setControlSchema(Schema) - Method in class io.xlate.edi.internal.stream.StaEDIStreamReader
- setControlSchema(Schema) - Method in class io.xlate.edi.internal.stream.StaEDIStreamWriter
- setControlSchema(Schema) - Method in class io.xlate.edi.internal.stream.tokenization.ProxyEventHandler
- setControlSchema(Schema) - Method in interface io.xlate.edi.stream.EDIStreamReader
-
Sets the schema to be used for validation of the control structure for this stream reader.
- setControlSchema(Schema) - Method in interface io.xlate.edi.stream.EDIStreamWriter
-
Sets the schema to be used for validation of the control structure for this stream writer.
- setData(CharSequence) - Method in class io.xlate.edi.internal.stream.tokenization.StreamEvent
- setElementOccurrence(int) - Method in class io.xlate.edi.internal.stream.StaEDIStreamLocation
- setElementPosition(int) - Method in class io.xlate.edi.internal.stream.StaEDIStreamLocation
- setHeaderTag(String) - Method in interface io.xlate.edi.internal.stream.tokenization.Dialect
- setHeaderTag(String) - Method in class io.xlate.edi.internal.stream.tokenization.EDIFACTDialect
- setHeaderTag(String) - Method in class io.xlate.edi.internal.stream.tokenization.X12Dialect
- setLocation(Location) - Method in class io.xlate.edi.internal.stream.tokenization.StreamEvent
- setNextException(EDIValidationException) - Method in exception io.xlate.edi.stream.EDIValidationException
-
Adds an
EDIValidationExceptionobject to the end of the chain. - setProperty(String, Object) - Method in class io.xlate.edi.internal.schema.StaEDISchemaFactory
- setProperty(String, Object) - Method in interface io.xlate.edi.schema.SchemaFactory
-
Allows the user to set specific feature/property on the underlying implementation.
- setProperty(String, Object) - Method in class io.xlate.edi.stream.PropertySupport
-
Allows the user to set specific feature/property on the underlying implementation.
- setReferenceCode(CharSequence) - Method in class io.xlate.edi.internal.stream.tokenization.StreamEvent
- setRepeated(boolean) - Method in class io.xlate.edi.internal.stream.StaEDIStreamLocation
- setStandardReference(EDIReference) - Method in class io.xlate.edi.internal.schema.implementation.BaseImpl
- setTransactionSchema(Schema) - Method in class io.xlate.edi.internal.stream.StaEDIStreamReader
- setTransactionSchema(Schema) - Method in class io.xlate.edi.internal.stream.StaEDIStreamWriter
- setTransactionSchema(Schema) - Method in class io.xlate.edi.internal.stream.tokenization.ProxyEventHandler
- setTransactionSchema(Schema) - Method in interface io.xlate.edi.stream.EDIStreamReader
-
Sets the schema to be used for validation of the business transaction for this stream reader.
- setTransactionSchema(Schema) - Method in interface io.xlate.edi.stream.EDIStreamWriter
-
Sets the schema to be used for validation of the business transaction for this stream writer.
- SINGLE - io.xlate.edi.schema.EDISyntaxRule.Type
-
X12: N/A EDIFACT: (D1) One and only one
- SPACE - io.xlate.edi.internal.stream.tokenization.CharacterClass
- StaEDIInputFactory - Class in io.xlate.edi.internal.stream
- StaEDIInputFactory() - Constructor for class io.xlate.edi.internal.stream.StaEDIInputFactory
- StaEDIOutputFactory - Class in io.xlate.edi.internal.stream
- StaEDIOutputFactory() - Constructor for class io.xlate.edi.internal.stream.StaEDIOutputFactory
- StaEDISchemaFactory - Class in io.xlate.edi.internal.schema
- StaEDISchemaFactory() - Constructor for class io.xlate.edi.internal.schema.StaEDISchemaFactory
- StaEDIStreamLocation - Class in io.xlate.edi.internal.stream
- StaEDIStreamLocation() - Constructor for class io.xlate.edi.internal.stream.StaEDIStreamLocation
- StaEDIStreamLocation(Location) - Constructor for class io.xlate.edi.internal.stream.StaEDIStreamLocation
- StaEDIStreamReader - Class in io.xlate.edi.internal.stream
- StaEDIStreamReader(InputStream, String, Schema, Map<String, Object>) - Constructor for class io.xlate.edi.internal.stream.StaEDIStreamReader
- StaEDIStreamWriter - Class in io.xlate.edi.internal.stream
- StaEDIStreamWriter(OutputStream, String, Map<String, Object>) - Constructor for class io.xlate.edi.internal.stream.StaEDIStreamWriter
- StaEDIXMLStreamReader - Class in io.xlate.edi.internal.stream
- StaEDIXMLStreamReader(EDIStreamReader) - Constructor for class io.xlate.edi.internal.stream.StaEDIXMLStreamReader
- standaloneSet() - Method in class io.xlate.edi.internal.stream.StaEDIXMLStreamReader
- standard - Variable in class io.xlate.edi.internal.schema.implementation.BaseImpl
- START_COMPOSITE - io.xlate.edi.stream.EDIStreamEvent
- START_GROUP - io.xlate.edi.stream.EDIStreamEvent
- START_INTERCHANGE - io.xlate.edi.stream.EDIStreamEvent
- START_LOOP - io.xlate.edi.stream.EDIStreamEvent
- START_SEGMENT - io.xlate.edi.stream.EDIStreamEvent
- START_TRANSACTION - io.xlate.edi.stream.EDIStreamEvent
- startComponent() - Method in class io.xlate.edi.internal.stream.StaEDIStreamWriter
- startComponent() - Method in interface io.xlate.edi.stream.EDIStreamWriter
- startInterchange() - Method in class io.xlate.edi.internal.stream.StaEDIStreamWriter
- startInterchange() - Method in interface io.xlate.edi.stream.EDIStreamWriter
- State - Enum in io.xlate.edi.internal.stream.tokenization
- StreamEvent - Class in io.xlate.edi.internal.stream.tokenization
- StreamEvent() - Constructor for class io.xlate.edi.internal.stream.tokenization.StreamEvent
- STRING - io.xlate.edi.schema.EDISimpleType.Base
- subSequence(int, int) - Method in class io.xlate.edi.internal.stream.CharArraySequence
- supportedProperties - Variable in class io.xlate.edi.stream.PropertySupport
T
- TAG_1 - io.xlate.edi.internal.stream.tokenization.State
- TAG_2 - io.xlate.edi.internal.stream.tokenization.State
- TAG_3 - io.xlate.edi.internal.stream.tokenization.State
- TAG_SEARCH - io.xlate.edi.internal.stream.tokenization.State
- TIME - io.xlate.edi.schema.EDISimpleType.Base
- title - Variable in class io.xlate.edi.internal.schema.implementation.BaseImpl
- TOO_MANY_COMPONENTS - io.xlate.edi.stream.EDIStreamValidationError
- TOO_MANY_DATA_ELEMENTS - io.xlate.edi.stream.EDIStreamValidationError
- TOO_MANY_REPETITIONS - io.xlate.edi.stream.EDIStreamValidationError
- toString() - Method in class io.xlate.edi.internal.schema.implementation.CompositeImpl
- toString() - Method in class io.xlate.edi.internal.schema.implementation.ElementImpl
- toString() - Method in class io.xlate.edi.internal.schema.implementation.LoopImpl
- toString() - Method in class io.xlate.edi.internal.schema.implementation.SegmentImpl
- toString() - Method in class io.xlate.edi.internal.stream.CharArraySequence
- toString() - Method in class io.xlate.edi.internal.stream.tokenization.StreamEvent
- TRAILER_BEGIN - io.xlate.edi.internal.stream.tokenization.State
- TRAILER_ELEMENT_DATA - io.xlate.edi.internal.stream.tokenization.State
- TRAILER_ELEMENT_END - io.xlate.edi.internal.stream.tokenization.State
- TRAILER_TAG_A - io.xlate.edi.internal.stream.tokenization.State
- TRAILER_TAG_E - io.xlate.edi.internal.stream.tokenization.State
- TRAILER_TAG_I - io.xlate.edi.internal.stream.tokenization.State
- TRAILER_TAG_N - io.xlate.edi.internal.stream.tokenization.State
- TRAILER_TAG_U - io.xlate.edi.internal.stream.tokenization.State
- TRAILER_TAG_Z - io.xlate.edi.internal.stream.tokenization.State
- TRANSACTION - io.xlate.edi.schema.EDIType.Type
- TransactionImpl - Class in io.xlate.edi.internal.schema.implementation
- TransactionImpl(String, String, List<EDITypeImplementation>) - Constructor for class io.xlate.edi.internal.schema.implementation.TransactionImpl
- transition(CharacterClass) - Method in enum io.xlate.edi.internal.stream.tokenization.State
- typeId - Variable in class io.xlate.edi.internal.schema.implementation.BaseImpl
U
- UNEXPECTED_SEGMENT - io.xlate.edi.stream.EDIStreamValidationError
- UNRECOGNIZED_SEGMENT_ID - io.xlate.edi.stream.EDIStreamValidationError
- UNSUPPORTED_DIALECT - Static variable in exception io.xlate.edi.internal.stream.tokenization.EDIException
- UsageError - Class in io.xlate.edi.internal.stream.validation
V
- validateElement(Dialect, StaEDIStreamLocation, CharSequence) - Method in class io.xlate.edi.internal.stream.validation.Validator
- validateSegment(ValidationEventHandler, CharSequence) - Method in class io.xlate.edi.internal.stream.validation.Validator
- validateSyntax(ElementDataHandler, ValidationEventHandler, StaEDIStreamLocation, boolean) - Method in class io.xlate.edi.internal.stream.validation.Validator
- ValidationEventHandler - Interface in io.xlate.edi.internal.stream.tokenization
- Validator - Class in io.xlate.edi.internal.stream.validation
- Validator(Schema, Schema) - Constructor for class io.xlate.edi.internal.stream.validation.Validator
- validCompositeOccurrences(Location) - Method in class io.xlate.edi.internal.stream.validation.Validator
- valueOf(String) - Static method in enum io.xlate.edi.internal.stream.tokenization.CharacterClass
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.xlate.edi.internal.stream.tokenization.DialectFactory.DialectTag
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.xlate.edi.internal.stream.tokenization.State
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.xlate.edi.schema.EDISimpleType.Base
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.xlate.edi.schema.EDISyntaxRule.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.xlate.edi.schema.EDIType.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.xlate.edi.stream.EDIStreamEvent
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.xlate.edi.stream.EDIStreamValidationError
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum io.xlate.edi.internal.stream.tokenization.CharacterClass
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.xlate.edi.internal.stream.tokenization.DialectFactory.DialectTag
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.xlate.edi.internal.stream.tokenization.State
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.xlate.edi.schema.EDISimpleType.Base
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.xlate.edi.schema.EDISyntaxRule.Type
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.xlate.edi.schema.EDIType.Type
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.xlate.edi.stream.EDIStreamEvent
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.xlate.edi.stream.EDIStreamValidationError
-
Returns an array containing the constants of this enum type, in the order they are declared.
W
- WHITESPACE - io.xlate.edi.internal.stream.tokenization.CharacterClass
- writeBinaryData(byte[], int, int) - Method in class io.xlate.edi.internal.stream.StaEDIStreamWriter
- writeBinaryData(byte[], int, int) - Method in interface io.xlate.edi.stream.EDIStreamWriter
- writeBinaryData(InputStream) - Method in class io.xlate.edi.internal.stream.StaEDIStreamWriter
- writeBinaryData(InputStream) - Method in interface io.xlate.edi.stream.EDIStreamWriter
- writeBinaryData(ByteBuffer) - Method in class io.xlate.edi.internal.stream.StaEDIStreamWriter
- writeBinaryData(ByteBuffer) - Method in interface io.xlate.edi.stream.EDIStreamWriter
- writeComponent(char[], int, int) - Method in class io.xlate.edi.internal.stream.StaEDIStreamWriter
- writeComponent(char[], int, int) - Method in interface io.xlate.edi.stream.EDIStreamWriter
- writeComponent(CharSequence) - Method in class io.xlate.edi.internal.stream.StaEDIStreamWriter
- writeComponent(CharSequence) - Method in interface io.xlate.edi.stream.EDIStreamWriter
- writeElement(char[], int, int) - Method in class io.xlate.edi.internal.stream.StaEDIStreamWriter
- writeElement(char[], int, int) - Method in interface io.xlate.edi.stream.EDIStreamWriter
- writeElement(CharSequence) - Method in class io.xlate.edi.internal.stream.StaEDIStreamWriter
- writeElement(CharSequence) - Method in interface io.xlate.edi.stream.EDIStreamWriter
- writeElementData(char[], int, int) - Method in class io.xlate.edi.internal.stream.StaEDIStreamWriter
- writeElementData(char[], int, int) - Method in interface io.xlate.edi.stream.EDIStreamWriter
- writeElementData(CharSequence) - Method in class io.xlate.edi.internal.stream.StaEDIStreamWriter
- writeElementData(CharSequence) - Method in interface io.xlate.edi.stream.EDIStreamWriter
- writeEmptyComponent() - Method in class io.xlate.edi.internal.stream.StaEDIStreamWriter
- writeEmptyComponent() - Method in interface io.xlate.edi.stream.EDIStreamWriter
- writeEmptyElement() - Method in class io.xlate.edi.internal.stream.StaEDIStreamWriter
- writeEmptyElement() - Method in interface io.xlate.edi.stream.EDIStreamWriter
- writeEndSegment() - Method in class io.xlate.edi.internal.stream.StaEDIStreamWriter
- writeEndSegment() - Method in interface io.xlate.edi.stream.EDIStreamWriter
- writeRepeatElement() - Method in class io.xlate.edi.internal.stream.StaEDIStreamWriter
- writeRepeatElement() - Method in interface io.xlate.edi.stream.EDIStreamWriter
- writeStartElement() - Method in class io.xlate.edi.internal.stream.StaEDIStreamWriter
- writeStartElement() - Method in interface io.xlate.edi.stream.EDIStreamWriter
- writeStartElementBinary() - Method in class io.xlate.edi.internal.stream.StaEDIStreamWriter
- writeStartElementBinary() - Method in interface io.xlate.edi.stream.EDIStreamWriter
- writeStartSegment(String) - Method in class io.xlate.edi.internal.stream.StaEDIStreamWriter
- writeStartSegment(String) - Method in interface io.xlate.edi.stream.EDIStreamWriter
X
- X12 - io.xlate.edi.internal.stream.tokenization.DialectFactory.DialectTag
- X12 - Static variable in class io.xlate.edi.stream.EDIStreamConstants.Standards
- X12Dialect - Class in io.xlate.edi.internal.stream.tokenization
All Classes All Packages