Skip to main content

HS.SDA3.DataType

serial class HS.SDA3.DataType extends %Library.SerialObject, %XML.Adaptor, HS.SDA3.QuickXML

Base for serial (embedded) SDA objects

Parameters

parameter XMLIGNOREINVALIDTAG = 1;
Inherited description: The XMLIGNOREINVALIDTAG parameter allows the programmer to control handling of unexpected elements in the XML input. The XMLIGNOREINVALIDTAG parameter will only take affect if XMLSEQUENCE = 0 (the default). By default (XMLIGNOREINVALIDTAG = 0), will treat an unexpected element as an error. If XMLIGNOREINVALIDTAG is set = 1 and XMLSEQUENCE = 0, then unexpected elements will be ignored.
parameter XMLIGNORENULL = inputonly;
Ignore all nulls (i.e. don't store $C(0)), but do not export empty tags

Inherited Members

Inherited Methods

Subclasses

FeedbackOpens in a new tab