79 |
CLONE_NODE_TYPE_NOT_SUPPORTED_ERR => { |
CLONE_NODE_TYPE_NOT_SUPPORTED_ERR => { |
80 |
-description => q(Can't clone specified type of node), |
-description => q(Can't clone specified type of node), |
81 |
}, |
}, |
82 |
CONFIGURATION_PARAMETER_VALUE_ERR => { ## TODO: Necessary? |
CONFIGURATION_PARAMETER_VALUE_ERR => { |
83 |
-description => q(Can't set the value to the configuration parameter), |
-description => q(Can't set the value to the configuration parameter), |
84 |
}, |
}, |
85 |
NON_HTML_OPERATION_ERR => { |
NON_HTML_OPERATION_ERR => { |
86 |
-description => q(Can't apply to HTML document), |
-description => q(Can't apply to HTML document), |
87 |
}, |
}, |
88 |
|
NULLPO_ERR => { |
89 |
|
-description => q(NULLPO), |
90 |
|
}, |
91 |
UNKNOWN_XML_VERSION_ERR => { |
UNKNOWN_XML_VERSION_ERR => { |
92 |
-description => q(Specified version of XML is not supported), |
-description => q(Specified version of XML is not supported), |
93 |
}, |
}, |