Xml.XMLDoc.TXMLNode.NestingLevel

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function NestingLevel: Integer;

C++

int __fastcall NestingLevel();

Properties

Type Visibility Source Unit Parent
function protected
Xml.XMLDoc.pas
Xml.XMLDoc.hpp
Xml.XMLDoc TXMLNode

Description

Returns the number of parents for this node in the node hierarchy.

Application's can't call the protected NestingLevel property. It is used internally when formatting the XML text that corresponds to this XML document.

NestingLevel returns the number of ancestors for this node in the node hierarchy.

See Also