Submitted by Leonard Daly on
Adds the tag's data structure to XSeen's parser table. This is generally the last method called after a string of defineAttribute calls.
null = tagStructure.addTag ();
This method takes no arguments and returns no results. It is used to add (or overwrite) an entry in the parsing table for this tag and its attributes.
- Log in to post comments