Submitted by Leonard Daly on
Tags are the fundemental reference to objects in the scene. Each tag contains information about all attributes that can be set, modified, or accessed while the scene is active. Tag and attribute information is used when parsing the scene and various methods are accessed during runtime. All of this information is stored in the xseen.Tags object. There are several methods used to access and manipulate this object.
- .defineTag - defines a new tag.
- .defineAttribute - defines an attribute for a tag.
- .getTag - returns the object for the specified tag.
- .getAttribute - returns the object for the specified attribute of a given tag.
Note that tags are not elements in the DOM. XSeen DOM elements refer to a tag and attributes.
- Log in to post comments