[Overview][Types][Classes][Procedures and functions][Index] Reference for unit 'laz2_XMLRead' (#lazutils)

TDOMParseOptions

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

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 MaxChars: Cardinal; [rw]

  

  property CanonicalForm: Boolean; [rw]

  

end;

Inheritance

TDOMParseOptions

  

|

TObject

The latest version of this document can be found at lazarus-ccr.sourceforge.net.