public final class nodeprocessinginstructionnodeattributes extends org.w3c.domts.DOMTestCase
The "getAttributes()" method invoked on a Processing
Instruction Node returns null.
Retrieve the Processing Instruction node and invoke
the "getAttributes()" method. It should return null.
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);