java.lang.Object
io.xlate.edi.stream.EDINamespaces
Defines the constant values of namespaces for each of the XML elements
generated by the XMLStreamReader (created via
EDIInputFactory.createXMLStreamReader(EDIStreamReader) and consumed
by the XMLStreamWriter (created via
EDIOutputFactory.createXMLStreamWriter(EDIStreamWriter).-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringXML namespace used for EDI composite elements - those elements containing sub-elements, i.e.static final StringXML namespace used for EDI simple elements and the components of a composite element,static final StringXML namespace used for all loop types: INTERCHANGE, GROUP, TRANSACTIONS, and internal message loops.static final StringXML namespace used for EDI segments -
Method Summary
Modifier and TypeMethodDescriptionall()Obtain a list of all namespace constants declared by EDINamespaces.
-
Field Details
-
LOOPS
XML namespace used for all loop types: INTERCHANGE, GROUP, TRANSACTIONS, and internal message loops.- See Also:
-
SEGMENTS
XML namespace used for EDI segments- See Also:
-
COMPOSITES
XML namespace used for EDI composite elements - those elements containing sub-elements, i.e. components.- See Also:
-
ELEMENTS
XML namespace used for EDI simple elements and the components of a composite element,- See Also:
-
-
Method Details
-
all
Obtain a list of all namespace constants declared by EDINamespaces.- Returns:
- the list of all namespace constants
-