domFactory = DOMFactory.getDefaultInstance();
}
public void testHrefMakeChild() throws IOException {
ProtocolFactory factory = new ProtocolRegistry.HTMLVersion4_0Factory();
ProtocolBuilder builder = new ProtocolBuilder();
DOMProtocol protocol = (DOMProtocol)builder.build(factory, null);
Document document = domFactory.createDocument();