/[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.13 by wakaba, Sat Jul 14 09:19:11 2007 UTC revision 1.14 by wakaba, Sat Jul 14 16:32:28 2007 UTC
# Line 79  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?        CONFIGURATION_PARAMETER_VALUE_ERR => {
83          -description => q(Can't set the value to the configuration parameter),          -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        },        },
88          NULLPO_ERR => {
89            -description => q(NULLPO),
90          },
91        UNKNOWN_XML_VERSION_ERR => {        UNKNOWN_XML_VERSION_ERR => {
92          -description => q(Specified version of XML is not supported),          -description => q(Specified version of XML is not supported),
93        },        },

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24