Doc::Perlish::DOM::PI - a processing instruction in a Perldoc::DOM tree


Doc-Perlish documentation  | view source Contained in the Doc-Perlish distribution.

Index


NAME

Top

Doc::Perlish::DOM::PI - a processing instruction in a Perldoc::DOM tree

SYNOPSIS

Top

See Doc::Perlish::DOM::Node.

DESCRIPTION

Top

These nodes can be used to, eg, note to the Pod::Writer that an upcoming closing node is to be represented in a certain non-normative way in the source.

SUB-CLASS PROPERTIES

A processing instruction is represented very much like an element, except that it cannot contain sub-nodes like an element can.

Note: this restriction is currently not enforced by the DOM interface.


Doc-Perlish documentation  | view source Contained in the Doc-Perlish distribution.