/[suikacvs]/messaging/manakai/lib/Message/DOM/DOMException.pm
Suika

Diff of /messaging/manakai/lib/Message/DOM/DOMException.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.14 by wakaba, Sat Jul 14 16:32:28 2007 UTC revision 1.15 by wakaba, Mon Sep 24 10:16:14 2007 UTC
# Line 98  sub ___error_def () {+{ Line 98  sub ___error_def () {+{
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,
# Line 115  sub ___error_def () {+{ Line 122  sub ___error_def () {+{
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        },        },

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24