9 |
-code => 4, |
-code => 4, |
10 |
-description => q(Can't insert into different document), |
-description => q(Can't insert into different document), |
11 |
}, |
}, |
12 |
|
INVALID_CHARACTER_ERR => { |
13 |
|
-code => 5, |
14 |
|
-subtype => { |
15 |
|
MALFORMED_NAME_ERR => { |
16 |
|
-description => q(Not a legal XML |Name|), |
17 |
|
}, |
18 |
|
}, |
19 |
|
}, |
20 |
NO_MODIFICATION_ALLOWED_ERR => { |
NO_MODIFICATION_ALLOWED_ERR => { |
21 |
-code => 7, |
-code => 7, |
22 |
-subtype => { |
-subtype => { |
49 |
-code => 10, |
-code => 10, |
50 |
-description => q(Attribute is already in use), |
-description => q(Attribute is already in use), |
51 |
}, |
}, |
52 |
|
NAMESPACE_ERR => { |
53 |
|
-code => 14, |
54 |
|
-subtype => { |
55 |
|
MALFORMED_QNAME_ERR => { |
56 |
|
-description => q(Malformed XML qualified name), |
57 |
|
}, |
58 |
|
NONXMLNSPREFIX_XMLNSNS_ERR => { |
59 |
|
-description => q(Namespace prefix "xmlns" must be used for namespace URI <http://www.w3.org/2000/xmlns/>), |
60 |
|
}, |
61 |
|
PREFIXED_NULLNS_ERR => { |
62 |
|
-description => q(A namespace prefix is specified while namespace URI is null), |
63 |
|
}, |
64 |
|
XMLNS_NONXMLNSNS_ERR => { |
65 |
|
-description => q(Qualified name "xmlns" can only be used with namespace URI <http://www.w3.org/2000/xmlns/>), |
66 |
|
}, |
67 |
|
XMLNSPREFIX_NONXMLNSNS_ERR => { |
68 |
|
-description => q(Namespace prefix "xmlns" cannot be used for namespace URI other than <http://www.w3.org/2000/xmlns/>), |
69 |
|
}, |
70 |
|
XMLPREFIX_NONXMLNS_ERR => { |
71 |
|
-description => q(Namespace prefix "xml" cannot be used for namespace URI other than <http://www.w3.org/XML/1998/namespace>), |
72 |
|
}, |
73 |
|
}, |
74 |
|
}, |
75 |
}} # ___error_def |
}} # ___error_def |
76 |
|
|
77 |
package Message::IF::DOMException; |
package Message::IF::DOMException; |