DocBook|Search
Class Reference
%CSP.TextAtom
   
Server:basexml
Instance:SOAXML
User:UnknownUser
 
-
  [BASEXML] >  [%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
%%OIDGet %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.