Skip to main content

%iKnow.Model.node

abstract class %iKnow.Model.node extends %iKnow.Model.abstractNode

Parameters

parameter NAMESPACE = http://www.intersystems.com/iknow;
Inherited description: NAMESPACE specifies the XML namespace to be used when projecting the class to XML. if NAMESPACE - "", the default namespace is used for the XML schema is used as the namespace for his class.
parameter XMLIGNOREINVALIDATTRIBUTE = 0;
Inherited description: The XMLIGNOREINVALIDATTRIBUTE parameter allows the programmer to control handling of unexpected attributes in the XML input. By default (XMLIGNOREINVALIDATTRIBUTE = 1), will ignore unexpected attributes. If XMLIGNOREINVALIDATTRIBUTE is set = 0, then an unexpected attribute will be treated as an error.
parameter XMLINCLUDEINGROUP = 1;
Inherited description: Do not include *this* class in the XML groupings.

Inherited Members

Inherited Methods

Subclasses

FeedbackOpens in a new tab