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
| System | Minimal version | Remarks |
| Palm OS | Palm OS 3.0 | N/A |