/[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.7 by wakaba, Sat Jul 7 09:11:05 2007 UTC revision 1.8 by wakaba, Sat Jul 7 12:26:09 2007 UTC
# Line 7  require Message::Util::Error; Line 7  require Message::Util::Error;
7  sub ___error_def () {+{  sub ___error_def () {+{
8    WRONG_DOCUMENT_ERR => {    WRONG_DOCUMENT_ERR => {
9      -code => 4,      -code => 4,
10      -description => q(Can't insert into different document),      EXTERNAL_OBJECT_ERR => {
11          -description => q(Can't insert into different document),
12        },
13        INUSE_DOCTYPE_ERR => {
14          -description => q(Document type is already in use),
15        },
16    },    },
17    INVALID_CHARACTER_ERR => {    INVALID_CHARACTER_ERR => {
18      -code => 5,      -code => 5,
# Line 61  sub ___error_def () {+{ Line 66  sub ___error_def () {+{
66        PREFIXED_NULLNS_ERR => {        PREFIXED_NULLNS_ERR => {
67          -description => q(A namespace prefix is specified while namespace URI is null),          -description => q(A namespace prefix is specified while namespace URI is null),
68        },        },
69          QNAME_NULLNS_ERR => {
70            -description => q(Qualified name is not specified),
71          },
72        XMLNS_NONXMLNSNS_ERR => {        XMLNS_NONXMLNSNS_ERR => {
73          -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/>),
74        },        },

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24