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

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

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

revision 1.5 by wakaba, Sun Jun 17 13:37:40 2007 UTC revision 1.6 by wakaba, Sun Jul 8 05:42:37 2007 UTC
# Line 77  sub text_content () { undef } Line 77  sub text_content () { undef }
77    
78  ## |Node| methods  ## |Node| methods
79    
80    sub append_child ($$) {
81      report Message::DOM::DOMException
82          -object => $_[0],
83          -type => 'HIERARCHY_REQUEST_ERR',
84          -subtype => 'CHILD_NODE_TYPE_ERR';
85    } # append_child
86    
87  sub manakai_append_text () { }  sub manakai_append_text () { }
88    
89    sub insert_before ($;$) {
90      report Message::DOM::DOMException
91          -object => $_[0],
92          -type => 'HIERARCHY_REQUEST_ERR',
93          -subtype => 'CHILD_NODE_TYPE_ERR';
94    } # insert_before
95    
96    sub replace_child ($$) {
97      report Message::DOM::DOMException
98          -object => $_[0],
99          -type => 'HIERARCHY_REQUEST_ERR',
100          -subtype => 'CHILD_NODE_TYPE_ERR';
101    } # replace_child
102    
103  ## |Notation| attributes  ## |Notation| attributes
104    
105  sub manakai_declaration_base_uri ($;$) {  sub manakai_declaration_base_uri ($;$) {

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24