Class Component.M

java.lang.Object
net.sf.saxon.expr.Component
net.sf.saxon.expr.Component.M
Enclosing class:
Component

public static class Component.M extends Component
  • Constructor Details

    • M

      public M()
  • Method Details

    • getActor

      public Mode getActor()
      Get the actor (in this case a Mode) that is executed when this component is called
      Overrides:
      getActor in class Component
      Returns:
      the code forming the implementation of this component
    • setActor

      public void setActor(Mode m)