public DocumentType createDocType(String name, String publicId, String systemId) {
   return proxy.createDocType(name, publicId, systemId);
 }