Ferreteria/v0.5/@cls/caHypertextPage

From Woozle Writes Code
< Ferreteria‎ | v0.5‎ | @cls
Revision as of 16:23, 7 July 2022 by Woozle (talk | contribs)
Jump to navigation Jump to search
class ferret\layout\caHTML

caWebPage
tEventNodeBuild

caHTML cStandard

About

This class handles web pages rendered as HTML (as opposed to XML or whatever other doctypes might be worth implementing). It sets the doctype to HTML and adds an html tag element but doesn't specify the class (to be determined by how Class_forTagHTML() is cemented).

Methods

  • config:
    • Class_forTagHTML() (abstract): returns class to use for <html> tag
    • DocTypeClass(): returns layout\html\tag\cDocType
  • element-node creation:
    • AddTagNode_html()
  • element-node access:
    • DocTypeNode()
    • GetTagNode_html()
    • GetTagNode_body()