|
When called on a derived element
object, returns the xhtml_tag_enum
enumerator of the called element
.
xhtml_tag_enum markup::tag();
None
When called from a derived element
, returns an enumerator of xhtml_tag_enum
, which corrasponds to the tag of the called element
.
This operation is used to determine the tag of the called element. All tags in Xport are enumerated. The list of tag enumerators can be viewed at Xport
Usage: enumerations. When this operation is called from a markup
derived object other than element
, the operation
returns the enumerator invalid_tag
.
Constant