EnsLib.EDI.X12.Util.FormatValHTML
abstract class EnsLib.EDI.X12.Util.FormatValHTML extends EnsLib.EDI.IOFormatInterface
Method Inventory
- OutputDocument()
- OutputDocumentEnd()
- OutputSegment()
- getDocLink()
- getSegLink()
- linkParents()
- outputChildLinks()
Parameters
parameter ChildLinks = 10;
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 getDocLink(pDocType) as %String
classmethod getSegLink(pDocType, pAnchor="", pPath="", pDocStructure="") as %String
classmethod linkParents(pDocObj) as %String
classmethod outputChildLinks(pIOStream As %IO.I.CharacterStream, pSegObj As EnsLib.EDI.Segment, pDocsRefParent, tTypeName) as %Status