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
150151152153154155156
throw new XMLDBException(ErrorCodes.UNKNOWN_ERROR, e.getMessage()); } } public ContentHandler setContentAsSAX() throws XMLDBException { return new SetContentHandler(this); }