|
fop 1.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.fop.events.model.EventModelParser
public final class EventModelParser
This is a parser for the event model XML.
Method Summary | |
---|---|
static org.xml.sax.ContentHandler |
getContentHandler(EventModel model)
Creates a new ContentHandler instance that you can send the event model XML to. |
static EventModel |
parse(javax.xml.transform.Source src)
Parses an event model file into an EventModel instance. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static EventModel parse(javax.xml.transform.Source src) throws javax.xml.transform.TransformerException
src
- the Source instance pointing to the XML file
javax.xml.transform.TransformerException
- if an error occurs while parsing the XML filepublic static org.xml.sax.ContentHandler getContentHandler(EventModel model)
model
- the EventModel
|
fop 1.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |