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

TXMLObjectWriterStackEl.Element

DOM Element which represents the component or property in the stack element.

Declaration

Source position: laz_xmlstreaming.pas line 41

public TXMLObjectWriterStackEl.Element : TDOMElement;

Description

Element is a TDOMElement member used to store the values from the property or component represented in the stack element. Element is created and populated when TXMLObjectWriter processes properties, components, collections, and lists in the class instance.

Use PropertyName to get the name of the property represented in the stack element.

Use ElemType to determine whether the stack element represents a property list, child component list, or other type.

Use Parent to access the TDOMElement which is the parent for the current stack element.

See also

TXMLObjectWriterStackEl.PropertyName

  

Name of the property represented in the stack element.

TXMLObjectWriterStackEl.ElemType

  

Indicates the element type for the stack element.

TXMLObjectWriterStackEl.Parent

  

Contains the TDOMElement that is the parent node for the stack element.

TXMLObjectWriter

  

Serializes an object instance using an XML storage format.

TDOMElement

  

Implements the DOM Element interface from the DOM specification.


Version 4.0 Generated 2025-05-03 Home