206207208209210211212213214215216
endElement(ch, "tbody"); endElement(ch, "table"); endElement(ch, "body"); endElement(ch, "html"); } finally { ch.endDocument(); } } catch (SAXException e) { throw new IOException(e); } }