| [Overview][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: laz2_xmlread.pas line 77
type TDOMParseOptions = class(TObject) |
||
public |
||
property Validate: Boolean; [rw] |
|
|
property PreserveWhitespace: Boolean; [rw] |
|
|
property ExpandEntities: Boolean; [rw] |
|
|
property IgnoreComments: Boolean; [rw] |
|
|
property CDSectionsAsText: Boolean; [rw] |
|
|
property ResolveExternals: Boolean; [rw] |
|
|
property Namespaces: Boolean; [rw] |
|
|
property DisallowDoctype: Boolean; [rw] |
|
|
|
||
property CanonicalForm: Boolean; [rw] |
|
|
end; |
|
||
| | | ||
TObject |
| lazarus-ccr.sourceforge.net |