class Perldoc::DOM::PI is Perldoc::DOM::Node; sub event_type { "processing_instruction" } =head1 NAME Perldoc::DOM::PI - a processing instruction in a Perldoc::DOM tree =head1 SYNOPSIS See L. =head1 DESCRIPTION These nodes can be used to, eg, note to the L that an upcoming closing node is to be represented in a certain non-normative way in the source. =head2 SUB-CLASS PROPERTIES This node type keeps the C property, and adds nothing else. More specialised processing instructions may sub-class this module or provide special behaviour when a property is set. If we ever need them C<:)> Note, if you want to specify an B object, then please sub-class C with a non-core type.. =cut