* Ensure that a transparent validator at the root of a document works
* correctly.
*/
public void testTransparentAtRoot() throws Exception {
ElementType e = new ElementType("", "e", "e");
ElementType c = new ElementType("", "c", "c");
TransparentElementValidator elementValidator =
new TransparentElementValidator(e, null, true);
elementValidator.open(null);