Submitted by Leonard Daly on
XSeen data, objects, and methods and maintained in two places.
The object window.xseen holds all of the general purpose methods and data. This includes the parser, node definitions, and general operational data.
Node-specific data and objects are kept in the DOM in the _xseen sub-object of each DOM element. In particular the array _xseen.fields contains the parsed attributes of the node in the data-type of the field.
Further Information
- window.xseen
- <element>._xseen
- Data types
- Log in to post comments