302303304305306307308
* * @return The ContentHandler that is used to insert data into the database. * @exception XMLDBException */ public ContentHandler setContentAsSAX() throws XMLDBException { return new SetContentHandler(this); }
310311312313314315316
271272273274275276277
275276277278279280281
270271272273274275276