4142434445464748495051
this.control = control; } public void readFrom(InputStream is) throws IOException { try { CTControl doc = CTControl.Factory.parse(is); control = doc; } catch (XmlException e) { throw new IOException(e.getLocalizedMessage()); } }