Class TTreeParserDOM
Unit
simplexmltreeparserfpdom
Declaration
type TTreeParserDOM = class(TTreeParserDOMBase)
Description
This class provides wrapper methods around the standard fpc DOM functions, to convert the TDOMDocument class created by fpc to the TTreeDocument class used by the XQuery engine. *
Hierarchy
Overview
Methods
Description
Methods
 |
function parseTree(html: string; uri: string = ''; contentType: string = ''): TTreeDocument; override; |
Reads a tree document from a string, using the standard fpc dom functions to parse it
|
Generated by PasDoc 0.14.0.
|