Class PutValueEffect

  • All Implemented Interfaces:
    Effect, java.io.Serializable

    public class PutValueEffect
    extends java.lang.Object
    implements Effect, java.io.Serializable
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      PutValueEffect​(Expr expr, java.lang.Object value)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <N extends Node>
      void
      perform​(Navigator<N> navigator, N xml)
      Performs effect on a particular xml model.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PutValueEffect

        public PutValueEffect​(Expr expr,
                              java.lang.Object value)
    • Method Detail

      • perform

        public <N extends Node> void perform​(Navigator<N> navigator,
                                             N xml)
                                      throws XmlBuilderException
        Description copied from interface: Effect
        Performs effect on a particular xml model.
        Specified by:
        perform in interface Effect
        Type Parameters:
        N - XML model type
        Parameters:
        navigator - XML model navigator
        xml - XML model to modify
        Throws:
        XmlBuilderException - if error occur during XML model modification