/[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.1 by wakaba, Thu Jun 14 13:10:07 2007 UTC revision 1.2 by wakaba, Fri Jun 15 14:32:50 2007 UTC
# Line 57  sub data ($); Line 57  sub data ($);
57    
58  ## The |Node| interface - attribute  ## The |Node| interface - attribute
59    
60  sub node_type { 7 } # PROCESSING_INSTRUCTION_NODE  ## Spec:
61    ## <http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core.html#ID-F68D095>
62    ## Modified: <http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core.html#ID-1841493061>
63    
64    ## The target of the processing instruction [DOM1, DOM2].
65    ## Same as |ProcessingInstruction.target| [DOM3].
66    
67    *node_name = \&target;
68    
69    ## Spec:
70    ## <http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core.html#ID-111237558>
71    
72    sub node_type ($) { 7 } # PROCESSING_INSTRUCTION_NODE
73    
74    ## Spec:
75    ## <http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core.html#ID-F68D080>
76    ## Modified: <http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core.html#ID-1841493061>
77    
78    ## The entire content exclude the target [DOM1, DOM2].
79    ## Same as |ProcessingInstruction.data| [DOM3].
80    
81    *node_value = \&data;
82    
83  package Message::IF::ProcessingInstruction;  package Message::IF::ProcessingInstruction;
84    

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24