TXmlNode() > Informational methods xHarbour Developers Network  

oTXmlNode:toArray()

Creates an array holding all XML information of a TXmlNode object.

Syntax

:toArray() --> aXmlNodeInfo

Description

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 }

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