Class TTreeParserDOMBase
Unit
simplexmltreeparserfpdom
Declaration
type TTreeParserDOMBase = class(TTreeParser)
Description
Base class for TTreeParserDOM *
Hierarchy
Overview
Methods
Properties
|
property Parser: TDOMParser read fparser; |
Description
Methods
|
constructor Create; |
|
|
destructor destroy; override; |
|
|
function import(dom: TDOMDocument; fragment: boolean): TTreeDocument; |
Create a tree document from a standard fpc dom document
|
|
function parseDOM(document: String; const uri: string = ''; const contenttype: string = ''): TTreeDocument; |
Reads a tree document from a string, using the standard fpc dom functions to parse it
|
Properties
|
property Parser: TDOMParser read fparser; |
|
Generated by PasDoc 0.16.0.