/[suikacvs]/markup/html/whatpm/Whatpm/NanoDOM.pm
Suika

Diff of /markup/html/whatpm/Whatpm/NanoDOM.pm

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

revision 1.29 by wakaba, Fri Nov 7 08:45:28 2008 UTC revision 1.30 by wakaba, Sat Dec 6 10:00:53 2008 UTC
# Line 406  sub xml_standalone ($;$) { Line 406  sub xml_standalone ($;$) {
406    return $_[0]->{xml_standalone};    return $_[0]->{xml_standalone};
407  }  }
408    
409    sub document_uri ($;$) {
410      $_[0]->{document_uri} = $_[1] if @_ > 1;
411      return $_[0]->{document_uri};
412    }
413    
414  package Whatpm::NanoDOM::Element;  package Whatpm::NanoDOM::Element;
415  push our @ISA, 'Whatpm::NanoDOM::Node';  push our @ISA, 'Whatpm::NanoDOM::Node';
416    

Legend:
Removed from v.1.29  
changed lines
  Added in v.1.30

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24