42 |
INVALID_CHARACTER_ERR => { |
INVALID_CHARACTER_ERR => { |
43 |
-code => 5, |
-code => 5, |
44 |
-subtype => { |
-subtype => { |
45 |
|
MALFORMED_EVENT_TYPE_ERR => { |
46 |
|
-description => q(Event type is not an XML Namespaces 1.1 |NCName|), |
47 |
|
}, |
48 |
MALFORMED_NAME_ERR => { |
MALFORMED_NAME_ERR => { |
49 |
-description => q(Not a legal XML |Name|), |
-description => q(Not a legal XML |Name|), |
50 |
}, |
}, |
85 |
CONFIGURATION_PARAMETER_VALUE_ERR => { |
CONFIGURATION_PARAMETER_VALUE_ERR => { |
86 |
-description => q(Can't set the value to the configuration parameter), |
-description => q(Can't set the value to the configuration parameter), |
87 |
}, |
}, |
88 |
|
EVENT_INTERFACE_NOT_SUPPORTED_ERR => { |
89 |
|
-description => q(Can't instantiate specified event interface), |
90 |
|
}, |
91 |
|
EXTERNAL_EVENT_ERR => { |
92 |
|
-description => q(The event has not been created using create_event |
93 |
|
method of this DOM implementation), |
94 |
|
}, |
95 |
NON_HTML_OPERATION_ERR => { |
NON_HTML_OPERATION_ERR => { |
96 |
-description => q(Can't apply to HTML document), |
-description => q(Can't apply to HTML document), |
97 |
}, |
}, |