TXmlNode() > Instance variables xHarbour Developers Network  

oTXmlNode:nType

Contains the type number of an XML node.

Info

Data type:NDefault:HBXML_TYPE_TAG

Description

The type of an XML node is encoded as a numeric value and stored in :nType. #define constants listed in Hbxml.ch are used for this instance variable

XML node types
ConstantValueDescription
HBXML_TYPE_TAG0Regular XML node
HBXML_TYPE_COMMENT1XML comment
HBXML_TYPE_PI2Processing instruction
HBXML_TYPE_DIRECTIVE3XML directive
HBXML_TYPE_DATA4Parsed data section
HBXML_TYPE_CDATA5Unparsed data section
HBXML_TYPE_DOCUMENT6Document node


Copyright © 2006-2007 xHarbour.com Inc. All rights reserved.
http://www.xHarbour.com
Created by docmaker.exe