Searched refs:ContentHandlerImpl (Results 1 – 1 of 1) sorted by relevance
36 ContentHandler handler = new ContentHandlerImpl(); in test_getContent()37 ((ContentHandlerImpl) handler).setContent(new Foo()); in test_getContent()41 ((ContentHandlerImpl) handler).setContent(new FooSub()); in test_getContent()46 ((ContentHandlerImpl) handler).setContent(new Foo()); in test_getContent()52 class ContentHandlerImpl extends ContentHandler { class