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

XmlTag Object Description

Deprecated. For new applications use the new XML processing environment.

This class is used to represent an XML tag in a portion of an XML document. The object itself can contain other instances of itself in order to build an entire XML tree. The class is generated as the result of calling one of the following methods:

rb.page.tagree()
rb.page.buildxml()

This object is intended for advanced XML processing and should not generally be required for day-to-day generation of Presentation Pages.

Methods

XmlTag.regenerate() Re-execute part of an XML tag tree. Each note gets to re-evaluate its contribution to the document being generated. ADVANCED.
XmlTag.bodytext() Generate the text representation of the XML subtree. ADVANCED.
XmlTag.text() Generate the text representation of the XML subtree. ADVANCED.

Object Properties

Name Type/Value Range/Length Description
rb$tagnamestring  Required. The XML tag name. For example if an instance of this object references an XML <table...> tag then the value of tag.rb$tagmame will be "table".

Whitebeam release 1.3.36
(loadtime : 10ms)