Class TTreeParserDOM

Unit

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

Public function parseTree(html: string; uri: string = ''; contentType: string = ''): TTreeDocument; override;

Description

Methods

Public 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.16.0.