# phpman > perldoc > XML::XPath::Node::PI

## NAME
    PI - an XML processing instruction node

## API
  new ( target, data )
    Create a new PI node.

  getTarget
    Returns the target

  getData
    Returns the data

