Whitebeam Template Reference Documentation

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 Template Reference Documentation

XmlParser Template

thisTag()

Return the current 'context' XML element.

Syntax

XmlTag = rb.XmlParser.thisTag()

Parameters

The 'thisTag' method takes no parameters

Results

The '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 : 13ms)