[Overview][Types][Classes][Procedures and functions][Index] |
TDOMDocument used to create and store elements in the XML object writer.
Source position: laz_xmlstreaming.pas line 97
public property TXMLObjectWriter.Doc : TDOMDocument |
Doc is a read-only TDOMDocument property which contains the DOM document used to create and store the DOM elements written in XML object writer. The value in Doc is assigned in the Create constructor, and uses the TDOMDocument instance passed as an argument to the constructor.
Version 4.0 | Generated 2025-05-03 | Home |