Home > Language Reference > Classes > XmlParser

StackDepth Property

Current stack depth.

Syntax

Public Property Get StackDepth() As Integer

Remarks

The StackDepth property returns the current stack depth, that is the current height of the XML tree being parsed. Calling this property is only meaningful while parsing a document, that is while processing the StartElement, EndElement and CharData events. In any other circumstance, it simply returns zero.

System requirements

SystemMinimal versionRemarks
Palm OSPalm OS 3.0N/A