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

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

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

revision 1.1 by wakaba, Wed Jun 13 12:04:50 2007 UTC revision 1.2 by wakaba, Fri Jun 15 14:32:50 2007 UTC
# Line 44  sub AUTOLOAD { Line 44  sub AUTOLOAD {
44    
45  ## The |Node| interface - attribute  ## The |Node| interface - attribute
46    
47  sub node_type () { 3 } # TEXT_NODE  ## Spec:
48    ## <http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core.html#ID-F68D095>
49    ## <http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core.html#ID-1950641247>
50    
51    sub node_name ($) {
52      return '#text';
53    } # node_name
54    
55    ## Spec:
56    ## <http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core.html#ID-111237558>
57    
58    sub node_type ($) { 3 } # TEXT_NODE
59    
60  package Message::IF::Text;  package Message::IF::Text;
61    

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24