This interface provides access to the contents of an XML
processing instruction. Processing instructions provide a
mechanism for embedding commands to an XML processing application
that is in line with the XML content.
Java example
// Add an application-specific processing instruction
ProcessingInstruction pi = doc.createProcessingInstruction("my_app",
"action=\"save\"");