Interface TemplateXPathExtractionRule

    • Method Detail

      • add

        void add​(Variable variable)
        Adds a variable to the template.
        Parameters:
        variable - variable to be added.
      • remove

        boolean remove​(Variable variable)
        Removes a variable from the template.
        Parameters:
        variable - variable to be removed.
        Returns:
        true if the variable argument was found.
      • add

        void add​(QuadTemplate template)
        Adds a QuadTemplate to the rule.
        Parameters:
        template - template instance to be added.
      • remove

        boolean remove​(QuadTemplate template)
        Removes a quad template from the rule.
        Parameters:
        template - template to be removed.
        Returns:
        true if the template argument was found.