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

class %CSP.TextAtom extends %CSP.AbstractAtom

The %CSP.TextAtom class represents a section of text within an HTML document. %CSP.TextAtom has no properties other than HTML text.

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
2 2


Summary

Properties
IsComment Parent TagName Text

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
PopDefaultSection PushDefaultSection RenderEndTag RenderStartTag
ValidateTag WriteCSPServer WriteCSPText WriteExpressionText
WriteServer WriteText

Subclasses
%CSP.RuleText

Properties

• property IsComment as %Boolean;
A flag indicating if this test is comment or not. For comment, embedded expressions will not be translated.
• property Text as %String;
A string containing the text for this element.

Methods

• method RenderStartTag() as %Status
Writes code into the routine builder object that will render this element.


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