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

Diff of /messaging/manakai/lib/Message/DOM/DocumentFragment.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 52  sub AUTOLOAD { Line 52  sub AUTOLOAD {
52    
53  ## The |Node| interface - attribute  ## The |Node| interface - attribute
54    
55  sub node_type { 11 } # DOCUMENT_FRAGMENT_NODE  ## Spec:
56    ## <http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core.html#ID-F68D095>
57    ## <http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core.html#ID-1950641247>
58    
59    sub node_name ($) {
60      return '#document-fragment';
61    } # node_name
62    
63    ## Spec:
64    ## <http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core.html#ID-111237558>
65    
66    sub node_type ($) { 11 } # DOCUMENT_FRAGMENT_NODE
67    
68  package Message::IF::DocumentFragment;  package Message::IF::DocumentFragment;
69    
# Line 61  package Message::DOM::Document; Line 72  package Message::DOM::Document;
72  ## Spec:  ## Spec:
73  ## <http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core.html#ID-35CB04B5>  ## <http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core.html#ID-35CB04B5>
74    
75  sub create_document_fragment ($$) {  sub create_document_fragment ($) {
76    return Message::DOM::DocumentFragment->____new ($_[0]);    return Message::DOM::DocumentFragment->____new ($_[0]);
77  } # create_document_fragment  } # create_document_fragment
78    

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24