Web::DOM::ProcessingInstruction
The DOM ProcessingInstruction
object
DESCRIPTION
The Web::DOM::ProcessingInstruction
class implements the DOM ProcessingInstruction
interface.
It represents a processing instruction.
METHODS
In addition to the methods of classes Web::DOM::EventTarget, Web::DOM::Node, Web::DOM::CharacterData, and Web::DOM::ChildNode, the following method is available:
$name = $pi->target
-
Return the target of the processing instruction.
In addition,
the obsolete manakai_base_uri
method is available. [DOMDTDEF]
SPECIFICATIONS
- DOM
-
DOM Living Standard
<http://dom.spec.whatwg.org/#interface-processinginstruction>
. - DOMDTDEF
-
DOM Document Type Definitions
<http://suika.suikawiki.org/www/markup/xml/domdtdef/domdtdef>
. - MANAKAI
-
manakai DOM Extensions
<http://suika.suikawiki.org/~wakaba/wiki/sw/n/manakai++DOM%20Extensions>
.
SEE ALSO
AUTHOR
Wakaba <wakaba@suikawiki.org>.
LICENSE
Copyright 2012-2013 Wakaba <wakaba@suikawiki.org>.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.