Whitebeam Object Definition

Site Map
 
Home
 
Application Guide
Reference
  Installation
  Configuration
  XML Markup
  JavaScript Classes
  ROM
  Templates
  Environment
  Dev Process
  Tools
  External Links
  Example libraries
Community
Contact Whitebeam
To-Do
Download
Credits
Licence
Whitebeam Users
 
 
 

Whitebeam Object Definition

Method Description

XmlParser.thisTag()

Return the current 'context' XML element.

Syntax

XmlTag = XmlParser.thisTag()

Parameters

The 'XmlParser.thisTag' method takes no parameters

Results

The 'XmlParser.thisTag' method returns XmlTag:

Type/Value Range/Length Description
XmlTag  

Remarks

This method returns the 'currently executing' XML element. In practice this is only useful in macrotag executions - in which case the value returned is the XML tag representing the macro instantiation.

Whitebeam release 1.3.36
(loadtime : 14ms)