Class EventMethodModel.Parameter

java.lang.Object
org.apache.fop.events.model.EventMethodModel.Parameter
All Implemented Interfaces:
Serializable, org.apache.xmlgraphics.util.XMLizable
Enclosing class:
EventMethodModel

public static class EventMethodModel.Parameter extends Object implements Serializable, org.apache.xmlgraphics.util.XMLizable
Represents an event parameter.
See Also:
  • Field Details

  • Constructor Details

    • Parameter

      public Parameter(Class type, String name)
      Creates a new event parameter.
      Parameters:
      type - the parameter type
      name - the parameter name
  • Method Details

    • getType

      public Class getType()
      Returns the parameter type.
      Returns:
      the parameter type
    • getName

      public String getName()
      Returns the parameter name.
      Returns:
      the parameter name
    • toSAX

      public void toSAX(ContentHandler handler) throws SAXException
      Specified by:
      toSAX in interface org.apache.xmlgraphics.util.XMLizable
      Throws:
      SAXException