Skip to main content

EnsLib.EDI.X12.Util.FormatHTML

abstract class EnsLib.EDI.X12.Util.FormatHTML extends EnsLib.EDI.IOFormatInterface

Method Inventory

Parameters

Methods

classmethod OutputDocument(pDocObj As EnsLib.EDI.Document, Output pStatus As %Library.Status, pIOStream As %IO.I.CharacterStream, pSeparators As %Library.String, ByRef pContext As %Library.String) as %Boolean
Return 1 if we took care of the whole document or got an error. Returning 0 means the caller will continue doing component segments as usual.
classmethod OutputDocumentEnd(pDocObj As EnsLib.EDI.Document, Output pStatus As %Library.Status, pIOStream As %IO.I.CharacterStream, pSeparators As %Library.String, pSequenceNumber As %Library.String)
Inherited description: Output any post-segment trailing document content. Called only if OutputDocument() returned 0 meaning it did not complete output of all segments itself.
classmethod OutputSegment(pSegObj As EnsLib.EDI.Segment, Output pStatus As %Library.Status, pIOStream As %IO.I.CharacterStream, pSeparators As %Library.String, pSegNum As %Library.String, pSegPath As %Library.String, pParentDoc As EnsLib.EDI.Document, ByRef pContext As %Library.String) as %Boolean
Return 1 if we took care of the segment or got an error. Returning 0 means the caller will output the segment as usual.
classmethod linkParents(pDocObj) as %String

Inherited Members

Inherited Methods

FeedbackOpens in a new tab