Ens.DTL.Node
class Ens.DTL.Node extends %Library.RegisteredObject
Represents a node in the parse treeProperty Inventory (Including Private)
Method Inventory (Including Private)
- Deserialize()
- DisplayName()
- GenerateCode()
- GenerateXML()
- NormalizeAttribute()
- Serialize()
- Validate()
Parameters
parameter SDELIM = |;
Field Delimiter used by serialized form of DTL.
Properties (Including Private)
property Parent as Ens.DTL.Node;
This holds a reference to the parent node of this node. Only the root
node of the parse tree will have no parent
Property methods: ParentGet(), ParentGetSwizzled(), ParentIsValid(), ParentNewObject(), ParentSet()
Methods (Including Private)
Fill in properties of this item from the serial string
method DisplayName() as %String [ Language = objectscript ]
Provide a user readable string which identifies this node
method GenerateCode(pCompiler As Ens.DTL.Compiler) as %Status [ Language = objectscript ]
method GenerateXML(pStream As %BinaryStream) as %Status [ Language = objectscript ]
method NormalizeAttribute(pAttr) [ Language = objectscript ]
Normalize Attribute
method Serialize(pStream As %CharacterStream) as %Status [ Language = objectscript ]
Serialize for use by DTL editor
method Validate(ByRef pStatus As %Status, pContext As Ens.DTL.ValidationContext) as %Status [ Language = objectscript ]
Perform a sanity check on the nodes in the parse tree
Inherited Members
Inherited Methods (Including Private)
- %AddToSaveSet()
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %ConstructCloneInit()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Extends()
- %GetParameter()
- %IsA()
- %IsModified()
- %New()
- %NormalizeObject()
- %ObjectModified()
- %OnAddToSaveSet()
- %OnClose()
- %OnConstructClone()
- %OnNew()
- %OnValidateObject()
- %OriginalNamespace()
- %PackageName()
- %RemoveFromSaveSet()
- %SerializeObject()
- %SetModified()
- %ValidateObject()