[UP] Wd_types
|
WDialog API for Objective Caml: Wd_types.syntax_tree_type
Class type Wd_types.syntax_tree_typeclass type syntax_tree_type =This class represents the XML syntax tree Inherits
method scan_application :
Scanner methods
The side-effect of the scanners is to put the result into the passed
argument. method scan_dialog : method scan_enumeration : method scan_literal :
(But this one is functional)
method escaped_data :
Returns the string contained in the data node after HTML-escaping has
been applied. This string is cached.
method to_html :
This method writes the current node and all its children to the passed
output channel. This method is for HTML context, i.e. character data
are to be HTML-escaped, and all elements have to be interpreted.
method to_text :
This method writes the current node and all its children to the passed
output channel. This method is for attribute context, i.e. character data
remain as they are without escaping them, and only the elements are
interpreted that are defined for attribute context.
|