98 |
-description => q(Attribute is already in use), |
-description => q(Attribute is already in use), |
99 |
}, |
}, |
100 |
# INVALID_STATE_ERR == 11 |
# INVALID_STATE_ERR == 11 |
101 |
# SYNTAX_ERR == 12 |
SYNTAX_ERR => { |
102 |
|
-code => 12, |
103 |
|
-subtype => { |
104 |
|
INVALID_SELECTORS_ERR => { |
105 |
|
-description => q(Invalid group of selectors), |
106 |
|
}, |
107 |
|
}, |
108 |
|
}, |
109 |
# INVALID_MODIFICATION_ERR == 13 |
# INVALID_MODIFICATION_ERR == 13 |
110 |
NAMESPACE_ERR => { |
NAMESPACE_ERR => { |
111 |
-code => 14, |
-code => 14, |
122 |
QNAME_NULLNS_ERR => { |
QNAME_NULLNS_ERR => { |
123 |
-description => q(Qualified name is not specified), |
-description => q(Qualified name is not specified), |
124 |
}, |
}, |
125 |
|
UNDECLARED_PREFIX_ERR => { |
126 |
|
-description => q(Undeclared prefix |
127 |
|
"%p (name => {namespace_prefix});"), |
128 |
|
}, |
129 |
XMLNS_NONXMLNSNS_ERR => { |
XMLNS_NONXMLNSNS_ERR => { |
130 |
-description => q(Qualified name "xmlns" can only be used with namespace URI <http://www.w3.org/2000/xmlns/>), |
-description => q(Qualified name "xmlns" can only be used with namespace URI <http://www.w3.org/2000/xmlns/>), |
131 |
}, |
}, |