/[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.2 by wakaba, Fri Jun 15 14:32:50 2007 UTC revision 1.3 by wakaba, Sat Jun 16 08:05:48 2007 UTC
# Line 57  sub data ($); Line 57  sub data ($);
57    
58  ## The |Node| interface - attribute  ## The |Node| interface - attribute
59    
60  ## Spec:  sub child_nodes ($) {
61  ## <http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core.html#ID-F68D095>    require Message::DOM::NodeList;
62  ## Modified: <http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core.html#ID-1841493061>    return bless \\($_[0]), 'Message::DOM::NodeList::EmptyNodeList';
63    } # child_nodes
64    
65  ## The target of the processing instruction [DOM1, DOM2].  ## The target of the processing instruction [DOM1, DOM2].
66  ## Same as |ProcessingInstruction.target| [DOM3].  ## Same as |ProcessingInstruction.target| [DOM3].

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24