|
fop 1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.fop.events.model.EventProducerModel
public class EventProducerModel
Represents the model of an event producer with multiple event methods.
Constructor Summary | |
---|---|
EventProducerModel(java.lang.String interfaceName)
Creates a new instance. |
Method Summary | |
---|---|
void |
addMethod(EventMethodModel method)
Adds a model instance of an event method. |
java.lang.String |
getInterfaceName()
Returns the fully qualified interface name of the event producer. |
EventMethodModel |
getMethod(java.lang.String methodName)
Returns the model instance of an event method for the given method name. |
java.util.Iterator |
getMethods()
Returns an iterator over the contained event producer methods. |
void |
setInterfaceName(java.lang.String name)
Sets the fully qualified interface name of the event producer. |
void |
toSAX(org.xml.sax.ContentHandler handler)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EventProducerModel(java.lang.String interfaceName)
interfaceName
- the fully qualified interface name of the event producerMethod Detail |
---|
public java.lang.String getInterfaceName()
public void setInterfaceName(java.lang.String name)
name
- the fully qualified interface namepublic void addMethod(EventMethodModel method)
method
- the event method modelpublic EventMethodModel getMethod(java.lang.String methodName)
methodName
- the method name
public java.util.Iterator getMethods()
public void toSAX(org.xml.sax.ContentHandler handler) throws org.xml.sax.SAXException
toSAX
in interface org.apache.xmlgraphics.util.XMLizable
org.xml.sax.SAXException
|
fop 1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |