The CSPAtom class represents a unit of an HTML document. More...
Public Member Functions | |
PopDefaultSection () | |
Pop default section from the top of the stack of section identifiers. More... | |
PushDefaultSection (_.Library.String sectionblock) | |
Add new default section to the top of the stack of section identifiers. More... | |
_.Library.Status | RenderEndTag () |
Writes code into the routine builder object that will render this element. More... | |
_.Library.Status | RenderStartTag () |
Writes code into the routine builder object that will render this element. More... | |
WriteCSPServer (_.Library.String line, _.Library.Boolean keepTogether) | |
Generate COS command in CSP page class that is in line. More... | |
WriteCSPText (_.Library.String line, _.Library.Boolean crlf) | |
Generate Write command in CSP page class to write the. More... | |
WriteExpressionText (_.Library.String expr, _.Library.Boolean crlf) | |
Generate Write command in CSP page class to write the. More... | |
WriteServer (_.Library.String line, _.Library.Boolean keepTogether) | |
Generate COS command in CSP page class that is in line. | |
WriteText (_.Library.String line, _.Library.Boolean crlf) | |
Generate Write command in CSP page class to write the. More... | |
![]() | |
_.Library.Status | OnAddToSaveSet (_.Library.Integer depth, _.Library.Integer insert, _.Library.Integer callcount) |
This callback method is invoked when the current object is added to the SaveSet,. More... | |
_.Library.Status | OnClose () |
This callback method is invoked by the <METHOD>Close</METHOD> method to. More... | |
_.Library.Status | OnConstructClone (_.Library.RegisteredObject object, _.Library.Boolean deep, _.Library.String cloned) |
This callback method is invoked by the <METHOD>ConstructClone</METHOD> method to. More... | |
_.Library.Status | OnNew () |
This callback method is invoked by the <METHOD>New</METHOD> method to. More... | |
_.Library.Status | OnValidateObject () |
This callback method is invoked by the <METHOD>ValidateObject</METHOD> method to. More... | |
Public Attributes | |
Parent | |
More... | |
TagName | |
More... | |
Additional Inherited Members | |
![]() | |
CAPTION = None | |
Optional name used by the Form Wizard for a class when generating forms. More... | |
JAVATYPE = None | |
The Java type to be used when exported. | |
PROPERTYVALIDATION = None | |
This parameter controls the default validation behavior for the object. More... | |
The CSPAtom class represents a unit of an HTML document.
A document consists of two types of atom objects: CSPTextAtom and CSPElement.
PopDefaultSection | ( | ) |
Pop default section from the top of the stack of section identifiers.
The section identifier is in the form <name>,<block number>.
PushDefaultSection | ( | _.Library.String | sectionblock | ) |
Add new default section to the top of the stack of section identifiers.
The section identifier is in the form <name>,<block number>.
_.Library.Status RenderEndTag | ( | ) |
Writes code into the routine builder object that will render this element.
Called after children rendered.
Reimplemented in TagLanguage, ScriptElement, RuleSection, RuleRule, RuleDocument, RuleAction, Rule, Element, and Document.
_.Library.Status RenderStartTag | ( | ) |
Writes code into the routine builder object that will render this element.
Called before children rendered.
Reimplemented in TextAtom, TagMoveToEnd, TagMethod, TagLanguage, TagCacheServer, TagCache, ScriptElement, RuleText, RuleStart, RuleSection, RuleRule, RuleProperty, RuleEnd, RuleDocument, RuleDefault, RuleClass, RuleChildren, RuleCache, RuleAttribute, RuleAction, Rule, Element, and Document.
WriteCSPServer | ( | _.Library.String | line, |
_.Library.Boolean | keepTogether | ||
) |
Generate COS command in CSP page class that is in line.
with ##()## resolved.
WriteCSPText | ( | _.Library.String | line, |
_.Library.Boolean | crlf | ||
) |
Generate Write command in CSP page class to write the.
contents of line with processing of ##()## and #()#.
WriteExpressionText | ( | _.Library.String | expr, |
_.Library.Boolean | crlf | ||
) |
Generate Write command in CSP page class to write the.
the text returned by COS expression in expr.
WriteText | ( | _.Library.String | line, |
_.Library.Boolean | crlf | ||
) |
Generate Write command in CSP page class to write the.
contents of line.
Parent |
TagName |