<source><name>Hemi.css</name><project><name>Hemi JavaScript Framework</name><url-title>Hemi JavaScript Framework Project</url-title><url>/Hemi/</url></project><package><path>Hemi</path><library>Hemi</library><description>The CSS Utility class includes tools for positioning, importing external stylesheets, and enabling and disabling stylesheets.</description><static-class><name>css</name><version>3.1.9</version><description>Utilities for DOM Styles and Cascading Style Sheets.</description><method><name>toggleStyleSheet</name><param name="sTitle" type="String">Name of the stylesheet link.</param><param name="bEnable" type="boolean">Bit indicating whether the stylesheet should be enabled.</param><description>Enables or disables the specified external stylesheet.</description></method><method><name>loadStyleSheet</name><param name="sUrl" type="String">Path to the external stylesheet.  Default root path is Hemi.base_path.</param><param name="sName" type="String" optional="1">Name of the stylesheet.</param><description>Imports the specified stylesheet.</description></method><method><name>getAbsoluteTop</name><param name="o" type="object">Source DOM Node.</param><param name="r" optional="1" type="object">Reference DOM Node.</param><return-value type="int" name="i">The absolute top of the specified object from the parent window.</return-value><description>Returns the absolute top position of the specified node.</description></method><method><name>getAbsoluteLeft</name><param name="o" type="object">Source DOM Node.</param><param name="r" optional="1" type="object">Reference DOM Node.</param><return-value type="int" name="i">The absolute left of the specified object from the parent window.</return-value><description>Returns the absolute left position of the specified node.</description></method><method internal="1"><name>getAbsolutePosition</name><param name="o" type="object">Source DOM Node.</param><param name="r" optional="1" type="object">Reference DOM Node.</param><param name="b" type="boolean">Bit indicating the position type</param><return-value type="int" name="i">The absolute position of the specified object from the parent window.</return-value><description>Returns the absolute position of the specified node.</description></method><method><name>decodeJSON</name><param name="s" type="String">An encoded JSON-esque string.</param><return-value type="Object" name="o">The decoded object.</return-value><description>Returns an object from the encoded construct.  The accepted pattern is: {#HF_NAME{name:value}}, and the returned value is an object whose first member is NAME and whose children is the encoded data.  For example: {#HF_Test{data:1}} would yield: {Test:{data:1}}, as a JavaScript object.</description></method></static-class></package><index><description>The CSS Utility class includes tools for positioning, importing external stylesheets, and enabling and disabling stylesheets.</description><url>Hemi_api.html</url><url-title>API Index</url-title></index></source>
