%CSP.TextAtom
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.Property Inventory
Method Inventory
Properties
property IsComment as %Boolean;
A flag indicating if this test is comment or not.
For comment, embedded expressions will not be translated.
Property methods: IsCommentDisplayToLogical(), IsCommentGet(), IsCommentIsValid(), IsCommentLogicalToDisplay(), IsCommentNormalize(), IsCommentSet()
property Text as %String;
A string containing the text for this element.
Property methods: TextDisplayToLogical(), TextGet(), TextIsValid(), TextLogicalToDisplay(), TextLogicalToOdbc(), TextNormalize(), TextSet()
Methods
method RenderStartTag() as %Status
Writes code into the routine builder object that will render this element.
Inherited Members
Inherited Properties
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()
- PopDefaultSection()
- PushDefaultSection()
- RenderEndTag()
- ValidateTag()
- WriteCSPServer()
- WriteCSPText()
- WriteExpressionText()
- WriteServer()
- WriteText()