|
Returns the xhtml_tag_enum
enumerator of the called element
.
xhtml_tag_enum_type element::tag();
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 xhtml tags in Xport are enumerated. The list of tag enumerators can be viewed
at Xport Usage: enumerations. All tag enumerations in Xport are named identically to their
corrasponding tag. For example, the tag enumeration table
corrasponds to the tag <table>
.
Constant