DOM: Clarified _get behavior

- It is an error to provide no DOM references (task _get).
- It is an error to provide bad DOM references (task _get donkey). In this
  example, 'donkey' could be a UDA orphan.
- It is not an error for a valid DOM reference to yield no value.
This commit is contained in:
Paul Beckingham 2015-08-03 09:05:17 -04:00
parent ebecaf420e
commit 37bd07883b
11 changed files with 47 additions and 16 deletions

View file

@ -366,6 +366,7 @@
#define STRING_CMD_COUNT_USAGE "一致した タスク をカウント"
#define STRING_CMD_GET_USAGE "DOM Accessor"
#define STRING_CMD_GET_NO_DOM "No DOM reference specified."
#define STRING_CMD_GET_BAD_REF "'{1}' is not a DOM reference."
#define STRING_CMD_UDAS_NO "UDAが一つも定義されていません。"
#define STRING_CMD_UDAS_SUMMARY "{1} UDA が定義されました。"