%iKnow.Classification.Definition.node
deprecated abstract class %iKnow.Classification.Definition.node extends %Library.RegisteredObject, %XML.Adaptor
Parameters
parameter NAMESPACE = http://www.intersystems.com/iknow/classification;
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: XMLINCLUDEINGROUP allows the programmer to control whether a class is included
in the group of subclasses of a base class that are represented by one XML element.
By default (XMLINCLUDEINGROUP = 1), will include the class.
Classes may excluded by specifying XMLINCLUDEINGROUP=0.
Inherited Members
Inherited Methods
- %AddToSaveSet()
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Extends()
- %GetParameter()
- %IsA()
- %IsModified()
- %New()
- %NormalizeObject()
- %ObjectModified()
- %OriginalNamespace()
- %PackageName()
- %RemoveFromSaveSet()
- %SerializeObject()
- %SetModified()
- %ValidateObject()
- XMLDTD()
- XMLExport()
- XMLExportToStream()
- XMLExportToString()
- XMLNew()
- XMLSchema()
- XMLSchemaNamespace()
- XMLSchemaType()
Subclasses
- %iKnow.Classification.Definition.BuilderParameter
- %iKnow.Classification.Definition.Category
- %iKnow.Classification.Definition.ClassificationMethod
- %iKnow.Classification.Definition.ClassificationRules
- %iKnow.Classification.Definition.Classifier
- %iKnow.Classification.Definition.MetadataProperty
- %iKnow.Classification.Definition.PredicateBase
- %iKnow.Classification.Definition.Rule
- %iKnow.Classification.Definition.TermCRCEntry
- %iKnow.Classification.Definition.TermCoocEntry
- %iKnow.Classification.Definition.TermDictionary