Xml.xmldom.DOMNodeType

From RAD Studio API Documentation
Jump to: navigation, search


Delphi

type DOMNodeType = Word;

Properties

Type Visibility Source Unit Parent
type public Xml.xmldom.pas Xml.xmldom Xml.xmldom

Description

DOMNodeType indicates the type of a node in an XML document, as parsed by a DOM parser.

DOMNodeType is the type of the nodeType property on the IDOMNode interface. It is a flag, defined by W3C, that indicates the role played by a node in the parsed version of an XML document.

See Also