htmlelements

From Free Pascal wiki
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Implements a DOM for HTML content. Contains a TDOMElement descendent for all valid HTML 4.1 tags.

  • THtmlCustomElement: Basis for all HTML tag elements.
  • THTMLDocument: TDOMDocument descendent
  • THTMLIDElement: element representing <ID> tag

All tags are in tagsintf.inc.

Back to fcl-xml overview.