|
|
| version 1.166, 2004/03/05 15:14:47 | version 1.168, 2004/03/10 10:04:30 |
|---|---|
| Line 887 xdoc(xnode) | Line 887 xdoc(xnode) |
| !NodeList getElementsByTagNameNS(in DOMString namespaceURI, in DOMString localName); | !NodeList getElementsByTagNameNS(in DOMString namespaceURI, in DOMString localName); |
| !XPath: | !XPath: |
| !^node.select[xpath/query/expression] = array of nodes, | !^node.select[xpath/query/expression][[namespaces]] = array of nodes, |
| empty array if nothing found | empty array if nothing found |
| !^node.selectSingle[xpath/query/expression] = first node if any | !^node.selectSingle[xpath/query/expression][[namespaces]] = first node if any |
| !^node.selectBool[xpath/query/expression] = bool if any or die | !^node.selectBool[xpath/query/expression][[namespaces]] = bool if any or die |
| !^node.selectNumber[xpath/query/expression] = double if any or die | !^node.selectNumber[xpath/query/expression][[namespaces]] = double if any or die |
| !^node.selectString[xpath/query/expression] = string if any or die | !^node.selectString[xpath/query/expression][[namespaces]] = string if any or die |
| ![[namespaces]] hash, where keys=prefixes, values=urls | |
| !error codes(пока придут как текст в случае соответствующих ошибок): | !error codes(пока придут как текст в случае соответствующих ошибок): |
| INDEX_SIZE_ERR | INDEX_SIZE_ERR |
| Line 1021 console | Line 1022 console |
| !при загрузке файла (file::load, table::load, xdoc::load) можно указать такое имя файла: | !при загрузке файла (file::load, table::load, xdoc::load) можно указать такое имя файла: |
| !http://domain/document[?params<<deprecated, use $.form[...]] | !http://domain/document[?params<<deprecated, use $.form[...]] |
| !а также, возможно, указать опции: | !а также, возможно, указать опции: |
| !$.method[GET|HEAD] | !$.method[GET|POST|HEAD] |
| !$.timeout(3) << в секундах, по-умолчанию =2 | !$.timeout(3) << в секундах, по-умолчанию =2 |
| !$.headers[ | !$.headers[ |
| ! $поле[значение] << значение имеет формат, как $response:ЗАГОЛОВОК | ! $поле[значение] << значение имеет формат, как $response:ЗАГОЛОВОК |