Home | History | Annotate | Download | only in jstemplate

Lines Matching refs:DOM

174 // Based on <http://www.w3.org/TR/2000/ REC-DOM-Level-2-Core-20001113/
207 * Traverses the element nodes in the DOM section underneath the given
220 * A class to hold state for a dom traversal.
230 * Processes the dom tree in breadth-first order.
258 * Get an attribute from the DOM. Simple redirect, exists to compress code.
266 // NOTE(mesch): Neither in IE nor in Firefox, HTML DOM attributes
275 * Set an attribute in the DOM. Simple redirect to compress code.
286 * Remove an attribute from the DOM. Simple redirect to compress code.
296 * Clone a node in the DOM.
308 * Clone a element in the DOM.
361 * @param {Element} node The dom element to manipulate.
371 * @param {Element} node The dom element to manipulate.
381 * @param {Element} node The dom element to manipulate.
411 * Removes a node from the DOM.