Xml.XMLIntf.IXMLNode.NodeType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property NodeType: TNodeType read GetNodeType;

C++

__property TNodeType NodeType = {read=GetNodeType};

Properties

Type Visibility Source Unit Parent
property public
Xml.XMLIntf.pas
Xml.XMLIntf.hpp
Xml.XMLIntf IXMLNode

Description

Indicates the type of the node.

Read NodeType to determine the type of the node. The type reflects the way the node is used in the XML document.

See Also