Class Reference
IRIS for UNIX 2024.1.2
InterSystems: The power behind what matters   
Documentation  Search
  [USER] >  [%iKnow] >  [Model] >  [node]
Private  Storage   

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

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
3


Summary

Methods
%AddToSaveSet %BindExport %ClassIsLatestVersion %ClassName
%ConstructClone %DispatchClassMethod %DispatchGetModified %DispatchGetProperty
%DispatchMethod %DispatchSetModified %DispatchSetMultidimProperty %DispatchSetProperty
%Extends %GetParameter %IsA %IsModified
%New %NormalizeObject %ObjectModified %OriginalNamespace
%PackageName %QuoteList %QuoteValue %QuoteValueL10N
%RemoveFromSaveSet %SerializeObject %SetModified %ValidateObject
XMLDTD XMLExport XMLExportToStream XMLExportToString
XMLNew XMLSchema XMLSchemaNamespace XMLSchemaType

Subclasses
%iKnow.Model.configuration %iKnow.Model.data %iKnow.Model.dictionary
%iKnow.Model.dictionaryExternal %iKnow.Model.dictionaryExternalColumn %iKnow.Model.dictionaryFormat
%iKnow.Model.dictionaryItem %iKnow.Model.dictionaryTerm %iKnow.Model.expression
%iKnow.Model.matching %iKnow.Model.matchingProfile %iKnow.Model.metadata
%iKnow.Model.metadataField %iKnow.Model.metadataValue %iKnow.Model.metric
%iKnow.Model.metrics %iKnow.Model.nodeWithParameters %iKnow.Model.parameter
%iKnow.Model.skiplist %iKnow.Model.userDictionary %iKnow.Model.userDictionaryEntry

Parameters

• parameter NAMESPACE = "http://www.intersystems.com/iknow";
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;
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;
Do not include *this* class in the XML groupings.


Copyright (c) 2025 by InterSystems Corporation. Cambridge, Massachusetts, U.S.A. All rights reserved. Confidential property of InterSystems Corporation.