public final class nodeelementnodetype extends org.w3c.domts.DOMTestCase
The "getNodeType()" method for an Element Node
returns the constant value 1.
Retrieve the root node and invoke the "getNodeType()"
method. The method should return 1.
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);