public final class nodeprocessinginstructionnodevalue extends org.w3c.domts.DOMTestCase
The string returned by the "getNodeValue()" method for a
Processing Instruction Node is the content of the
Processing Instruction(exclude the target).
Retrieve the Processing Instruction node in the XML file
and check the string returned by the "getNodeValue()"
method. It should be equal to "PIDATA".
org.w3c.domts.DOMTestIncompatibleException Thrown if test is not compatible with parser configuration
super(factory);
//
// check if loaded documents are supported for content type
//
String contentType = getContentType();
preload(contentType, "staff", false);