Posted to tcl by Ash321 at Fri Apr 22 19:34:47 GMT 2011view pretty

Usage nodeObj <method> <args>, where method can be:
    nodeType                     
    nodeName                     
    nodeValue ?newValue?         
    hasChildNodes                
    childNodes                   
    childNodesLive               
    parentNode                   
    firstChild ?nodeObjVar?      
    lastChild ?nodeObjVar?       
    nextSibling ?nodeObjVar?     
    previousSibling ?nodeObjVar? 
    hasAttribute attrName        
    getAttribute attrName ?defaultValue? 
    setAttribute attrName value ?attrName value ...? 
    removeAttribute attrName     
    hasAttributeNS uri localName 
    getAttributeNS uri localName ?defaultValue? 
    setAttributeNS uri attrName value ?attrName value ...? 
    removeAttributeNS uri attrName 
    attributes ?attrNamePattern?   
    appendChild new              
    insertBefore new ref         
    replaceChild new old         
    removeChild child            
    cloneNode ?-deep?            
    ownerDocument                
    getElementsByTagName name    
    getElementsByTagNameNS uri localname 
    getElementById id            
    find attrName attrValue ?nodeObjVar?   
    child      number|all ?type? ?attrName attrValue? 
    descendant number|all ?type? ?attrName attrValue? 
    ancestor   number|all ?type? ?attrName attrValue? 
    fsibling   number|all ?type? ?attrName attrValue? 
    psibling   number|all ?type? ?attrName attrValue? 
    root ?nodeObjVar?            
    target                       
    data                         
    text                         
    prefix                       
    namespaceURI                 
    getBaseURI                   
    baseURI ?URI?                
    localName                    
    delete                       
    getLine                      
    getColumn                    
    @<attrName> ?defaultValue?   
    asList                       
    asXML ?-indent <none,0..8>? ?-channel <channel>? ?-escapeNonASCII? ?-escapeAllQuot? ?-doctypeDeclaration <boolean>?
    asHTML ?-channel <channelId>? ?-escapeNonASCII? ?-htmlEntities?
    asText                       
    appendFromList nestedList    
    appendFromScript script      
    insertBeforeFromScript script ref 
    appendXML xmlString          
    selectNodes ?-namespaces prefixUriList? ?-cache <boolean>? xpathQuery ?typeVar? 
    toXPath                      
    disableOutputEscaping ?boolean? 
    precedes node                
    normalize ?-forXPath?        
    xslt ?-parameters parameterList? <xsltDocNode>
    readlock                     
    writelock                    

Usage nodeObj <method> <args>, where method can be:
    nodeType                     
    nodeName                     
    nodeValue ?newValue?         
    hasChildNodes                
    childNodes                   
    childNodesLive               
    parentNode                   
    firstChild ?nodeObjVar?      
    lastChild ?nodeObjVar?       
    nextSibling ?nodeObjVar?     
    previousSibling ?nodeObjVar? 
    hasAttribute attrName        
    getAttribute attrName ?defaultValue? 
    setAttribute attrName value ?attrName value ...? 
    removeAttribute attrName     
    hasAttributeNS uri localName 
    getAttributeNS uri localName ?defaultValue? 
    setAttributeNS uri attrName value ?attrName value ...? 
    removeAttributeNS uri attrName 
    attributes ?attrNamePattern?   
    appendChild new              
    insertBefore new ref         
    replaceChild new old         
    removeChild child            
    cloneNode ?-deep?            
    ownerDocument                
    getElementsByTagName name    
    getElementsByTagNameNS uri localname 
    getElementById id            
    find attrName attrValue ?nodeObjVar?   
    child      number|all ?type? ?attrName attrValue? 
    descendant number|all ?type? ?attrName attrValue? 
    ancestor   number|all ?type? ?attrName attrValue? 
    fsibling   number|all ?type? ?attrName attrValue? 
    psibling   number|all ?type? ?attrName attrValue? 
    root ?nodeObjVar?            
    target                       
    data                         
    text                         
    prefix                       
    namespaceURI                 
    getBaseURI                   
    baseURI ?URI?                
    localName                    
    delete                       
    getLine                      
    getColumn                    
    @<attrName> ?defaultValue?   
    asList                       
    asXML ?-indent <none,0..8>? ?-channel <channel>? ?-escapeNonASCII? ?-escapeAllQuot? ?-doctypeDeclaration <boolean>?
    asHTML ?-channel <channelId>? ?-escapeNonASCII? ?-htmlEntities?
    asText                       
    appendFromList nestedList    
    appendFromScript script      
    insertBeforeFromScript script ref 
    appendXML xmlString          
    selectNodes ?-namespaces prefixUriList? ?-cache <boolean>? xpathQuery ?typeVar? 
    toXPath                      
    disableOutputEscaping ?boolean? 
    precedes node                
    normalize ?-forXPath?        
    xslt ?-parameters parameterList? <xsltDocNode>
    readlock                     
    writelock                    

    while executing
"$resultRoot createElement ratings"
    (procedure "submit" line 62)
    invoked from within
"submit "
    invoked from within
".frButtons.butSubmit invoke"
    ("uplevel" body line 1)
    invoked from within
"uplevel #0 [list $w invoke]"
    (procedure "tk::ButtonUp" line 22)
    invoked from within
"tk::ButtonUp .frButtons.butSubmit"
    (command bound to event)