public final class hc_documentinvalidcharacterexceptioncreateattribute extends org.w3c.domts.DOMTestCase
The "createAttribute(tagName)" method raises an
INVALID_CHARACTER_ERR DOMException if the specified
tagName contains an invalid character.
Retrieve the entire DOM document and invoke its
"createAttribute(tagName)" method with the tagName equal
to the string "invalid^Name". Due to the invalid
character the desired EXCEPTION should be raised.
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, "hc_staff", true);