<
div id="doc3" class="yui-t2">
<
h3>node <
span class="subtitle">3.00PR1</
span></
h3>
<
form name="yui-classopts-form">
<
span id="classopts"><
input type="checkbox" name="showprivate" id="showprivate" /> Show Private</
span>
<
span id="classopts"><
input type="checkbox" name="showprotected" id="showprotected" /> Show Protected</
span>
<
span id="classopts"><
input type="checkbox" name="showdeprecated" id="showdeprecated" /> Show Deprecated</
span>
<!-- class tree goes here --> <
div class="summary description">
Node properties can be accessed via the
set/
get methods.
With the exception of the noted properties,
only strings, numbers, and booleans are passed through.
<
div class="section field details">
<
h3 id="properties">Properties</
h3>
<
h4><
a name="property_text">text</
a>
<
div class="description">
Normalizes nodeInnerText and textContent.
<
div class="section method details">
<
h3 id="methods">Methods</
h3>
<
a name="method_all">all</
a></
h4>
<
div class="description">
<
div class="description">
<
code>node <HTMLCollection|Array|String></
code>
<
code>doc <document|Node></
code>
optional The document containing the node. Defaults to current document.
<
dd>A wrapper instance for the supplied nodes.</
dd>
<
a name="method_appendChild">appendChild</
a></
h4>
<
strong>appendChild</
strong>
<
div class="description">
Passes through to DOM method.
<
div class="description">
<
code>node <HTMLElement | Node></
code>
<
dd>The appended node</
dd>
<
a name="method_attach">attach</
a></
h4>
<
div class="description">
Attaches a DOM event handler.
<
div class="description">
<
code>type <String></
code>
The type of DOM Event to listen for
<
code>fn <Function></
code>
The handler to call when the event fires
<
code>arg <Object></
code>
An argument object to pass to the handler
<
a name="method_blur">blur</
a></
h4>
<
div class="description">
Passes through to DOM method.
<
div class="description">
<
a name="method_cloneNode">cloneNode</
a></
h4>
<
strong>cloneNode</
strong>
<
div class="description">
Passes through to DOM method.
<
div class="description">
<
code>node <HTMLElement | Node></
code>
<
a name="method_compareTo">compareTo</
a></
h4>
<
strong>compareTo</
strong>
<
div class="description">
Compares nodes to determine if they match.
<
div class="description">
<
code>refNode <String | HTMLElement | Node></
code>
The reference node to compare to the node.
<
dd>True if the nodes match, false if they do not.</
dd>
<
a name="method_contains">contains</
a></
h4>
<
strong>contains</
strong>
<
div class="description">
Determines whether an HTMLElement is an ancestor of another HTML element in the DOM hierarchy.
<
div class="description">
<
code>needle <String | HTMLElement></
code>
<
dd>Whether or not this node is an ancestor of needle</
dd>
<
a name="method_create">create</
a></
h4>
<
div class="description">
Creates a Node instance from HTML string
<
div class="description">
<
code>html <String|Array></
code>
The string of html to create
<
dd>A new Node instance</
dd>
<
a name="method_detach">detach</
a></
h4>
<
div class="description">
Detaches a DOM event handler.
<
div class="description">
<
code>type <String></
code>
<
code>fn <Function></
code>
The handler to call when the event fires
<
a name="method_focus">focus</
a></
h4>
<
div class="description">
Passes through to DOM method.
<
div class="description">
<
a name="method_get">get</
a></
h4>
<
div class="description">
<
div class="description">
<
code>prop <String></
code>
<
dd>Current value of the property</
dd>
<
a name="method_getAttribute">getAttribute</
a></
h4>
<
strong>getAttribute</
strong>
<
div class="description">
Passes through to DOM method.
<
div class="description">
<
code>attribute <String></
code>
The attribute to retrieve
<
dd>The current value of the attribute</
dd>
<
a name="method_getById">getById</
a></
h4>
<
div class="description">
Returns a node instance wrapping the DOM element with the given ID.
<
div class="description">
<
code>id <String></
code>
<
code>doc <Node|HTMLElement></
code>
optional An optional document to search.
Defaults to current document.
<
a name="method_getComputedStyle">getComputedStyle</
a></
h4>
<
strong>getComputedStyle</
strong>
<
div class="description">
Retrieves the computed value for the given style attribute.
<
div class="description">
<
code>attr <String></
code>
The style attribute to retrieve.
<
dd>The computed value of the style property for the element.</
dd>
<
a name="method_getElementsByTagName">getElementsByTagName</
a></
h4>
<
strong>getElementsByTagName</
strong>
<
div class="description">
Passes through to DOM method.
<
div class="description">
<
code>tagName <String></
code>
<
dd>A NodeList representing the HTMLCollection</
dd>
<
a name="method_getStyle">getStyle</
a></
h4>
<
strong>getStyle</
strong>
<
div class="description">
Retrieves a style attribute from the given node.
<
div class="description">
<
code>attr <String></
code>
The style attribute to retrieve.
<
dd>The current value of the style property for the element.</
dd>
<
a name="method_hasAttribute">hasAttribute</
a></
h4>
<
strong>hasAttribute</
strong>
<
div class="description">
Passes through to DOM method.
<
div class="description">
<
code>attribute <String></
code>
The attribute to test for
<
dd>Whether or not the attribute is present</
dd>
<
a name="method_hasChildNodes">hasChildNodes</
a></
h4>
<
strong>hasChildNodes</
strong>
<
div class="description">
Passes through to DOM method.
<
div class="description">
<
dd>Whether or not the node has any childNodes</
dd>
<
a name="method_inDoc">inDoc</
a></
h4>
<
div class="description">
Determines whether an HTMLElement is attached to a document.
<
div class="description">
<
code>doc <Node|HTMLElement></
code>
optional An optional document to check against.
Defaults to current document.
<
dd>Whether or not this node is attached to the document.</
dd>
<
a name="method_insertBefore">insertBefore</
a></
h4>
<
strong>insertBefore</
strong>
<
div class="description">
Passes through to DOM method.
<
div class="description">
<
code>newNode <HTMLElement | Node></
code>
<
code>refNode <HTMLElement | Node></
code>
Node to be inserted before
<
dd>The inserted node</
dd>
<
a name="method_next">next</
a></
h4>
<
div class="description">
Returns the next sibling that passes the boolean method.
Returns the nearest HTMLElement sibling if no method provided.
<
div class="description">
<
code>fn <Function></
code>
A boolean function used to test siblings
that receives the sibling node being tested as its only argument.
<
code>all <Boolean></
code>
optional Whether all node types should be returned, or just element nodes.
<
dd>HTMLElement or null if not found</
dd>
<
a name="method_nodeInOut">nodeInOut</
a></
h4>
<
strong>nodeInOut</
strong>
<
div class="description">
Wraps the input and outputs of a node instance
<
div class="description">
<
a name="method_on">on</
a></
h4>
<
div class="description">
<
div class="description">
<
code>type <String></
code>
The type of DOM Event to listen for
<
code>fn <Function></
code>
The handler to call when the event fires
<
code>arg <Object></
code>
An argument object to pass to the handler
<
a name="method_previous">previous</
a></
h4>
<
strong>previous</
strong>
<
div class="description">
Returns the previous sibling that is an HTMLElement.
Returns the nearest HTMLElement sibling if no method provided.
<
div class="description">
<
code>fn <Function></
code>
A boolean function used to test siblings
that receives the sibling node being tested as its only argument.
<
code>all <Boolean></
code>
optional Whether all node types should be returned, or just element nodes.
<
dd>Node instance or null if not found</
dd>
<
a name="method_query">query</
a></
h4>
<
div class="description">
Retrieves a single node based on the given CSS selector.
<
div class="description">
<
code>selector <string></
code>
The CSS selector to test against.
<
dd>A Node instance for the matching HTMLElement.</
dd>
<
a name="method_queryAll">queryAll</
a></
h4>
<
strong>queryAll</
strong>
<
div class="description">
Retrieves a nodeList based on the given CSS selector.
<
div class="description">
<
code>selector <string></
code>
The CSS selector to test against.
<
a name="method_removeChild">removeChild</
a></
h4>
<
strong>removeChild</
strong>
<
div class="description">
Passes through to DOM method.
<
div class="description">
<
code>node <HTMLElement | Node></
code>
<
dd>The removed node</
dd>
<
a name="method_replaceChild">replaceChild</
a></
h4>
<
strong>replaceChild</
strong>
<
div class="description">
Passes through to DOM method.
<
div class="description">
<
code>node <HTMLElement | Node></
code>
<
code>refNode <HTMLElement | Node></
code>
<
dd>The replaced node</
dd>
<
a name="method_reset">reset</
a></
h4>
<
div class="description">
Passes through to DOM method.
Only valid on FORM elements
<
div class="description">
<
a name="method_scrollIntoView">scrollIntoView</
a></
h4>
<
strong>scrollIntoView</
strong>
<
div class="description">
Passes through to DOM method.
<
div class="description">
<
a name="method_set">set</
a></
h4>
<
div class="description">
<
div class="description">
<
code>prop <String></
code>
<
code>val <any></
code>
Value to apply to the given property
<
a name="method_setAttribute">setAttribute</
a></
h4>
<
strong>setAttribute</
strong>
<
div class="description">
Passes through to DOM method.
<
div class="description">
<
code>attribute <String></
code>
<
code>The <String></
code>
value to apply to the attribute
<
a name="method_setStyle">setStyle</
a></
h4>
<
strong>setStyle</
strong>
<
div class="description">
Applies a CSS style to a given node.
<
div class="description">
<
code>attr <String></
code>
The style attribute to set.
<
code>val <String|Number></
code>
<
a name="method_setStyles">setStyles</
a></
h4>
<
strong>setStyles</
strong>
<
div class="description">
Sets multiple style properties.
<
div class="description">
<
code>hash <Object></
code>
An object literal of property:value pairs.
<
a name="method_submit">submit</
a></
h4>
<
div class="description">
Passes through to DOM method.
Only valid on FORM elements
<
div class="description">
<
a name="method_test">test</
a></
h4>
<
div class="description">
Test if the supplied node matches the supplied selector.
<
div class="description">
<
code>selector <string></
code>
The CSS selector to test against.
<
dd>Whether or not the node matches the selector.</
dd>
<
div class="section method details">
<
h3 id="events">Events</
h3>
<
a name="event_beforeBodyChange">beforeBodyChange</
a></
h4>
<
strong>beforeBodyChange</
strong>
<
div class="description">
Fires before the value for the configuration attribute 'body' changes. Return false to cancel the attribute change.
<
div class="description">
<
code>eventInfo <{oldValue: any, newValue: any}></
code>
An object containing the current attribute value and the new value.
<
a name="event_beforeCellsChange">beforeCellsChange</
a></
h4>
<
strong>beforeCellsChange</
strong>
<
div class="description">
Fires before the value for the configuration attribute 'cells' changes. Return false to cancel the attribute change.
<
div class="description">
<
code>eventInfo <{oldValue: any, newValue: any}></
code>
An object containing the current attribute value and the new value.
<
a name="event_beforeChildNodesChange">beforeChildNodesChange</
a></
h4>
<
strong>beforeChildNodesChange</
strong>
<
div class="description">
Fires before the value for the configuration attribute 'childNodes' changes. Return false to cancel the attribute change.
<
div class="description">
<
code>eventInfo <{oldValue: any, newValue: any}></
code>
An object containing the current attribute value and the new value.
<
a name="event_beforeChildrenChange">beforeChildrenChange</
a></
h4>
<
strong>beforeChildrenChange</
strong>
<
div class="description">
Fires before the value for the configuration attribute 'children' changes. Return false to cancel the attribute change.
<
div class="description">
<
code>eventInfo <{oldValue: any, newValue: any}></
code>
An object containing the current attribute value and the new value.
<
a name="event_beforeDocumentElementChange">beforeDocumentElementChange</
a></
h4>
<
strong>beforeDocumentElementChange</
strong>
<
div class="description">
Fires before the value for the configuration attribute 'documentElement' changes. Return false to cancel the attribute change.
<
div class="description">
<
code>eventInfo <{oldValue: any, newValue: any}></
code>
An object containing the current attribute value and the new value.
<
a name="event_beforeElementsChange">beforeElementsChange</
a></
h4>
<
strong>beforeElementsChange</
strong>
<
div class="description">
Fires before the value for the configuration attribute 'elements' changes. Return false to cancel the attribute change.
<
div class="description">
<
code>eventInfo <{oldValue: any, newValue: any}></
code>
An object containing the current attribute value and the new value.
<
a name="event_beforeFirstChildChange">beforeFirstChildChange</
a></
h4>
<
strong>beforeFirstChildChange</
strong>
<
div class="description">
Fires before the value for the configuration attribute 'firstChild' changes. Return false to cancel the attribute change.
<
div class="description">
<
code>eventInfo <{oldValue: any, newValue: any}></
code>
An object containing the current attribute value and the new value.
<
a name="event_beforeLastChildChange">beforeLastChildChange</
a></
h4>
<
strong>beforeLastChildChange</
strong>
<
div class="description">
Fires before the value for the configuration attribute 'lastChild' changes. Return false to cancel the attribute change.
<
div class="description">
<
code>eventInfo <{oldValue: any, newValue: any}></
code>
An object containing the current attribute value and the new value.
<
a name="event_beforeOffsetParentChange">beforeOffsetParentChange</
a></
h4>
<
strong>beforeOffsetParentChange</
strong>
<
div class="description">
Fires before the value for the configuration attribute 'offsetParent' changes. Return false to cancel the attribute change.
<
div class="description">
<
code>eventInfo <{oldValue: any, newValue: any}></
code>
An object containing the current attribute value and the new value.
<
a name="event_beforeOwnerDocumentChange">beforeOwnerDocumentChange</
a></
h4>
<
strong>beforeOwnerDocumentChange</
strong>
<
div class="description">
Fires before the value for the configuration attribute 'ownerDocument' changes. Return false to cancel the attribute change.
<
div class="description">
<
code>eventInfo <{oldValue: any, newValue: any}></
code>
An object containing the current attribute value and the new value.
<
a name="event_beforeParentNodeChange">beforeParentNodeChange</
a></
h4>
<
strong>beforeParentNodeChange</
strong>
<
div class="description">
Fires before the value for the configuration attribute 'parentNode' changes. Return false to cancel the attribute change.
<
div class="description">
<
code>eventInfo <{oldValue: any, newValue: any}></
code>
An object containing the current attribute value and the new value.
<
a name="event_beforePreviousSiblingChange">beforePreviousSiblingChange</
a></
h4>
<
strong>beforePreviousSiblingChange</
strong>
<
div class="description">
Fires before the value for the configuration attribute 'previousSibling' changes. Return false to cancel the attribute change.
<
div class="description">
<
code>eventInfo <{oldValue: any, newValue: any}></
code>
An object containing the current attribute value and the new value.
<
a name="event_beforeRowsChange">beforeRowsChange</
a></
h4>
<
strong>beforeRowsChange</
strong>
<
div class="description">
Fires before the value for the configuration attribute 'rows' changes. Return false to cancel the attribute change.
<
div class="description">
<
code>eventInfo <{oldValue: any, newValue: any}></
code>
An object containing the current attribute value and the new value.
<
a name="event_beforeTBodiesChange">beforeTBodiesChange</
a></
h4>
<
strong>beforeTBodiesChange</
strong>
<
div class="description">
Fires before the value for the configuration attribute 'tBodies' changes. Return false to cancel the attribute change.
<
div class="description">
<
code>eventInfo <{oldValue: any, newValue: any}></
code>
An object containing the current attribute value and the new value.
<
a name="event_beforeTFootChange">beforeTFootChange</
a></
h4>
<
strong>beforeTFootChange</
strong>
<
div class="description">
Fires before the value for the configuration attribute 'tFoot' changes. Return false to cancel the attribute change.
<
div class="description">
<
code>eventInfo <{oldValue: any, newValue: any}></
code>
An object containing the current attribute value and the new value.
<
a name="event_beforeTHeadChange">beforeTHeadChange</
a></
h4>
<
strong>beforeTHeadChange</
strong>
<
div class="description">
Fires before the value for the configuration attribute 'tHead' changes. Return false to cancel the attribute change.
<
div class="description">
<
code>eventInfo <{oldValue: any, newValue: any}></
code>
An object containing the current attribute value and the new value.
<
a name="event_bodyChange">bodyChange</
a></
h4>
<
strong>bodyChange</
strong>
<
div class="description">
Fires when the value for the configuration attribute 'body' changes.
<
div class="description">
<
code>eventInfo <{oldValue: any, newValue: any}></
code>
An object containing the previous attribute value and the new value.
<
a name="event_cellsChange">cellsChange</
a></
h4>
<
strong>cellsChange</
strong>
<
div class="description">
Fires when the value for the configuration attribute 'cells' changes.
<
div class="description">
<
code>eventInfo <{oldValue: any, newValue: any}></
code>
An object containing the previous attribute value and the new value.
<
a name="event_childNodesChange">childNodesChange</
a></
h4>
<
strong>childNodesChange</
strong>
<
div class="description">
Fires when the value for the configuration attribute 'childNodes' changes.
<
div class="description">
<
code>eventInfo <{oldValue: any, newValue: any}></
code>
An object containing the previous attribute value and the new value.
<
a name="event_childrenChange">childrenChange</
a></
h4>
<
strong>childrenChange</
strong>
<
div class="description">
Fires when the value for the configuration attribute 'children' changes.
<
div class="description">
<
code>eventInfo <{oldValue: any, newValue: any}></
code>
An object containing the previous attribute value and the new value.
<
a name="event_documentElementChange">documentElementChange</
a></
h4>
<
strong>documentElementChange</
strong>
<
div class="description">
Fires when the value for the configuration attribute 'documentElement' changes.
<
div class="description">
<
code>eventInfo <{oldValue: any, newValue: any}></
code>
An object containing the previous attribute value and the new value.
<
a name="event_elementsChange">elementsChange</
a></
h4>
<
strong>elementsChange</
strong>
<
div class="description">
Fires when the value for the configuration attribute 'elements' changes.
<
div class="description">
<
code>eventInfo <{oldValue: any, newValue: any}></
code>
An object containing the previous attribute value and the new value.
<
a name="event_firstChildChange">firstChildChange</
a></
h4>
<
strong>firstChildChange</
strong>
<
div class="description">
Fires when the value for the configuration attribute 'firstChild' changes.
<
div class="description">
<
code>eventInfo <{oldValue: any, newValue: any}></
code>
An object containing the previous attribute value and the new value.
<
a name="event_lastChildChange">lastChildChange</
a></
h4>
<
strong>lastChildChange</
strong>
<
div class="description">
Fires when the value for the configuration attribute 'lastChild' changes.
<
div class="description">
<
code>eventInfo <{oldValue: any, newValue: any}></
code>
An object containing the previous attribute value and the new value.
<
a name="event_offsetParentChange">offsetParentChange</
a></
h4>
<
strong>offsetParentChange</
strong>
<
div class="description">
Fires when the value for the configuration attribute 'offsetParent' changes.
<
div class="description">
<
code>eventInfo <{oldValue: any, newValue: any}></
code>
An object containing the previous attribute value and the new value.
<
a name="event_ownerDocumentChange">ownerDocumentChange</
a></
h4>
<
strong>ownerDocumentChange</
strong>
<
div class="description">
Fires when the value for the configuration attribute 'ownerDocument' changes.
<
div class="description">
<
code>eventInfo <{oldValue: any, newValue: any}></
code>
An object containing the previous attribute value and the new value.
<
a name="event_parentNodeChange">parentNodeChange</
a></
h4>
<
strong>parentNodeChange</
strong>
<
div class="description">
Fires when the value for the configuration attribute 'parentNode' changes.
<
div class="description">
<
code>eventInfo <{oldValue: any, newValue: any}></
code>
An object containing the previous attribute value and the new value.
<
a name="event_previousSiblingChange">previousSiblingChange</
a></
h4>
<
strong>previousSiblingChange</
strong>
<
div class="description">
Fires when the value for the configuration attribute 'previousSibling' changes.
<
div class="description">
<
code>eventInfo <{oldValue: any, newValue: any}></
code>
An object containing the previous attribute value and the new value.
<
a name="event_rowsChange">rowsChange</
a></
h4>
<
strong>rowsChange</
strong>
<
div class="description">
Fires when the value for the configuration attribute 'rows' changes.
<
div class="description">
<
code>eventInfo <{oldValue: any, newValue: any}></
code>
An object containing the previous attribute value and the new value.
<
a name="event_tBodiesChange">tBodiesChange</
a></
h4>
<
strong>tBodiesChange</
strong>
<
div class="description">
Fires when the value for the configuration attribute 'tBodies' changes.
<
div class="description">
<
code>eventInfo <{oldValue: any, newValue: any}></
code>
An object containing the previous attribute value and the new value.
<
a name="event_tFootChange">tFootChange</
a></
h4>
<
strong>tFootChange</
strong>
<
div class="description">
Fires when the value for the configuration attribute 'tFoot' changes.
<
div class="description">
<
code>eventInfo <{oldValue: any, newValue: any}></
code>
An object containing the previous attribute value and the new value.
<
a name="event_tHeadChange">tHeadChange</
a></
h4>
<
strong>tHeadChange</
strong>
<
div class="description">
Fires when the value for the configuration attribute 'tHead' changes.
<
div class="description">
<
code>eventInfo <{oldValue: any, newValue: any}></
code>
An object containing the previous attribute value and the new value.
<
div class="section field details">
<
h3 id="configattributes">Configuration Attributes</
h3>
<
h4><
a name="config_body">body</
a>
<
div class="description">
<
h4><
a name="config_cells">cells</
a>
<
div class="description">
Returns a NodeList instance.
<
h4><
a name="config_childNodes">childNodes</
a>
<
div class="description">
Returns a NodeList instance.
<
h4><
a name="config_children">children</
a>
<
div class="description">
Returns a NodeList instance.
<
h4><
a name="config_documentElement">documentElement</
a>
<
div class="description">
<
h4><
a name="config_elements">elements</
a>
<
div class="description">
Returns a NodeList instance.
<
h4><
a name="config_firstChild">firstChild</
a>
<
div class="description">
<
h4><
a name="config_lastChild">lastChild</
a>
<
div class="description">
<
h4><
a name="config_offsetParent">offsetParent</
a>
<
div class="description">
<
h4><
a name="config_ownerDocument">ownerDocument</
a>
<
div class="description">
<
h4><
a name="config_parentNode">parentNode</
a>
<
div class="description">
<
h4><
a name="config_previousSibling">previousSibling</
a>
<
div class="description">
<
h4><
a name="config_rows">rows</
a>
<
div class="description">
Returns a NodeList instance.
<
h4><
a name="config_tBodies">tBodies</
a>
<
div class="description">
Returns a NodeList instance.
<
h4><
a name="config_tFoot">tFoot</
a>
<
div class="description">
<
h4><
a name="config_tHead">tHead</
a>
<
div class="description">
<
li class="selected"><
a href="Node.html">Node</
a></
li>
<
li class=""><
a href="#property_text">text</
a>
<!--<code><String></code>--> <
li class="">
<!--<code>NodeList</code>--> <
a href="#method_all">all</
a>
<
li class="">
<!--<code>Node</code>--> <
a href="#method_appendChild">appendChild</
a>
<
li class="">
<!--<code>void</code>--> <
a href="#method_attach">attach</
a>
<
li class="">
<!--<code>void</code>--> <
a href="#method_blur">blur</
a>
<
li class="">
<!--<code>Node</code>--> <
a href="#method_cloneNode">cloneNode</
a>
<
li class="">
<!--<code>Boolean</code>--> <
a href="#method_compareTo">compareTo</
a>
<
li class="">
<!--<code>Boolean</code>--> <
a href="#method_contains">contains</
a>
<
li class="">
<!--<code>Node</code>--> <
a href="#method_create">create</
a>
<
li class="">
<!--<code>void</code>--> <
a href="#method_detach">detach</
a>
<
li class="">
<!--<code>void</code>--> <
a href="#method_focus">focus</
a>
<
li class="">
<!--<code>any</code>--> <
a href="#method_get">get</
a>
<
li class="">
<!--<code>String</code>--> <
a href="#method_getAttribute">getAttribute</
a>
<
li class="">
<!--<code>void</code>--> <
a href="#method_getById">getById</
a>
<
li class="">
<!--<code>String</code>--> <
a href="#method_getComputedStyle">getComputedStyle</
a>
<
li class="">
<!--<code>NodeList</code>--> <
a href="#method_getElementsByTagName">getElementsByTagName</
a>
<
li class="">
<!--<code>String</code>--> <
a href="#method_getStyle">getStyle</
a>
<
li class="">
<!--<code>Boolean</code>--> <
a href="#method_hasAttribute">hasAttribute</
a>
<
li class="">
<!--<code>Boolean</code>--> <
a href="#method_hasChildNodes">hasChildNodes</
a>
<
li class="">
<!--<code>Boolean</code>--> <
a href="#method_inDoc">inDoc</
a>
<
li class="">
<!--<code>Node</code>--> <
a href="#method_insertBefore">insertBefore</
a>
<
li class="">
<!--<code>Object</code>--> <
a href="#method_next">next</
a>
<
li class="">
<!--<code>void</code>--> <
a href="#method_nodeInOut">nodeInOut</
a>
<
li class="">
<!--<code>void</code>--> <
a href="#method_on">on</
a>
<
li class="">
<!--<code>Node</code>--> <
a href="#method_previous">previous</
a>
<
li class="">
<!--<code>Node</code>--> <
a href="#method_query">query</
a>
<
li class="">
<!--<code>NodeList</code>--> <
a href="#method_queryAll">queryAll</
a>
<
li class="">
<!--<code>Node</code>--> <
a href="#method_removeChild">removeChild</
a>
<
li class="">
<!--<code>Node</code>--> <
a href="#method_replaceChild">replaceChild</
a>
<
li class="">
<!--<code>void</code>--> <
a href="#method_reset">reset</
a>
<
li class="">
<!--<code>void</code>--> <
a href="#method_scrollIntoView">scrollIntoView</
a>
<
li class="">
<!--<code>void</code>--> <
a href="#method_set">set</
a>
<
li class="">
<!--<code>void</code>--> <
a href="#method_setAttribute">setAttribute</
a>
<
li class="">
<!--<code>void</code>--> <
a href="#method_setStyle">setStyle</
a>
<
li class="">
<!--<code>void</code>--> <
a href="#method_setStyles">setStyles</
a>
<
li class="">
<!--<code>void</code>--> <
a href="#method_submit">submit</
a>
<
li class="">
<!--<code>boolean</code>--> <
a href="#method_test">test</
a>
<
a href="#event_beforeBodyChange">beforeBodyChange</
a>
<
a href="#event_beforeCellsChange">beforeCellsChange</
a>
<
a href="#event_beforeChildNodesChange">beforeChildNodesChange</
a>
<
a href="#event_beforeChildrenChange">beforeChildrenChange</
a>
<
a href="#event_beforeDocumentElementChange">beforeDocumentElementChange</
a>
<
a href="#event_beforeElementsChange">beforeElementsChange</
a>
<
a href="#event_beforeFirstChildChange">beforeFirstChildChange</
a>
<
a href="#event_beforeLastChildChange">beforeLastChildChange</
a>
<
a href="#event_beforeOffsetParentChange">beforeOffsetParentChange</
a>
<
a href="#event_beforeOwnerDocumentChange">beforeOwnerDocumentChange</
a>
<
a href="#event_beforeParentNodeChange">beforeParentNodeChange</
a>
<
a href="#event_beforePreviousSiblingChange">beforePreviousSiblingChange</
a>
<
a href="#event_beforeRowsChange">beforeRowsChange</
a>
<
a href="#event_beforeTBodiesChange">beforeTBodiesChange</
a>
<
a href="#event_beforeTFootChange">beforeTFootChange</
a>
<
a href="#event_beforeTHeadChange">beforeTHeadChange</
a>
<
a href="#event_bodyChange">bodyChange</
a>
<
a href="#event_cellsChange">cellsChange</
a>
<
a href="#event_childNodesChange">childNodesChange</
a>
<
a href="#event_childrenChange">childrenChange</
a>
<
a href="#event_documentElementChange">documentElementChange</
a>
<
a href="#event_elementsChange">elementsChange</
a>
<
a href="#event_firstChildChange">firstChildChange</
a>
<
a href="#event_lastChildChange">lastChildChange</
a>
<
a href="#event_offsetParentChange">offsetParentChange</
a>
<
a href="#event_ownerDocumentChange">ownerDocumentChange</
a>
<
a href="#event_parentNodeChange">parentNodeChange</
a>
<
a href="#event_previousSiblingChange">previousSiblingChange</
a>
<
a href="#event_rowsChange">rowsChange</
a>
<
a href="#event_tBodiesChange">tBodiesChange</
a>
<
a href="#event_tFootChange">tFootChange</
a>
<
a href="#event_tHeadChange">tHeadChange</
a>
<
h4>Configuration Attributes</
h4>
<
a href="#config_body">body</
a>
<
a href="#config_cells">cells</
a>
<
a href="#config_childNodes">childNodes</
a>
<
a href="#config_children">children</
a>
<
a href="#config_documentElement">documentElement</
a>
<
a href="#config_elements">elements</
a>
<
a href="#config_firstChild">firstChild</
a>
<
a href="#config_lastChild">lastChild</
a>
<
a href="#config_offsetParent">offsetParent</
a>
<
a href="#config_ownerDocument">ownerDocument</
a>
<
a href="#config_parentNode">parentNode</
a>
<
a href="#config_previousSibling">previousSibling</
a>
<
a href="#config_rows">rows</
a>
<
a href="#config_tBodies">tBodies</
a>
<
a href="#config_tFoot">tFoot</
a>
<
a href="#config_tHead">tHead</
a>
Copyright © 2008 Yahoo! Inc. All rights reserved.