Uses of Class
org.docx4j.org.apache.fop.events.model.EventModel
| Package | Description |
|---|---|
| org.docx4j.org.apache.fop.events | |
| org.docx4j.org.apache.fop.events.model |
-
Uses of EventModel in org.docx4j.org.apache.fop.events
Methods in org.docx4j.org.apache.fop.events with parameters of type EventModel Modifier and Type Method Description static voidDefaultEventBroadcaster. addEventModel(EventModel eventModel)Adds a newEventModelto the list of registered event models. -
Uses of EventModel in org.docx4j.org.apache.fop.events.model
Methods in org.docx4j.org.apache.fop.events.model that return EventModel Modifier and Type Method Description static EventModelEventModelParser. parse(javax.xml.transform.Source src)Parses an event model file into an EventModel instance.Methods in org.docx4j.org.apache.fop.events.model with parameters of type EventModel Modifier and Type Method Description static org.xml.sax.ContentHandlerEventModelParser. getContentHandler(EventModel model)Creates a new ContentHandler instance that you can send the event model XML to.