Home
last modified time | relevance | path

Searched refs:endListBody (Results 1 – 8 of 8) sorted by relevance

/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/fo/flow/
H A DListItemBody.java47 getFOEventHandler().endListBody(this); in endOfNode()
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/fo/
H A DDelegatingFOEventHandler.java303 public void endListBody(ListItemBody listItemBody) { in endListBody() method in DelegatingFOEventHandler
304 delegate.endListBody(listItemBody); in endListBody()
H A DFOEventHandler.java425 public void endListBody(ListItemBody listItemBody) { in endListBody() method in FOEventHandler
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/accessibility/fo/
H A DFO2StructureTreeConverter.java552 public void endListBody(final ListItemBody listItemBody) { in endListBody() method in FO2StructureTreeConverter
555 eventHandler.endListBody(listItemBody); in endListBody()
558 super.endListBody(listItemBody); in endListBody()
H A DStructureTreeEventTrigger.java381 public void endListBody(ListItemBody listItemBody) { in endListBody() method in StructureTreeEventTrigger
/dports/textproc/fop/fop-2.6/fop-sandbox/src/main/java/org/apache/fop/render/mif/
H A DMIFHandler.java282 public void endListBody(ListItemBody listItemBody) { in endListBody() method in MIFHandler
/dports/textproc/fop/fop-2.6/fop-core/src/test/java/org/apache/fop/fo/
H A DDelegatingFOEventHandlerTestCase.java305 public void endListBody(ListItemBody listItemBody) { in endListBody() method in DelegatingFOEventHandlerTestCase.DelegatingFOEventHandlerTester
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/render/rtf/
H A DRTFHandler.java967 this.endListBody(null); in startListItem()
1029 public void endListBody(ListItemBody listItemBody) { in endListBody() method in RTFHandler
1623 endListBody(null); in invokeDeferredEvent()