TXmlNode() > Informational methods |
Creates an array holding all XML information of a TXmlNode object.
:toArray() --> aXmlNodeInfo
Method :toArray() is provided for informational or debugging purposes. The return value is an array with four elements. They contain all data of an XML node as stored in four instance variables:
{ ::nType, ::cName, ::aAttributes, ::cData }
http://www.xHarbour.com