%DeepSee.PMML.Definition.node
abstract class %DeepSee.PMML.Definition.node extends %DeepSee.PMML.Definition.abstractNode
Parameters
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 XMLSEQUENCE = 1;
Inherited description: If the XMLSEQUENCE = 1, then the order of the XML elements must match the
order of the class properties. This allows us to deal with XML where the
same field appears multiple times and is distinguished by the order.
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()
- %ValidatePMML()
- XMLDTD()
- XMLExport()
- XMLExportToStream()
- XMLExportToString()
- XMLNew()
- XMLSchema()
- XMLSchemaNamespace()
- XMLSchemaType()
Subclasses
- %DeepSee.PMML.Definition.Extension
- %DeepSee.PMML.Definition.Extension.FieldMap
- %DeepSee.PMML.Definition.Extension.ISCExtension
- %DeepSee.PMML.Definition.Models.RuleSet.RuleSelectionMethod
- %DeepSee.PMML.Definition.Models.RuleSet.RuleSet
- %DeepSee.PMML.Definition.Models.Text.Corpus
- %DeepSee.PMML.Definition.Models.Text.Dictionary
- %DeepSee.PMML.Definition.Models.Text.Document
- %DeepSee.PMML.Definition.Models.Text.DocumentTermMatrix
- %DeepSee.PMML.Definition.Models.Text.Normalization
- %DeepSee.PMML.Definition.Models.Text.Similarity
- %DeepSee.PMML.Definition.PMML
- %DeepSee.PMML.Definition.Util.AbstractArray
- %DeepSee.PMML.Definition.Util.AbstractExpression
- %DeepSee.PMML.Definition.Util.InlineTableRow
- %DeepSee.PMML.Definition.Util.MatCell
- %DeepSee.PMML.Definition.Util.Matrix
- %DeepSee.PMML.Definition.Util.ParameterField
- %DeepSee.PMML.Definition.extendableNode