RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
xmldom.DOMNodeType Type

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

Pascal
DOMNodeType = Word;
C++
Word DOMNodeType;

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!