TXmlNode() > Instance variables |
Contains the previous XML node in the XML document.
Data type: | O | Default: | NIL |
The instance variable :oPrev contains a TXmlNode object representing the previous XML node of the same nesting level in an XML tree. If there is no further XML tag, this TXMlNode object is the first node of this nesting level in the XML tree, and :oPrev contains NIL.
http://www.xHarbour.com