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

  1. Usage nodeObj <method> <args>, where method can be:
  2. nodeType
  3. nodeName
  4. nodeValue ?newValue?
  5. hasChildNodes
  6. childNodes
  7. childNodesLive
  8. parentNode
  9. firstChild ?nodeObjVar?
  10. lastChild ?nodeObjVar?
  11. nextSibling ?nodeObjVar?
  12. previousSibling ?nodeObjVar?
  13. hasAttribute attrName
  14. getAttribute attrName ?defaultValue?
  15. setAttribute attrName value ?attrName value ...?
  16. removeAttribute attrName
  17. hasAttributeNS uri localName
  18. getAttributeNS uri localName ?defaultValue?
  19. setAttributeNS uri attrName value ?attrName value ...?
  20. removeAttributeNS uri attrName
  21. attributes ?attrNamePattern?
  22. appendChild new
  23. insertBefore new ref
  24. replaceChild new old
  25. removeChild child
  26. cloneNode ?-deep?
  27. ownerDocument
  28. getElementsByTagName name
  29. getElementsByTagNameNS uri localname
  30. getElementById id
  31. find attrName attrValue ?nodeObjVar?
  32. child number|all ?type? ?attrName attrValue?
  33. descendant number|all ?type? ?attrName attrValue?
  34. ancestor number|all ?type? ?attrName attrValue?
  35. fsibling number|all ?type? ?attrName attrValue?
  36. psibling number|all ?type? ?attrName attrValue?
  37. root ?nodeObjVar?
  38. target
  39. data
  40. text
  41. prefix
  42. namespaceURI
  43. getBaseURI
  44. baseURI ?URI?
  45. localName
  46. delete
  47. getLine
  48. getColumn
  49. @<attrName> ?defaultValue?
  50. asList
  51. asXML ?-indent <none,0..8>? ?-channel <channel>? ?-escapeNonASCII? ?-escapeAllQuot? ?-doctypeDeclaration <boolean>?
  52. asHTML ?-channel <channelId>? ?-escapeNonASCII? ?-htmlEntities?
  53. asText
  54. appendFromList nestedList
  55. appendFromScript script
  56. insertBeforeFromScript script ref
  57. appendXML xmlString
  58. selectNodes ?-namespaces prefixUriList? ?-cache <boolean>? xpathQuery ?typeVar?
  59. toXPath
  60. disableOutputEscaping ?boolean?
  61. precedes node
  62. normalize ?-forXPath?
  63. xslt ?-parameters parameterList? <xsltDocNode>
  64. readlock
  65. writelock
  66.  
  67. Usage nodeObj <method> <args>, where method can be:
  68. nodeType
  69. nodeName
  70. nodeValue ?newValue?
  71. hasChildNodes
  72. childNodes
  73. childNodesLive
  74. parentNode
  75. firstChild ?nodeObjVar?
  76. lastChild ?nodeObjVar?
  77. nextSibling ?nodeObjVar?
  78. previousSibling ?nodeObjVar?
  79. hasAttribute attrName
  80. getAttribute attrName ?defaultValue?
  81. setAttribute attrName value ?attrName value ...?
  82. removeAttribute attrName
  83. hasAttributeNS uri localName
  84. getAttributeNS uri localName ?defaultValue?
  85. setAttributeNS uri attrName value ?attrName value ...?
  86. removeAttributeNS uri attrName
  87. attributes ?attrNamePattern?
  88. appendChild new
  89. insertBefore new ref
  90. replaceChild new old
  91. removeChild child
  92. cloneNode ?-deep?
  93. ownerDocument
  94. getElementsByTagName name
  95. getElementsByTagNameNS uri localname
  96. getElementById id
  97. find attrName attrValue ?nodeObjVar?
  98. child number|all ?type? ?attrName attrValue?
  99. descendant number|all ?type? ?attrName attrValue?
  100. ancestor number|all ?type? ?attrName attrValue?
  101. fsibling number|all ?type? ?attrName attrValue?
  102. psibling number|all ?type? ?attrName attrValue?
  103. root ?nodeObjVar?
  104. target
  105. data
  106. text
  107. prefix
  108. namespaceURI
  109. getBaseURI
  110. baseURI ?URI?
  111. localName
  112. delete
  113. getLine
  114. getColumn
  115. @<attrName> ?defaultValue?
  116. asList
  117. asXML ?-indent <none,0..8>? ?-channel <channel>? ?-escapeNonASCII? ?-escapeAllQuot? ?-doctypeDeclaration <boolean>?
  118. asHTML ?-channel <channelId>? ?-escapeNonASCII? ?-htmlEntities?
  119. asText
  120. appendFromList nestedList
  121. appendFromScript script
  122. insertBeforeFromScript script ref
  123. appendXML xmlString
  124. selectNodes ?-namespaces prefixUriList? ?-cache <boolean>? xpathQuery ?typeVar?
  125. toXPath
  126. disableOutputEscaping ?boolean?
  127. precedes node
  128. normalize ?-forXPath?
  129. xslt ?-parameters parameterList? <xsltDocNode>
  130. readlock
  131. writelock
  132.  
  133. while executing
  134. "$resultRoot createElement ratings"
  135. (procedure "submit" line 62)
  136. invoked from within
  137. "submit "
  138. invoked from within
  139. ".frButtons.butSubmit invoke"
  140. ("uplevel" body line 1)
  141. invoked from within
  142. "uplevel #0 [list $w invoke]"
  143. (procedure "tk::ButtonUp" line 22)
  144. invoked from within
  145. "tk::ButtonUp .frButtons.butSubmit"
  146. (command bound to event)