RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
XMLIntf.NodeTypeNames Constant
Pascal
NodeTypeNames: array[TNodeType] of string = ('', 'Element','Attribute','Text','CDATASection', 'EntityRef','Entity', 'ProcessingInstr', 'Comment','Document','DocumentType', 'DocumentFragment','Notation');
C++
array[TNodeType] of string NodeTypeNames = ('', 'Element','Attribute','Text','CDATASection', 'EntityRef','Entity', 'ProcessingInstr', 'Comment','Document','DocumentType', 'DocumentFragment','Notation');

This is constant XMLIntf.NodeTypeNames.

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