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]. |