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

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

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

revision 1.8 by wakaba, Sun Jul 8 05:42:37 2007 UTC revision 1.9 by wakaba, Sun Jul 8 13:04:37 2007 UTC
# Line 61  sub AUTOLOAD { Line 61  sub AUTOLOAD {
61      Carp::croak (qq<Can't locate method "$AUTOLOAD">);      Carp::croak (qq<Can't locate method "$AUTOLOAD">);
62    }    }
63  } # AUTOLOAD  } # AUTOLOAD
 sub target ($);  
 sub data ($);  
64    
65  ## |Node| attributes  ## |Node| attributes
66    
# Line 92  sub child_nodes ($) { Line 90  sub child_nodes ($) {
90    return bless \\($_[0]), 'Message::DOM::NodeList::EmptyNodeList';    return bless \\($_[0]), 'Message::DOM::NodeList::EmptyNodeList';
91  } # child_nodes  } # child_nodes
92    
 ## The target of the processing instruction [DOM1, DOM2].  
 ## Same as |ProcessingInstruction.target| [DOM3].  
   
93  *node_name = \&target;  *node_name = \&target;
94    
95  sub node_type () { 7 } # PROCESSING_INSTRUCTION_NODE  sub node_type () { 7 } # PROCESSING_INSTRUCTION_NODE
96    
 ## The entire content exclude the target [DOM1, DOM2].  
 ## Same as |ProcessingInstruction.data| [DOM3].  
   
97  *node_value = \&data;  *node_value = \&data;
98    
99  *text_content = \&node_value;  *text_content = \&node_value;
# Line 145  sub replace_child ($$) { Line 137  sub replace_child ($$) {
137    
138  sub manakai_base_uri ($;$);  sub manakai_base_uri ($;$);
139    
140    sub data ($;$);
141    
142    sub target ($);
143    
144  package Message::IF::ProcessingInstruction;  package Message::IF::ProcessingInstruction;
145    
146  package Message::DOM::Document;  package Message::DOM::Document;

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24