/[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.6 by wakaba, Sat Jul 7 07:36:58 2007 UTC revision 1.7 by wakaba, Sat Jul 7 09:11:05 2007 UTC
# Line 9  sub ___error_def () {+{ Line 9  sub ___error_def () {+{
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 => {
# Line 41  sub ___error_def () {+{ Line 49  sub ___error_def () {+{
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;

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24