/[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.12 by wakaba, Sun Jul 8 11:28:45 2007 UTC revision 1.13 by wakaba, Sat Jul 14 09:19:11 2007 UTC
# Line 13  sub ___error_def () {+{ Line 13  sub ___error_def () {+{
13        },        },
14      },      },
15    },    },
16      # DOMSTRING_SIZE_ERR == 2
17    HIERARCHY_REQUEST_ERR => {    HIERARCHY_REQUEST_ERR => {
18      -code => 3,      -code => 3,
19      -subtype => {      -subtype => {
# Line 46  sub ___error_def () {+{ Line 47  sub ___error_def () {+{
47        },        },
48      },      },
49    },    },
50      # NO_DATA_ALLOWED_ERR == 6
51    NO_MODIFICATION_ALLOWED_ERR => {    NO_MODIFICATION_ALLOWED_ERR => {
52      -code => 7,      -code => 7,
53      -subtype => {      -subtype => {
# Line 63  sub ___error_def () {+{ Line 65  sub ___error_def () {+{
65        NOT_CHILD_ERR => {        NOT_CHILD_ERR => {
66          -description => q(Not a child of this node),          -description => q(Not a child of this node),
67        },        },
68          UNRECOGNIZED_CONFIGURATION_PARAMETER_ERR => {
69            -description => q(Unrecognized configuration parameter is specified),
70          },
71      },      },
72    },    },
73    NOT_SUPPORTED_ERR => {    NOT_SUPPORTED_ERR => {
# Line 74  sub ___error_def () {+{ Line 79  sub ___error_def () {+{
79        CLONE_NODE_TYPE_NOT_SUPPORTED_ERR => {        CLONE_NODE_TYPE_NOT_SUPPORTED_ERR => {
80          -description => q(Can't clone specified type of node),          -description => q(Can't clone specified type of node),
81        },        },
82          CONFIGURATION_PARAMETER_VALUE_ERR => { ## TODO: Necessary?
83            -description => q(Can't set the value to the configuration parameter),
84          },
85        NON_HTML_OPERATION_ERR => {        NON_HTML_OPERATION_ERR => {
86          -description => q(Can't apply to HTML document),          -description => q(Can't apply to HTML document),
87        },        },
# Line 86  sub ___error_def () {+{ Line 94  sub ___error_def () {+{
94      -code => 10,      -code => 10,
95      -description => q(Attribute is already in use),      -description => q(Attribute is already in use),
96    },    },
97      # INVALID_STATE_ERR == 11
98      # SYNTAX_ERR == 12
99      # INVALID_MODIFICATION_ERR == 13
100    NAMESPACE_ERR => {    NAMESPACE_ERR => {
101      -code => 14,      -code => 14,
102      -subtype => {      -subtype => {
# Line 112  sub ___error_def () {+{ Line 123  sub ___error_def () {+{
123        },        },
124      },      },
125    },    },
126      # INVALID_ACCESS_ERR == 15
127      # VALIDATION_ERR == 16
128      TYPE_MISMATCH_ERR => {
129        -code => 17,
130        -subtype => {
131          CONFIGURATION_PARAMETER_TYPE_ERR => {
132            -description => q(The value type for this configuration parameter is incompatible with the specified value),
133          },
134        },
135      },
136  }} # ___error_def  }} # ___error_def
137    
138  package Message::IF::DOMException;  package Message::IF::DOMException;

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24